[mythtv-commits] mythtv branch devel/housekeeper updated by wagnerrp. v0.27-pre2-1176-g8b294a0

Git Repo Owner noreply at mythtv.org
Mon Jun 3 03:05:02 UTC 2013


The branch, devel/housekeeper has been updated on the
mythtv repository by gitolite user wagnerrp.
       via  8b294a0a154c41b57a38d2dc9b011fe487794304 (commit)
       via  b1bcd00bc57c3ad09693de64018b1e985ce340a9 (commit)
       via  f529c677ff8bbb6ab1a3fe8d9f753e747cabeb44 (commit)
       via  0be46c8feda7bf970c4911e586069cfc7932fecc (commit)
      from  5d8c186cebbe5544ff5db2992dde831a3c288707 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8b294a0a154c41b57a38d2dc9b011fe487794304
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 23:03:34 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 23:03:34 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8b294a0a154c41b57a38d2dc9b011fe487794304

Break SetHourWindow out into a separate method.
This breaks the method used to pull MythFillDatabase run window
restrictions and apply them to the task into a separate method. This
should likely be called any time we do a settings refresh, so these
settings can be changed without restarting the backend.



commit b1bcd00bc57c3ad09693de64018b1e985ce340a9
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 23:01:58 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 23:01:58 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b1bcd00bc57c3ad09693de64018b1e985ce340a9

Miscellaneous fixes.
Correct debug logging of task run probabilities.
Add RunProlog and RunEpilog to task thread.



commit f529c677ff8bbb6ab1a3fe8d9f753e747cabeb44
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 21:48:13 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 21:48:13 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=f529c677ff8bbb6ab1a3fe8d9f753e747cabeb44

Make MythFillDatabaseTask run if it missed its original run window.
This corrects an issue where MythFillDatabaseTask would never run if
performing its custom suggested time check and it had missed its
original window. This modifies the DailyHouseKeeperTask:InWindow
method to return true if it is beyond the initial window, but still
within the time frame limits set by 'MinHour' and 'MaxHour' database
settings.



commit 0be46c8feda7bf970c4911e586069cfc7932fecc
Author:    Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 21:47:10 -0400
Committer: Raymond Wagner <rwagner at mythtv.org> at Sun, 2 Jun 2013 21:47:10 -0400
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0be46c8feda7bf970c4911e586069cfc7932fecc

Correct the database tags of some backend housekeeping tasks.



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/housekeeper.cpp            |   36 +++++++++++++++++--
 mythtv/libs/libmythbase/housekeeper.h              |    2 +
 mythtv/programs/mythbackend/backendhousekeeper.cpp |   16 ++++++++-
 mythtv/programs/mythbackend/backendhousekeeper.h   |    6 ++-
 4 files changed, 53 insertions(+), 7 deletions(-)

-- 



More information about the mythtv-commits mailing list