Package: jack
Version: 3.1.1-3
Severity: minor
Tags: patch pending

ID3 tags version 1 are basically obsolete these days and should not be
written by default.  Also, the help message for 'write_id3v2' is
wrong: it doesn't write v1 and v2 tags but only v2 tags.  Here's a
patch.


--- jack_config.py~     2005-07-26 21:54:10.093677944 +0100
+++ jack_config.py      2005-07-26 21:54:37.956442160 +0100
@@ -752,14 +752,14 @@
         },
     'write_id3v1': {
         'type': 'toggle',
-        'val': 1,
+        'val': 0,
         'usage': "write a smart id3v1 tag to the encoded file",
         'long': 'AUTO',
         },
     'write_id3v2': {
         'type': 'toggle',
         'val': 1,
-        'usage': "write an id3v1 and an id3v2 tag to the encoded file",
+        'usage': "write an id3v2 tag to the encoded file",
         'long': 'AUTO',
         },
     'playorder': {



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.10-1-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages jack depends on:
ii  cdparanoia                    3a9.8-11   An audio extraction tool for sampl
ii  flac                          1.1.1-5    Free Lossless Audio Codec - comman
ii  python                        2.3.5-2    An interactive high-level object-o
ii  python-cddb                   1.4-3      Python interface to CD-IDs and Fre
ii  python-eyed3                  0.6.5-1    Python module for id3-tags manipul
ii  python-pyvorbis               1.3-1      A Python interface to the Ogg Vorb
ii  vorbis-tools                  1.0.1-1.3  Several Ogg Vorbis Tools

-- no debconf information

-- 
Martin Michlmayr
http://www.cyrius.com/


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

Reply via email to