2006-01-20, 04:25 PM
Hi,
I'm writing on an epg plugin, but now I'm having problems to schedule reoccuring recordings correctly.
To schedule recordings, I am using the ScheduleHelper.
Scheduling a simple season record works fine as the schedule helper supports TYPE_RECORD_SEASON. But the advanced options like TYPE_RECORD_WEEKLY or TYPE_RECORD_DAILY do not work correctly - they appear as manual recordings in the recordings screen.
I have had a look at what is happening when scheduling a "weekly season" via the built in tv guide. The recording type is TYPE_RECORD_SEASON (5) (!!!), and additionally a new row in the "REOCCURING_EXTRAS" table is created.
I can also see the class ReoccuringRecordingExtras in GBPVR.Public, but I can't see a way how to make use of it.
Thanks for some help,
-alibert
I'm writing on an epg plugin, but now I'm having problems to schedule reoccuring recordings correctly.
To schedule recordings, I am using the ScheduleHelper.
Scheduling a simple season record works fine as the schedule helper supports TYPE_RECORD_SEASON. But the advanced options like TYPE_RECORD_WEEKLY or TYPE_RECORD_DAILY do not work correctly - they appear as manual recordings in the recordings screen.
I have had a look at what is happening when scheduling a "weekly season" via the built in tv guide. The recording type is TYPE_RECORD_SEASON (5) (!!!), and additionally a new row in the "REOCCURING_EXTRAS" table is created.
I can also see the class ReoccuringRecordingExtras in GBPVR.Public, but I can't see a way how to make use of it.
Thanks for some help,
-alibert