Pvr jsonrpc

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Mizaki Offline
Fan
Posts: 662
Joined: Apr 2011
Reputation: 12
Post: #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: watched-clearlogo.jpg]
AWXi - Ajax web interface. Wiki
find quote
xxxnelly Offline
Senior Member
Posts: 155
Joined: Dec 2010
Reputation: 1
Post: #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

--
Frontend : OpenELEC PVR runnig on Acer Revo 3700
Backend : Ubuntu 11.10 running with TVHeadend 1 x DVB-T, 1 x Dual DVB-S2
find quote