[mythtv-commits] mythtv branch master updated by stuartm. v0.27-pre2-281-g212b53e

Git Repo Owner noreply at mythtv.org
Sun Dec 2 13:27:01 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  212b53ed28d25414ae6a77bdbbc205aa10362500 (commit)
      from  c75bd9e2eb1c81e25c8be178239b5eb7329433b5 (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 212b53ed28d25414ae6a77bdbbc205aa10362500
Author:    Paul Harrison <mythtv at sky.com> at Sat, 1 Dec 2012 17:27:49 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sun, 2 Dec 2012 13:24:40 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=212b53ed28d25414ae6a77bdbbc205aa10362500

MythMusic: Move all the tag reading/writing into the MetaIO classes
This removes the tag stuff from the decoders and moves it into MetaIO where it
belongs.

Fix a bug if a file had an upper case file extension. Fixes #11177

Fix a problem when reading id3 tags with files being left open. Fixes #10778



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/avfdecoder.cpp  |   26 ---
 mythplugins/mythmusic/mythmusic/avfdecoder.h    |    2 -
 mythplugins/mythmusic/mythmusic/decoder.cpp     |  141 -----------------
 mythplugins/mythmusic/mythmusic/decoder.h       |   11 --
 mythplugins/mythmusic/mythmusic/filescanner.cpp |  189 +++++++++++------------
 mythplugins/mythmusic/mythmusic/importmusic.cpp |   23 ++--
 mythplugins/mythmusic/mythmusic/main.cpp        |    6 -
 mythplugins/mythmusic/mythmusic/metadata.cpp    |   95 +++++-------
 mythplugins/mythmusic/mythmusic/metaio.cpp      |   92 ++++++++++--
 mythplugins/mythmusic/mythmusic/metaio.h        |   46 ++++++-
 mythplugins/mythmusic/mythmusic/musicplayer.cpp |   15 ++-
 11 files changed, 279 insertions(+), 367 deletions(-)

-- 



More information about the mythtv-commits mailing list