id summary reporter owner description type status priority milestone component version severity resolution keywords cc mlocked 2883 Wakeup time set by mythbackend into BIOS ignore early/late record start michele.sardo@… Isaac Richards "When mythbackend decide to shutdown a mythtv box and program the RTC alarm to switch on the box for a scheduled recording, the time set in the BIOS RTC alarm takes into account the beginning of the program scheduled to be recorded, but ignores the offset(early/late) added by the user. My experiments shows that this changes in the file mythtv-0.20/programs/mythbackend/scheduler.cpp #ifdef ORIGINAL_CODE QDateTime restarttime = nextRecording->startts.addSecs((-1) * prerollseconds); #else /* Fixed code */ QDateTime restarttime = nextRecording->recstartts.addSecs((-1) * prerollseconds); #endif fixes the problems, but I'm not entirely sure it is the correct fix. " defect closed minor unknown mythtv 0.20 medium fixed 0