2021-11-12, 20:38
Hello,
I am able to get programe title with this code:
but in this code I get too many parameters like here:
I just want to get title. How can I change this code to get only title?:
I am able to get programe title with this code:
Code:
http://192.168.1.12:8080/jsonrpc?request={"jsonrpc": "2.0", "method": "PVR.GetChannelDetails", "params": {"channelid": 2177, "properties" :["broadcastnow"]},"id": 1}]
but in this code I get too many parameters like here:
Code:
{"id":1,"jsonrpc":"2.0","result":{"channeldetails":{"broadcastnow":{"broadcastid":4686,"cast":"İlhan Şen,Burcu Özberk,Burak Yörük,Meli̇sa Döngel,Günay Karacaoğlu","channeluid":250530198,"director":"","endtime":"2021-11-12 21:00:00","episodename":"","episodenum":0,"episodepart":0,"filenameandpath":"pvr://guide/2178/2021-11-12 17:00:00.epg","firstaired":"1970-01-01","genre":["Romantik Komedi"],"hasrecording":false,"hastimer":false,"hastimerrule":false,"imdbnumber":"","isactive":true,"isseries":false,"originaltitle":"","parentalrating":0,"plot":"Tür: Romantik Komedi\nOyuncular: İlhan Şen, Burcu Özberk, Burak Yörük, Meli̇sa Döngel, Günay Karacaoğlu\nYapım Yılı: 2021\n","plotoutline":"","progress":4786,"progresspercentage":33.23611068725586,"rating":0,"recording":"","runtime":240,"serieslink":"","starttime":"2021-11-12 17:00:00","title":"Aşk Mantık İnti̇kam","wasactive":false,"writer":"","year":2021},"channelid":2177,"label":"TR:FOX UHD"}}}]
I just want to get title. How can I change this code to get only title?:
Code:
http://192.168.1.12:8080/jsonrpc?request={"jsonrpc": "2.0", "method": "PVR.GetChannelDetails", "params": {"channelid": 2177, "properties" :["broadcastnow"]},"id": 1}]