How to get backend channel numbers (e.g. 10.1, 10.2, etc...)?
#1
I'm in the US using WMC to record my shows, along with ServerWMC and pvr.wmc in KODI.

Is there a way to get backend channel numbers via JSON-RPC? I have the backend channel numbers displayed in Confluence, and import the channels into my home automation program like this, but backend channel numbers don't show (e.g. US numbering like 3.1,10.1 etc...):

Code:
{"jsonrpc":"2.0","method":"PVR.GetChannelDetails","params":{"channelid":18,"properties":["channeltype","channel","thumbnail","hidden","locked","lastplayed"]},"id":1}

Code:
{"id":1,"jsonrpc":"2.0","result":{"channeldetails":{"channel":"WKTC4","channelid":18,"channeltype":"tv","hidden":false,"label":"WKTC4","lastplayed":"2015-08-23","locked":false,"thumbnail":"image://smb%3a%2f%2fHTPC%2fRecorded%20TV%2fTempSWMC%2fimageCache%2fchannelIcons%2fWKTC4.png/"}}}

I know I can have ServerWMC append the WMC's channel number to the channel label, then grab the channel number after the /, but then I don't get as clean of a channel label for use in KODI.

Thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
How to get backend channel numbers (e.g. 10.1, 10.2, etc...)?0