margro / xbmc

XBMC PVR Repository for the development of the MediaPortal and ForTheRecord pvr addons
http://www.scintilla.utwente.nl/~marcelg/xbmc/
Other
32 stars 14 forks source link

2 change to better handle schedule program. (Need modifications to XBMC TV Server plug in) #14

Closed jajoflo closed 12 years ago

jajoflo commented 12 years ago

For the change to xbmc/pvrclients/MediaPortal/pvrclient-mediaportal.c Make sure we are up to date with new recording. (New recording did not appear in recording list)

Maybe we could trigger this from the TVServer XBMC plug in, but for now this seam ok.

For the change to xbmc/pvr/timers/PVRTimerInfoTag.cpp if I would have time I would do better thant that but for now it is what it is. The idea here is just to have a proper formating for recording that are rule base, it is my understanding that we just want to list the nexts occurance of the shows.

Sorry if i'm not using github (Never used git before either) the way I should, that my first experience with it. (Quite different than TFS!)

margro commented 12 years ago

I've added the TriggerRecordingUpdate. Better idea would be that the backend can trigger this. I will put this on my list.

With respect to the change in PVRTimerInfoTag.cpp: does this also work for other backends than MediaPortal? I would suggest to send this change as a separate change to github.com/opdenkamp

jajoflo commented 12 years ago

Thank's I will send a slighly amended version to github.com/opdenkamp.