Opened 19 years ago

Closed 19 years ago

#2207 closed patch (fixed)

mythfilldatabase does not update status info to DB when run in eitonly mode

Reported by: otto at kolsi dot fi Owned by: Stuart Auchterlonie
Priority: minor Milestone: unknown
Component: mythtv Version: head
Severity: low Keywords:
Cc: Ticket locked: no

Description

mythfilldatabase does not update values 'mythfilldatabaseLastRunStart' and 'mythfilldatabaseLastRunEnd' to DB, when it is run only for EIT data. 'mythfilldatabaseLastRunStatus' also get's always a warning messsage about possible problems although it shouldn't (eitonly does not add anything to program table).

Attached patch contains one solution for these issues. It modifies mythfilldatabase to update LastRunStart and LastRunEnd values (with same timestamp). Also if we are in eitonly -mode, LastRunStatus get's proper message.

These changes fix the mythfilldatabase status info in frontend and in mythweb when only EIT data is used.

Attachments (2)

mythfilldb-eit.diff (1.5 KB ) - added by otto at kolsi dot fi 19 years ago.
mythfilldb-externally_handled.diff (2.1 KB ) - added by otto at kolsi dot fi 19 years ago.
Updated patch from Michael T. Dean. Works now for mixed sources (eitonly and non-eitonly) and also for no_grabber sources.

Download all attachments as: .zip

Change History (4)

by otto at kolsi dot fi, 19 years ago

Attachment: mythfilldb-eit.diff added

by otto at kolsi dot fi, 19 years ago

Updated patch from Michael T. Dean. Works now for mixed sources (eitonly and non-eitonly) and also for no_grabber sources.

comment:1 by Stuart Auchterlonie, 19 years ago

Owner: changed from Isaac Richards to Stuart Auchterlonie

comment:2 by Stuart Auchterlonie, 19 years ago

Resolution: fixed
Status: newclosed

(In [10883]) Closes #2207, updates mythfilldatabase times and suppresses failure message when an EIT only source is used. Thanks to Otto & Michael for the patch.

Note: See TracTickets for help on using tickets.