Author: duncan
Date: Fri Dec 15 20:50:13 2006
New Revision: 8732

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

Log:
Added --ignore-tag-errors to lame options


Modified: branches/rel-1/freevo/src/audio/plugins/cdbackup.py
==============================================================================
--- branches/rel-1/freevo/src/audio/plugins/cdbackup.py (original)
+++ branches/rel-1/freevo/src/audio/plugins/cdbackup.py Fri Dec 15 20:50:13 2006
@@ -424,8 +424,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