channel switching via json RPC API? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32) +--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26) +---- Forum: PVR (https://forum.kodi.tv/forumdisplay.php?fid=136) +---- Thread: channel switching via json RPC API? (/showthread.php?tid=183807) |
channel switching via json RPC API? - da_flo - 2014-01-19 Hi! I just had look on the current json api wiki and saw some requests to get channel data but nothing to set a specific channel. Is that possible at all? RE: channel switching via json RPC API? - da-anda - 2014-01-19 you mean like tune to the channel? I think you can do this by just playing the channel using the typical playback features RE: channel switching via json RPC API? - yallah - 2014-01-20 { "jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "channelid": 171} }, "id": 1 } for channelid 171 |