[mythtv-commits] mythtv branch master updated by stuartm. v0.26-pre-1347-gd3048ca

Git Repo Owner noreply at mythtv.org
Sat Nov 10 16:49:19 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  d3048cae80f213b00e33b5cf07a1d8882178df47 (commit)
       via  70143c30dfb67812ecd6cb29e66a10353579054f (commit)
       via  92d3fcc5fb61c5c9003e45e03b9bb11cdc8c473c (commit)
       via  0b63eb4b6383eea62e0c1724d20ae8e3e5b6ec9b (commit)
       via  dc3f3be49ebc2335c8175119cb04917626bf3655 (commit)
      from  45160ef6fc2f50056cd7182cc5bff5b815947680 (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 d3048cae80f213b00e33b5cf07a1d8882178df47
Author:    Paul Harrison <mythtv at sky.com> at Fri, 9 Nov 2012 23:11:51 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 10 Nov 2012 16:46:35 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d3048cae80f213b00e33b5cf07a1d8882178df47

mythmusic: Fix saving active playlist to an existing playlist (cherry picked from commit 3468a38163e26a7fe4eb201724b0c680a809ef62)
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 70143c30dfb67812ecd6cb29e66a10353579054f
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 7 Nov 2012 11:16:08 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 10 Nov 2012 16:45:58 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=70143c30dfb67812ecd6cb29e66a10353579054f

mythmusic: Save playlists to DB when changed not at frontend exit
This changes things so any changes to playlists are saved to the database
immediately rather than cached and saved when the frontend exits.

This fixes a problem were you could lose edits to a playlist if the FE is not
shutdown cleanly like when using the idle timer to shutdown or if you shutdown
the computer from the FE exit menu.
(cherry picked from commit ed2097986db80798ca00694542a9cb9d0e61c855)

Fixes #11228

Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 92d3fcc5fb61c5c9003e45e03b9bb11cdc8c473c
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 4 Nov 2012 00:34:57 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 10 Nov 2012 16:42:52 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=92d3fcc5fb61c5c9003e45e03b9bb11cdc8c473c

mythmusic: Remove the backup playlist stuff it's no longer used (cherry picked from commit e1f6f01d066b577d36a7a6cf7146c9eb69d4703e)
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit 0b63eb4b6383eea62e0c1724d20ae8e3e5b6ec9b
Author:    Paul Harrison <pharrison at mythtv.org> at Sun, 4 Nov 2012 00:09:42 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 10 Nov 2012 16:42:10 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0b63eb4b6383eea62e0c1724d20ae8e3e5b6ec9b

mythmusic: Remove a load of redundant code from playlistcontainer.cpp (cherry picked from commit 09adeb6941c9e63cb32d33bd1294c4caeed0e754)
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



commit dc3f3be49ebc2335c8175119cb04917626bf3655
Author:    Paul Harrison <pharrison at mythtv.org> at Sat, 3 Nov 2012 23:52:31 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 10 Nov 2012 16:40:35 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=dc3f3be49ebc2335c8175119cb04917626bf3655

mythmusic: Clean up the variable names in playlistcontainer.cpp (cherry picked from commit 0ad920f790d73fb78c29814429a461a76e41b926)
Signed-off-by: Stuart Morgan <smorgan at mythtv.org>



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/main.cpp           |    8 +-
 mythplugins/mythmusic/mythmusic/metadata.cpp       |    5 +-
 mythplugins/mythmusic/mythmusic/musiccommon.cpp    |    1 +
 mythplugins/mythmusic/mythmusic/playlist.cpp       |   74 ++++---
 mythplugins/mythmusic/mythmusic/playlist.h         |   11 +-
 .../mythmusic/mythmusic/playlistcontainer.cpp      |  256 ++++++-------------
 .../mythmusic/mythmusic/playlistcontainer.h        |   48 ++---
 7 files changed, 160 insertions(+), 243 deletions(-)

-- 



More information about the mythtv-commits mailing list