Package: abcde
Version: 2.3.99.3-1
Severity: normal
Tags: patch

Hello,

When encoding to multiple formats ("OUTPUTTYPE=ogg,mp3", for example),
the output file name of the formats after the first one is incorrect
(".ogg" even for the mp3 file, in our example).
I believe it is just a missed namechange in a variable name; the
following patch fixes it for me:

--- /usr/bin/abcde-2.3.99.3-1   2006-01-31 13:26:44.000000000 +0100
+++ /usr/bin/abcde      2006-02-04 12:44:07.000000000 +0100
@@ -909,7 +909,7 @@
                                        OUTPUT=$FLACOUTPUTCONTAINER
                                        ;;
                                *)
-                                       OUT="$ABCDETEMPDIR/track$1.$OUTPUT"
+                                       OUT="$ABCDETEMPDIR/track$1.$TMPOUTPUT"
                                        OUTPUT=$TMPOUTPUT
                                        ;;
                        esac

Thanks, and best regards!

-Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1-mooch.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages abcde depends on:
ii  cd-discid                 0.9-1          CDDB DiscID utility
ii  cdda2wav                  4:2.01+01a03-5 Creates WAV files from audio CDs
ii  cdparanoia                3a9.8-11       An audio extraction tool for sampl
ii  flac                      1.1.2-3+b1     Free Lossless Audio Codec - comman
ii  lame                      3.96.1-1       LAME Ain't an MP3 Encoder
ii  vorbis-tools              1.1.1-3        several Ogg Vorbis tools
ii  wget                      1.10.2-1       retrieves files from the web

abcde recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to