JSON Request for Channel Number
#1
Hello all,

I've found this Github (https://github.com/OmerTu/GoogleHomeKodi) to control Kodi with Google Assistant. Things like play, stop, pause, select a movie etc. works already well. However there currently is no easy working way to select PVR Channel by Number. Using GetChannelDetails or GroupDetails only get you the Channel ID and Name but the not the Channel Number.

The Question: Is there maybe already a JSON request to play a PVR Channel Number? If not, is there maybe a workaround? Else is this something that can be implementedHuh Would be nice to have something like this, just with ChannelNumber: { "jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "channelid": 171} }, "id": 1 }

Thanks for the support.
Reply
#2
(2017-08-20, 12:24)Andulien Wrote: Hello all,

I've found this Github (https://github.com/OmerTu/GoogleHomeKodi) to control Kodi with Google Assistant. Things like play, stop, pause, select a movie etc. works already well. However there currently is no easy working way to select PVR Channel by Number. Using GetChannelDetails or GroupDetails only get you the Channel ID and Name but the not the Channel Number.

The Question: Is there maybe already a JSON request to play a PVR Channel Number? If not, is there maybe a workaround? Else is this something that can be implementedHuh Would be nice to have something like this, just with ChannelNumber: { "jsonrpc": "2.0", "method": "Player.Open", "params": { "item": { "channelid": 171} }, "id": 1 }

Thanks for the support.
Wouldn't it be simpler to request PVR by number support in the GoogleHome Kodi thread, rather then a independent post...

https://forum.kodi.tv/showthread.php?tid=314096

Sent from my SM-G935T
Image Lunatixz - Kodi / Beta repository
Image PseudoTV - Forum | Website | Youtube | Help?
Reply
#3
Hey there, thanks for the note. I didn't see that thread, I'll post in there and see how it goes, maybe someone else has already good experience with the PVR Smile
Reply

Logout Mark Read Team Forum Stats Members Help
JSON Request for Channel Number0