DISCLAIMER: I am running SVN from just before the LiveTV overhaul (revision 7569), but I've been keeping up on the -dev and -commits list and haven't seen anything addressing this. Please beat me with a wet noodle if this has actually been fixed.
OK, so in fiddling with my system recently I apparently screwed up my second tuner device, so everything that's been scheduled to record on that card has silently failed. Worse, though... even though the recordings failed, they were still inserted into the 'oldrecorded' table, so later showings didn't get recorded. Here are some relevant entries from my logfile (the stuff about not finding the input are because I screwed up my second tuner): **************************************************************************************** 2006-01-12 20:57:03.554 TVRec(1): Changing from None to RecordingOnly 2006-01-12 20:57:03.931 ChannelBase: Could not find input: Tuner 0 on card when setting channel 4 2006-01-12 20:57:03.934 TVRec(1) Error: Failed to set channel to 4. Reverting to kState_None 2006-01-12 20:57:03.936 TVRec(1): Changing from RecordingOnly to None 2006-01-12 20:57:03.967 scheduler: Finished recording 2006-01-12 20:57:03.991 scheduler: Started recording 2006-01-12 20:57:10.828 scheduler: Scheduled items 2006-01-12 20:57:10.863 TVRec(1): Changing from None to RecordingOnly 2006-01-12 20:57:11.228 ChannelBase: Could not find input: Tuner 0 on card when setting channel 68 2006-01-12 20:57:11.231 TVRec(1) Error: Failed to set channel to 68. Reverting to kState_None 2006-01-12 20:57:11.233 TVRec(1): Changing from RecordingOnly to None 2006-01-12 20:57:11.262 scheduler: Finished recording 2006-01-12 20:57:11.283 scheduler: Started recording 2006-01-12 20:57:16.043 scheduler: Scheduled items **************************************************************************************** You can see that it tried to start a recording on Channel 4, failed, then (since it thought a tuner had freed up), it tried to record a program that had previously been conflicted on Channel 68, and failed that one as well. Yet, both programs now have entries in the 'oldrecorded' table, so later showings of either program get skipped as duplicates. Bad! -JAC _______________________________________________ mythtv-dev mailing list mythtv-dev@mythtv.org http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev