[mythtv-commits] mythtv commit: r12582 - in trunk/mythplugins/mythmusic/mythmusic by paulh

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sat Jan 20 14:33:53 UTC 2007


      Author: paulh
        Date: 2007-01-20 14:33:53 +0000 (Sat, 20 Jan 2007)
New Revision: 12582
   Changeset: http://cvs.mythtv.org/trac/changeset/12582

Added:

   trunk/mythplugins/mythmusic/mythmusic/images/mm_progress_background.png
   trunk/mythplugins/mythmusic/mythmusic/images/mm_progress_foreground.png
   trunk/mythplugins/mythmusic/mythmusic/images/mm_rip_background.png
   trunk/mythplugins/mythmusic/mythmusic/images/mm_rip_banner.png

Modified:

   trunk/mythplugins/mythmusic/mythmusic/cdrip.cpp
   trunk/mythplugins/mythmusic/mythmusic/cdrip.h
   trunk/mythplugins/mythmusic/mythmusic/editmetadata.cpp
   trunk/mythplugins/mythmusic/mythmusic/editmetadata.h
   trunk/mythplugins/mythmusic/mythmusic/globalsettings.cpp
   trunk/mythplugins/mythmusic/mythmusic/main.cpp
   trunk/mythplugins/mythmusic/mythmusic/music-ui.xml
   trunk/mythplugins/mythmusic/mythmusic/mythmusic.pro

Log:

The main focus of this commit is to make mythmusic's rip screen more remote
friendly and to allow you to rip several CD'S without having to do a full
rescan after each one. Closes #2744.

Main changes are:- 

* Change the rip dialog and the progress dialog to MythThemedDialogs so they 
  are themeable.

* Make the dialog fully remote friendly - doesn't use the MythTable that was
  virtually impossible to use without a keyboard and mouse.

* You can now rip more than one CD consecutively without closing the dialog.

* No need to perform a re-scan after ripping a CD - after each track is ripped
  its metadata is inserted into the DB.

* Allow for more complex filenames to be generated with more than one token 
  per section. (Patch from tlawton) Closes #2925

* Give better feedback to the user when performing tasks which may 
  take a while to perform like scanning a CD for tracks or ejecting the CD.

* Allow you to use the full metadata editor to change any of the metadata 
  fields. (Highlight the track in the list then press SELECT).

* Remove the "Only Rip New Music" setting its no longer needed. If MythMusic 
  thinks that one or more tracks are already in the database it will ask you
  what you want to do.





More information about the mythtv-commits mailing list