Fix Endless loop possible when mp3gain asks clipping question bug.
authorcolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 26 Jul 2009 17:28:29 +0000 (17:28 +0000)
committercolintu <colintu@a0fa61bc-5347-0410-a1a9-7f54aa4e1825>
Sun, 26 Jul 2009 17:28:29 +0000 (17:28 +0000)
git-svn-id: http://abcde.googlecode.com/svn/trunk@260 a0fa61bc-5347-0410-a1a9-7f54aa4e1825

abcde
debian/changelog

diff --git a/abcde b/abcde
index 7585109..5186a0f 100755 (executable)
--- a/abcde
+++ b/abcde
@@ -548,7 +548,7 @@ do_replaygain()
                                        run_command replaygain-vorbis nice $ENCNICE $VORBISGAIN --album "${OUTPUTFILES[@]}"
                                        ;;
                                mp3)
                                        run_command replaygain-vorbis nice $ENCNICE $VORBISGAIN --album "${OUTPUTFILES[@]}"
                                        ;;
                                mp3)
-                                       run_command replaygain-mp3 nice $ENCNICE $MP3GAIN -a "${OUTPUTFILES[@]}"
+                                       run_command replaygain-mp3 nice $ENCNICE $MP3GAIN -a -k "${OUTPUTFILES[@]}"
                                        ;;
                                mpc)
                                        run_command replaygain-mpc nice $ENCNICE $MPPGAIN --auto "${OUTPUTFILES[@]}"
                                        ;;
                                mpc)
                                        run_command replaygain-mpc nice $ENCNICE $MPPGAIN --auto "${OUTPUTFILES[@]}"
index 409de83..35a6c7b 100644 (file)
@@ -9,8 +9,10 @@ abcde (2.3.99.8-1) unstable; urgency=low
   * Remove unneeded escapes in cddb-tool URLs.
     Add support for freedb2 (Closes: #391110).
     another patch from Charles Steinkuehler.
   * Remove unneeded escapes in cddb-tool URLs.
     Add support for freedb2 (Closes: #391110).
     another patch from Charles Steinkuehler.
+  * Fix Endless loop possible when mp3gain asks clipping question bug
+    (Closes: #411579).
 
 
- -- Colin Tuckley <colint@debian.org>  Sun, 26 Jul 2009 17:40:23 +0100
+ -- Colin Tuckley <colint@debian.org>  Sun, 26 Jul 2009 18:20:55 +0100
 
 abcde (2.3.99.7-1) unstable; urgency=low
 
 
 abcde (2.3.99.7-1) unstable; urgency=low