MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server 1 » Help on Development » Development


Development You want to code something for the TV-Server? Share it in here!

Reply
 
LinkBack Thread Tools Display Modes
Old 2008-04-13, 07:20   #1 (permalink)
Portal Member
 
Join Date: Apr 2006
Location: San Sebastian
Posts: 397
Thanks: 7
Thanked 15 Times in 11 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
Old 2008-04-24, 11:43   #2 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 17
Thanks: 2
Thanked 0 Times in 0 Posts


Default

Hi,

I have the problem with the schedules too. Where can I find the scheduler.cs? I didn't find it on my computer. I use MP Server with snapshot 18584 and the wbinterface.

thanks for your help

mv686

Quote:
Originally Posted by iosub View Post
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
mv686 is offline   Reply With Quote
Reply

Bookmarks

Tags
deleted, fix, recording, schedules, weekely

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Repeated TV Schedules vanish after first recording jonesdb Get Support 15 2008-04-23 19:03
Why no fix for the NVTV bug? Flippy General Support 1 2006-05-18 21:38
---how come one of the bug topics was deleted--- ohdarklord MediaPortal 1 Talk 8 2006-04-05 21:47
A easy to fix graphical bug? (The white dot above the " Spragleknas The old Bugreport Forum 5 2006-01-02 17:56
New bug introduced after the new tearing fix UndaC The old Bugreport Forum 15 2005-11-30 15:35


All times are GMT +1. The time now is 11:08.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress