[mythtv-firehose] mythtv branch master updated by paulh. v0.28-pre-3305-g6f6a591

Git Repo Owner noreply at mythtv.org
Thu Dec 24 11:33:24 UTC 2015


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  6f6a5914c63b7059482aeee776ec2abe4c612952 (commit)
      from  56769ba842219e9c689b665ae7b3c6c74201dc01 (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 6f6a5914c63b7059482aeee776ec2abe4c612952
Author:    Paul Harrison <pharrison at mythtv.org> at Thu, 24 Dec 2015 11:33:09 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Thu, 24 Dec 2015 11:33:09 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6f6a5914c63b7059482aeee776ec2abe4c612952

MythMusic: add a lyrics view
This view will show lyrics for the current track while playing both
regular tracks and radio streams.

We support both synchronized and non-synchronized lyrics from various sources
including those embedded in the tag, *.lrc files and various internet sites.

More details will be added to MythMusic's wiki page later:-
https://www.mythtv.org/wiki/MythMusic

Note: bumps the ABI and protocol versions so both the frontend and backend
will need to be rebuilt.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/lyricsview.cpp     |  696 ++++++++++++++++++++
 mythplugins/mythmusic/mythmusic/lyricsview.h       |   96 +++
 mythplugins/mythmusic/mythmusic/musiccommon.cpp    |   54 ++-
 mythplugins/mythmusic/mythmusic/musicplayer.cpp    |    1 +
 mythplugins/mythmusic/mythmusic/musicplayer.h      |    2 +
 mythplugins/mythmusic/mythmusic/mythmusic.pro      |    3 +-
 mythplugins/mythmusic/mythmusic/streamview.cpp     |    5 +-
 .../mythmusic/theme/default-wide/music-base.xml    |   80 +++
 .../mythmusic/theme/default-wide/music-ui.xml      |  212 ++++++
 .../mythmusic/theme/default-wide/stream-ui.xml     |   90 +---
 mythtv/bindings/perl/MythTV.pm                     |    4 +-
 mythtv/bindings/php/MythBackend.php                |    4 +-
 mythtv/bindings/python/MythTV/static.py            |    4 +-
 mythtv/libs/libmythbase/mythversion.h              |    6 +-
 mythtv/libs/libmythmetadata/libmythmetadata.pro    |    6 +-
 mythtv/libs/libmythmetadata/lyricsdata.cpp         |  343 ++++++++++
 mythtv/libs/libmythmetadata/lyricsdata.h           |  122 ++++
 mythtv/libs/libmythmetadata/musicmetadata.cpp      |   16 +
 mythtv/libs/libmythmetadata/musicmetadata.h        |    6 +
 .../scripts/metadata/Music/lyrics/gomaudio.py      |   23 +-
 20 files changed, 1655 insertions(+), 118 deletions(-)
 create mode 100644 mythplugins/mythmusic/mythmusic/lyricsview.cpp
 create mode 100644 mythplugins/mythmusic/mythmusic/lyricsview.h
 create mode 100644 mythtv/libs/libmythmetadata/lyricsdata.cpp
 create mode 100644 mythtv/libs/libmythmetadata/lyricsdata.h

-- 



More information about the mythtv-firehose mailing list