Author: duncan
Date: Thu Dec 21 13:32:46 2006
New Revision: 8761

Modified:
   branches/rel-1-6/freevo/src/audio/plugins/cdbackup.py

Log:
Copied --ignore-tag-errors from rel-1


Modified: branches/rel-1-6/freevo/src/audio/plugins/cdbackup.py
==============================================================================
--- branches/rel-1-6/freevo/src/audio/plugins/cdbackup.py       (original)
+++ branches/rel-1-6/freevo/src/audio/plugins/cdbackup.py       Thu Dec 21 
13:32:46 2006
@@ -409,8 +409,8 @@
                 output = '%s%s.mp3' % (pathname, path_tail)
                 cmd = str('%s %s' % (config.LAME_CMD, config.CD_RIP_LAME_OPTS))
                 cmd = cmd.split(' ') + \
-                    [ '--tt', song_names[i], '--ta', artist, '--tl', album,
-                      '--tn', '%(track)s,%(tracks)s' % user_rip_path_prefs,
+                    [ '--ignore-tag-errors', '--tt', song_names[i], '--ta', 
artist,
+                      '--tl', album, '--tn', '%(track)s,%(tracks)s' % 
user_rip_path_prefs,
                       '--tg', genre, '--id3v2-only', wav_file, output ]
 
                 _debug_('lame: %s' % cmd)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to