Package: abcde
Version: 2.3.99.6-1
Severity: normal

Hi,

I noticed an endless loop when mp3gain asks a clipping question:
Applying mp3 gain change of 1 to /home/calvin/temp/rips/audio/mp3/Sade/Diamond 
Life/1. Sade - Smooth Operator.mp3...
                         
WARNING: /home/calvin/temp/rips/audio/mp3/Sade/Diamond Life/2. Sade - Your Love 
Is King.mp3 may clip with mp3 gain change 1
Make change? [y/n]:Make change? [y/n]:Make change? [y/n]: ... [endless repeated]

I suggest using the "-k" option of mp3gain to avoid this loop. A patch
doing this is attached.

Regards,
  Bastian

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-treasure11
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages abcde depends on:
ii  cd-discid             0.9-1              CDDB DiscID utility
ii  cdda2wav              9:1.1.2-1          Dummy transition package for iceda
ii  cdparanoia            3.10+debian~pre0-4 audio extraction tool for sampling
ii  flac                  1.1.4-0unofficial1 Free Lossless Audio Codec - comman
ii  lame                  3.97-0.0           LAME Ain't an MP3 Encoder
ii  speex                 1.1.12-3           The Speex Speech Codec
ii  vorbis-tools          1.1.1-11           several Ogg Vorbis tools
ii  wget                  1.10.2-2           retrieves files from the web

abcde recommends no packages.

-- no debconf information
--- /usr/bin/abcde.orig 2007-02-19 22:10:43.000000000 +0100
+++ /usr/bin/abcde      2007-02-19 22:10:08.000000000 +0100
@@ -533,7 +533,7 @@
                                        run_command replaygain-vorbis nice 
$ENCNICE $VORBISGAIN --album "[EMAIL PROTECTED]"
                                        ;;
                                mp3)
-                                       run_command replaygain-mp3 nice 
$ENCNICE $MP3GAIN -a "[EMAIL PROTECTED]"
+                                       run_command replaygain-mp3 nice 
$ENCNICE $MP3GAIN -a -k "[EMAIL PROTECTED]"
                                        ;;
                                mpc)
                                        run_command replaygain-mpc nice 
$ENCNICE $MPPGAIN --auto "[EMAIL PROTECTED]"

Reply via email to