Opened 13 years ago

Closed 8 years ago

Last modified 8 years ago

#11968 closed Patch - Bug Fix (fixed)

Disabling automatic mythfilldatabase still causes wakeups

Reported by: amb@… Owned by: Peter Bennett
Priority: minor Milestone: unknown
Component: MythTV - Scheduling Version: 0.27-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

If "Automatically update program listings" (config item MythFillEnabled) is disabled then the scheduler will still trigger a wakeup time based on the other relevant settings (MythFillSuggestedRunTime and MythFillGrabberSuggestsTime).

In version 0.26 this was all within mythbackend/housekeeper.cpp surrounded by a test on MythFillEnabled but in version 0.27 in mythbackend/scheduler.cpp that test has gone.

The attached patch restores the test on MythFillEnabled.

The patch also subtracts the StartupSecsBeforeRecording offset from the recording time and doesn't subtract it from a mythfilldatabase startup time because that looks like unexpected behaviour.

The patch is not tested because that would take another 24 hours and it looks like an obvious fix.

Attachments (1)

mythfill-schedule-fail.diff (1.9 KB ) - added by amb@… 13 years ago.

Download all attachments as: .zip

Change History (6)

by amb@…, 13 years ago

Attachment: mythfill-schedule-fail.diff added

comment:1 by stuartm, 13 years ago

Owner: changed from gigem to stuartm
Status: newaccepted

comment:2 by Peter Bennett, 8 years ago

Owner: changed from stuartm to Peter Bennett
Status: acceptedassigned

comment:3 by Peter Bennett <pbennett@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In fb942608d/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:4 by Peter Bennett <pbennett@…>, 8 years ago

In fb942608d/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available

comment:5 by Peter Bennett <pbennett@…>, 8 years ago

In fb942608d/mythtv:

Error: Processor CommitTicketReference failed
GIT backend not available
Note: See TracTickets for help on using tickets.