Pvr jsonrpc
#1
Had a little search and there doesn't seem to be a dedicated thread for this.

The JSONRPC is becoming a major part of interacting with XBMC and it would be good if the PVR functions where available as well. I know some work has been done already (FSS_Dawid I believe) so apologies if I'm treating on any toes here or have missed anything.

With that said I'd like to request some JSONRPC calls:

PVR.GetTVChannels:
Default return: label, channelid. Additional via properties: thumbnail (is there anything else available?).

PVR.GetTVChannelDetails:
EPG data: label, id (for recording) etc.

PVR.GetScheduledRecordings
Default return: label (item to record), id (for playback), channelid. Additional via properties: date, start time, end time, duration, thumbnail.

I've probably forgotten some things but I believe with those almost everything will be covered.

Thanks.
Image
AWXi - Ajax web interface. Wiki
Reply
#2
Hi Mizaki,

I just double checked what FSSDawid had added and its more operations rather than to get details...

https://github.com/opdenkamp/xbmc/pull/351

Cheers,
Neil
Reply

Logout Mark Read Team Forum Stats Members Help
Pvr jsonrpc0