[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-3555-g518412b

Git Repo Owner noreply at mythtv.org
Wed Feb 10 18:50:00 UTC 2016


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  518412b9e404631bf041c81f52c787e7c32ad0e1 (commit)
      from  37a293f38a857b65216041f7d1e13ace8e7b0767 (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 518412b9e404631bf041c81f52c787e7c32ad0e1
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 10 Feb 2016 18:49:11 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 10 Feb 2016 18:49:11 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=518412b9e404631bf041c81f52c787e7c32ad0e1

MythMusic: update the list of available streaming radio services
This removes the static list shipped with Myth and replaces it with a list
downloaded from our server. This makes it possible for users to get an up
to date list without having to update Myth.

The list has grown from the few hundred streams we had previously to over
31000 from all over the world. You can now filter the list by country and
language as well as broadcaster, genre and channel.

We're currently using a slightly sanitized version of the user updated
database available from http://www.radiosure.com/stations/ so if you spot a
problem or need to add a new stream please help everyone by updating the
details there.

THEMERS NOTE:  there have been some changes to the 'searchstream' and
'editstreammetadata' screens

NOTE: bumps the ABI version so both core and plugins need to be recompiled.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/dbcheck.cpp        |   48 +-
 mythplugins/mythmusic/mythmusic/musicplayer.cpp    |    2 +-
 mythplugins/mythmusic/mythmusic/streams.xml        | 6419 --------------------
 mythplugins/mythmusic/mythmusic/streamview.cpp     |  428 +-
 mythplugins/mythmusic/mythmusic/streamview.h       |   38 +-
 .../mythmusic/theme/default-wide/music-base.xml    |    4 +-
 .../mythmusic/theme/default-wide/stream-ui.xml     |  209 +-
 mythplugins/mythmusic/theme/default/music-base.xml |    2 +-
 mythplugins/mythmusic/theme/default/stream-ui.xml  |  135 +-
 mythplugins/mythmusic/theme/theme.pro              |    5 +-
 mythtv/libs/libmythbase/mythcoreutil.cpp           |  181 +
 mythtv/libs/libmythbase/mythcoreutil.h             |    6 +
 mythtv/libs/libmythbase/mythversion.h              |    2 +-
 mythtv/libs/libmythmetadata/musicmetadata.cpp      |  241 +-
 mythtv/libs/libmythmetadata/musicmetadata.h        |   42 +-
 15 files changed, 1058 insertions(+), 6704 deletions(-)
 delete mode 100644 mythplugins/mythmusic/mythmusic/streams.xml

-- 



More information about the mythtv-commits mailing list