[mythtv-commits] mythtv branch master updated by paulh. v0.28-pre-812-gd8e6512

Git Repo Owner noreply at mythtv.org
Wed Feb 5 18:19:11 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user paulh.
       via  d8e6512004f0bc64c23cd5312aa54821ec5ab238 (commit)
      from  f36c44f2d634b6def563605a4e09ca1ff30eaf88 (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 d8e6512004f0bc64c23cd5312aa54821ec5ab238
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 5 Feb 2014 18:18:51 +0000
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 5 Feb 2014 18:18:51 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=d8e6512004f0bc64c23cd5312aa54821ec5ab238

MythMusic: update the music cd ripper to use storage groups
The encoders and taggers require local file access so we now use a temp
directory in MythMusic's config directory to rip the tracks to and once
complete they are copied over to any backend with a directory in the
'Music' storage group.  The master will be used by default but you can save
to any BE by using the "Select Where To Save Tracks" option in the popup
menu. The option is sticky so once changed the same one will be used the next
time until it's changed.

Note: Due to  limitation in RemoteFile::DeleteFile() you cannot remove any
tracks on slave BE's from the rip screen so if you need to re-rip an existing
track on a slave BE you will have to manually delete it first.



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

Summary of changes:
 mythplugins/mythmusic/mythmusic/cdrip.cpp |  165 ++++++++++++++++++++++++++---
 mythplugins/mythmusic/mythmusic/cdrip.h   |   32 ++++--
 2 files changed, 172 insertions(+), 25 deletions(-)

-- 



More information about the mythtv-commits mailing list