Live TV Channels
#1
I am a newbie to the JSON RPC and am trying to figure out the code for sending a command to XBMC that will tune to a specific channel (favorite). I have figured out how to show the LiveTV OSD by reading through some threads here on the forum and using the following code:

{"jsonrpc":"2.0","id": 1,"method":"GUI.ActivateWindow", "params": {"window":"pvrosdchannels"}, "id": "1"}}

However, I need help with writing the code that will actually tune to the specific (favorite) channel. Any help would be appreciated.
Reply
#2
Try using open.player and use link like this:
"pvr://channels/tv/All TV channels/##.pvr" ## = Channel number
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply

Logout Mark Read Team Forum Stats Members Help
Live TV Channels0