PVR API changes (add-on authors: read this!)
#1
Exclamation 
I've started cleaning up the PVR API. This will be a breaking change, so if you're developing PVR add-ons, make sure you implement the necessary changes as soon as the new API is implemented. I'll do the changes in the add-ons that are currently in the tree myself.

This is a list of changes to come:
  • all data structures will be changed: members names will be changed to match their equals on XBMC's side and currently unused members will be removed.
  • currently unused or unneeded methods will be removed.
  • some method names and types will be changed to match their names on XBMC's side (e.g. bouquet -> channelgroup)
  • timezone conversions will be removed: all times will have to be provided as UTC.
  • the EPG and PVR APIs will be split up. I'll split up the implementations later.

Some methods that are removed now will probably be reimplemented later, but not before PVR has been merged with mainline. We need a stable and clean API now, to prepare for the binary add-on framework and the merge with mainline.

I'll do the changes in a separate branch first, which will probably be on github later this week end.
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.


Messages In This Thread
PVR API changes (add-on authors: read this!) - by opdenkamp - 2011-03-26, 12:55
[No subject] - by opdenkamp - 2011-03-27, 23:17
[No subject] - by opdenkamp - 2011-03-28, 23:55
[No subject] - by margro - 2011-03-29, 20:30
[No subject] - by opdenkamp - 2011-03-29, 21:46
[No subject] - by CrashX - 2011-03-29, 21:55
[No subject] - by quintesse - 2011-03-30, 12:54
[No subject] - by opdenkamp - 2011-03-30, 13:10
[No subject] - by margro - 2011-03-30, 16:56
[No subject] - by opdenkamp - 2011-03-30, 17:53
[No subject] - by Red_F - 2011-04-02, 10:45
[No subject] - by opdenkamp - 2011-04-02, 13:28
[No subject] - by opdenkamp - 2011-04-02, 14:02
[No subject] - by CrashX - 2011-04-04, 22:40
[No subject] - by opdenkamp - 2011-04-05, 00:19
[No subject] - by CrashX - 2011-04-05, 07:45
[No subject] - by opdenkamp - 2011-04-05, 14:03
[No subject] - by opdenkamp - 2011-04-10, 13:37
[No subject] - by opdenkamp - 2011-04-12, 00:03
[No subject] - by danips - 2011-04-18, 16:16
[No subject] - by opdenkamp - 2011-04-18, 19:15
[No subject] - by danips - 2011-04-18, 21:11
[No subject] - by opdenkamp - 2011-04-18, 22:00
[No subject] - by javich - 2011-04-20, 06:42
[No subject] - by dubstar_04 - 2011-05-02, 18:25
[No subject] - by opdenkamp - 2011-05-02, 20:29
[No subject] - by opdenkamp - 2011-05-10, 20:56
[No subject] - by dteirney - 2011-05-29, 02:20
[No subject] - by opdenkamp - 2012-02-07, 21:10
[No subject] - by margro - 2012-02-07, 23:14
[No subject] - by opdenkamp - 2012-02-08, 00:25
Logout Mark Read Team Forum Stats Members Help
PVR API changes (add-on authors: read this!)0