Package: mp3c
Version: 0.29-2
Severity: normal

Hi,

The default configuration for on the fly conversion does not work. The
command used is 

# program for encoding wav->mp3 (from stdin to file)
#  %1 = outputfile
#  %3 = albumname
#  %4 = MP3 genre by number
#  %5 = year
#  %6 = comment
#  %7 = filename
#  %8 = MP3 genre by name
#  %a = tracknumber
#  %b = tracknumber (with leading zeros)
#  %c = artistname
#  %d = title
enc_of_prg = "oggenc -b 192 -l "%3" -d "%5" -c "%6" -N "%a" -a "%c" -t "%d" -o 
"%2" -"

Notice that %2 is not mentionned in the list. 

When this configuration is used and on the fly conversion is attempted,
the encoding fails because %2 is an empty string, and oggenc cannot deal
with this. 

Removing -o "%2" altogether fails (the encoded stream is displayed on
the screen), and so does using the value of the tmp_file configuration
variable, with s/wav/ogg/ 



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

Versions of packages mp3c depends on:
ii  cdda2wav                  4:2.01+01a01-4 Creates WAV files from audio CDs
ii  libc6                     2.3.2.ds1-22   GNU C Library: Shared libraries an
ii  libncurses5               5.4-8          Shared libraries for terminal hand
ii  ncurses-base [ncurses-run 5.4-8          Descriptions of common terminal ty
ii  vorbis-tools              1.0.1-1.4      Several Ogg Vorbis Tools

mp3c 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