From 163568c42b97d81705a47e273ad40cd2bd8e145b Mon Sep 17 00:00:00 2001 From: colintu Date: Sun, 26 Jul 2009 17:28:29 +0000 Subject: [PATCH] Fix Endless loop possible when mp3gain asks clipping question bug. git-svn-id: http://abcde.googlecode.com/svn/trunk@260 a0fa61bc-5347-0410-a1a9-7f54aa4e1825 --- abcde | 2 +- debian/changelog | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/abcde b/abcde index 7585109..5186a0f 100755 --- a/abcde +++ b/abcde @@ -548,7 +548,7 @@ do_replaygain() 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[@]}" diff --git a/debian/changelog b/debian/changelog index 409de83..35a6c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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. + * Fix Endless loop possible when mp3gain asks clipping question bug + (Closes: #411579). - -- Colin Tuckley Sun, 26 Jul 2009 17:40:23 +0100 + -- Colin Tuckley Sun, 26 Jul 2009 18:20:55 +0100 abcde (2.3.99.7-1) unstable; urgency=low -- 2.20.1