View Single Post
Old 2008-04-13, 08:20   #1 (permalink)
iosub
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 424
Thanks: 7
Thanked 20 Times in 13 Posts

My System

Default Fix for the bug: weekely schedules are deleted after first recording

Hi

The ires a bug that the complete schedule is deleted after the first time the schedule is recorded. This is ok if the schedule is set as "only one" but if the schedule is for "every day at this time.. every week at this time ...." The schedule is always deleted.

I have change the code on
scheduler.cs
line
665
_recordingsInProgressList.Remove(recording); //only remove recording from the list, if we are succesful
recording.Schedule.Delete();

to
_recordingsInProgressList.Remove(recording); //only remove recording from the list, if we are succesful
// recording.Schedule.Delete();

and now only the schedules that are set to "only one" are deleted the rest of the schedules are not deleted

I have made several test and I think that this does not break anything it just fix the bug
Hope this helps
Iosu

Reported on
Repeated TV Schedules vanish after first recording

and also
http://forum.team-mediaportal.com/253978-post6.html
iosub is offline   Reply With Quote