[mythtv-commits] mythtv branch fixes/0.27 updated by stuartm. v0.27-16-g89fb9d4

Git Repo Owner noreply at mythtv.org
Thu Oct 3 21:33:13 UTC 2013


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user stuartm.
       via  89fb9d45b6584ce948c26eece0494ac6614becd9 (commit)
       via  6ff9ea0dc2d977c013e6fbdafc5ba2ad24d68248 (commit)
      from  7ae9f17e658f37cd46ef5c44d1ce579369dc34ca (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 89fb9d45b6584ce948c26eece0494ac6614becd9
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 3 Oct 2013 13:35:37 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 3 Oct 2013 22:32:36 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=89fb9d45b6584ce948c26eece0494ac6614becd9

Wakeup the backend to run mythfilldatabase
This uses MythFillSuggestedRunTime, for xmltv sources (+24 hours), for
datadirect whatever time was suggested by TMS to ensure that we always
wake up the backend to collect guide data (xmltv, DD only, EIT is not
yet supported). Using MythFillSuggestedRunTime is a bit of a hack, but
it's already set for Schedules Direct so this was the simplest
solution.

For now the "Run guide data program at time suggested by the grabber"
setting MUST be enabled for this to work as intended.

Without this fix the backend won't wake up to grab guide data from
xmltv/SD sources and that may result in it eventually running out of data
entirely.
(cherry picked from commit b27bba2921b6aed801173de8ae2707dd958b75f3)



commit 6ff9ea0dc2d977c013e6fbdafc5ba2ad24d68248
Author:    Stuart Morgan <smorgan at mythtv.org> at Wed, 2 Oct 2013 19:37:29 +0100
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 3 Oct 2013 22:32:36 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6ff9ea0dc2d977c013e6fbdafc5ba2ad24d68248

Replace usage of direct queries on the settings table with SaveSetting() in MythFillDatabase (cherry picked from commit 4629d336e30a62945a557fc8aa1602634aa09f24)



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

Summary of changes:
 mythtv/programs/mythbackend/backendhousekeeper.cpp |   42 +++++-----
 mythtv/programs/mythbackend/scheduler.cpp          |   48 ++++++++++--
 mythtv/programs/mythfilldatabase/filldata.cpp      |   81 ++++++++------------
 mythtv/programs/mythfilldatabase/filldata.h        |    7 +-
 mythtv/programs/mythfilldatabase/main.cpp          |   12 ++--
 5 files changed, 106 insertions(+), 84 deletions(-)

-- 



More information about the mythtv-commits mailing list