[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-3581-g4b9f6ee

Git Repo Owner noreply at mythtv.org
Wed Feb 17 11:43:53 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  4b9f6eec1b683f6b3229e5e34d5ff8ec76b56371 (commit)
       via  6af635a9192185c1c679a1f1e7b01be0538eb208 (commit)
      from  606597ab9252caf5e35079e519daf80a7a11c8fa (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 4b9f6eec1b683f6b3229e5e34d5ff8ec76b56371
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 17 Feb 2016 11:42:01 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 17 Feb 2016 11:42:01 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4b9f6eec1b683f6b3229e5e34d5ff8ec76b56371

Add a daily housekeeper task to check for radio stream updates
If MythMusic is installed the backend will run a daily task to check for
updated radio streams. The update can take a few minutes to complete so
better to have the BE do it in a background task rather than have the
FE plugin do it.



commit 6af635a9192185c1c679a1f1e7b01be0538eb208
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 17 Feb 2016 11:33:03 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 17 Feb 2016 11:33:03 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6af635a9192185c1c679a1f1e7b01be0538eb208

mythutil: add a --updateradiostreams option
This option will check the mythTV server for an updated radio stream file
and download and process it for use by MythMusic's radio stream player.



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

Summary of changes:
 mythtv/libs/libmythmetadata/musicmetadata.cpp      |   15 ++++-
 mythtv/programs/mythbackend/backendhousekeeper.cpp |   68 ++++++++++++++++++++
 mythtv/programs/mythbackend/backendhousekeeper.h   |   12 +++-
 mythtv/programs/mythbackend/main_helpers.cpp       |    7 ++
 mythtv/programs/mythutil/commandlineparser.cpp     |    3 +
 mythtv/programs/mythutil/musicmetautils.cpp        |   16 +++++
 6 files changed, 117 insertions(+), 4 deletions(-)

-- 



More information about the mythtv-commits mailing list