Package: libmp3-info-perl Version: 1.23-1 Severity: normal I have ReplayGain information in APE tags on my mp3s created by mp3gain. Using this simple test program:
#!/usr/bin/perl use MP3::Info; $file=$ARGV[0]; $info=get_mp3tag($file,2,1,1); while ( ($k,$v) = each %$info ) { print "$k => $v\n"; } the APE tags are completely ignored: TRCK => 1/11 TPOS => 1 / 1 TIT2 => Closer TYER => 2008 TCON => Rock TXXX => ARRAY(0x71db48) GENRE => TPE1 => Kings of Leon TAGVERSION => ID3v2.3.0 TPE2 => Kings of Leon TALB => Only By the Night Using get_mp3tag($file,2,2,1) however, they are shown: REPLAYGAIN_ALBUM_PEAK => 1.096118 TPOS => 1 / 1 TYER => 2008 REPLAYGAIN_ALBUM_GAIN => -9.310000 dB REPLAYGAIN_TRACK_PEAK => 1.051479 GENRE => TPE1 => Kings of Leon TAGVERSION => ID3v2.3.0 TPE2 => Kings of Leon MP3GAIN_MINMAX => 071,210 TALB => Only By the Night TRCK => 1/11 ACCURATERIPDISCID => 011-0010e284-009228a3-9809ff0b-1 MP3GAIN_ALBUM_MINMAX => 062,210 TIT2 => Closer TCON => Rock REPLAYGAIN_TRACK_GAIN => -10.17000 dB ACCURATERIPRESULT => AccurateRip: Not in database [7AEDD37B] -- System Information: Debian Release: 5.0 APT prefers stable APT policy: (990, 'stable'), (400, 'testing'), (300, 'experimental'), (300, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-rvdb Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=en_US.ISO-8859-15 (charmap=ISO-8859-15) Shell: /bin/sh linked to /bin/bash Versions of packages libmp3-info-perl depends on: ii libunicode-string-perl 2.09-3+b1 Perl modules for Unicode strings ii perl 5.10.0-19 Larry Wall's Practical Extraction libmp3-info-perl recommends no packages. libmp3-info-perl suggests no packages. -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org