I'm currently running MythTV-svn. I'm trying to not record a series and mark it as "previously recorded" by setting it to never record but this fails. When I select never record from the "upcoming recordings" pages, I briefly get a 'V' but it returns to recording anyway. It looks like it's trying to change the schedule for id 0 but this is the wrong id.
"Pressing never record": 2006-01-13 14:36:46.911 MainServer::HandleAnnounce Monitor 2006-01-13 14:36:46.913 adding: bulma as a client (events: 0) 2006-01-13 14:36:46.939 Reschedule requested for id 0. 2006-01-13 14:36:46.940 PruneOldRecords... 2006-01-13 14:36:46.941 AddNewRecords... 2006-01-13 14:36:47.001 |-- Start DB Query... 2006-01-13 14:36:47.507 MainServer::HandleAnnounce Monitor 2006-01-13 14:36:47.510 adding: bulma as a client (events: 1) 2006-01-13 14:36:47.704 |-- 171 results in 0.701704 sec. Processing... 2006-01-13 14:36:47.747 +-- Cleanup... 2006-01-13 14:36:47.749 AddNotListed... 2006-01-13 14:36:47.749 |-- Start DB Query... 2006-01-13 14:36:47.767 |-- 0 results in 0.015792 sec. Processing... 2006-01-13 14:36:47.767 Sort by time... 2006-01-13 14:36:47.768 PruneOverlaps... 2006-01-13 14:36:47.769 Sort by priority... 2006-01-13 14:36:47.770 BuildListMaps... 2006-01-13 14:36:47.771 SchedNewRecords... 2006-01-13 14:36:47.771 Scheduling: Don't record works and marks the schedule with an 'X': 2006-01-13 14:39:36.707 Reschedule requested for id 447. Query 0: /record.search = :NRST AND (record.recordid = :NRRECORDID OR :NRRECORDID = -1) AND program.manualid = 0 AND program.title = record.title 2006-01-13 14:39:36.799 |-- Start DB Query 0... 2006-01-13 14:39:36.919 |-- -1 results in 0.119774 sec. 2006-01-13 14:39:36.921 +-- Done. 2006-01-13 14:39:36.922 PruneOldRecords... 2006-01-13 14:39:36.923 AddNewRecords... 2006-01-13 14:39:36.953 |-- Start DB Query... 2006-01-13 14:39:37.449 |-- 174 results in 0.495412 sec. Processing... 2006-01-13 14:39:37.498 +-- Cleanup... 2006-01-13 14:39:37.500 AddNotListed... 2006-01-13 14:39:37.501 |-- Start DB Query... 2006-01-13 14:39:37.521 |-- 0 results in 0.019059 sec. Processing... 2006-01-13 14:39:37.522 Sort by time... 2006-01-13 14:39:37.523 PruneOverlaps... 2006-01-13 14:39:37.524 Sort by priority... 2006-01-13 14:39:37.525 BuildListMaps... 2006-01-13 14:39:37.526 SchedNewRecords... 2006-01-13 14:39:37.526 Scheduling: Clearing the "Don't record" override: 2006-01-13 14:40:27.263 Reschedule requested for id 447. Query 0: /record.search = :NRST AND (record.recordid = :NRRECORDID OR :NRRECORDID = -1) AND program.manualid = 0 AND program.title = record.title 2006-01-13 14:40:27.449 |-- Start DB Query 0... 2006-01-13 14:40:27.515 |-- -1 results in 0.064649 sec. 2006-01-13 14:40:27.516 +-- Done. 2006-01-13 14:40:27.517 PruneOldRecords... 2006-01-13 14:40:27.518 AddNewRecords... 2006-01-13 14:40:27.522 |-- Start DB Query... 2006-01-13 14:40:28.153 |-- 171 results in 0.630693 sec. Processing... 2006-01-13 14:40:28.201 +-- Cleanup... 2006-01-13 14:40:28.203 AddNotListed... 2006-01-13 14:40:28.204 |-- Start DB Query... 2006-01-13 14:40:28.229 |-- 0 results in 0.024059 sec. Processing... 2006-01-13 14:40:28.230 Sort by time... 2006-01-13 14:40:28.231 PruneOverlaps... 2006-01-13 14:40:28.232 Sort by priority... 2006-01-13 14:40:28.233 BuildListMaps... 2006-01-13 14:40:28.234 SchedNewRecords... 2006-01-13 14:40:28.235 Scheduling: This is the case for all episodes of this series. Anyone got an idea what might be causing this? It only happens on this 1 serie, haven't noticed it on anything else. N. _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
