Package: xmms2
Version: 0.6DrMattDestruction-6
Severity: important

I created a bunch of MP3-files and set their tags with id3v2-commands.
Then I followed this advice:

http://amarok.kde.org/wiki/FAQ#Amarok_is_not_displaying_my_utf-8_id3v2_tags_properly.21

---- Clip here ----
 Amarok is not displaying my utf-8 id3v2 tags properly!

 * This is because most applications put utf8 data into id3v2 tags
 * but do not specify the encoding as unicode. This perl script will
 * fix that.


 #!/usr/bin/perl
 die "File $ARGV[0] doesn't exist" unless -f $ARGV[0];
 use MP3::Mplib;
 my $mp3 = MP3::Mplib->new($ARGV[0]);
 my $v2tag = $mp3->get_v2tag;
 print "Error writing tags of $ARGV[0]\n" unless $mp3->set_v2tag($v2tag,&UTF8);

 * Note: This script requires the perl module MP3::Mplib which
 * can be installed by issuing this command

 perl -MCPAN -e 'install MP3::Mplib'

---- Clip here ----

Now other tools show UTF-8 chars just right, but XMMS2 fails:

juht...@juhtolv:/home/juhtolv/cdrip/000FORZENSTONE/Pan_Sonic/Kesto_(234.48_4)_(CD_1)
 % mp3info -x 01-Rähinä_I.mp3    
File: 01-Rähinä_I.mp3
Title:   Rähinä I / Mayhem I          Track: 1
Artist:  Pan Sonic
Album:   Kesto (234.48:4) (CD 1)        Year:  2003
Comment:                                Genre: Techno [18]
Media Type:  MPEG 1.0 Layer III
Audio:       Variable kbps, 44 kHz (joint stereo)
Emphasis:    none
CRC:         Yes
Copyright:   No
Original:    No
Padding:     No
Length:      2:47

juht...@juhtolv:/home/juhtolv/cdrip/000FORZENSTONE/Pan_Sonic/Kesto_(234.48_4)_(CD_1)
 % id3ed -i 01-Rähinä_I.mp3
01-Rähinä_I.mp3: (tag v1.1)
songname: Rähinä I / Mayhem I
artist: Pan Sonic
album: Kesto (234.48:4) (CD 1)
year: 2003
comment: 
tracknum: 1
genre: Techno(18)

juht...@juhtolv:/home/juhtolv/cdrip/000FORZENSTONE/Pan_Sonic/Kesto_(234.48_4)_(CD_1)
 % id3tool 01-Rähinä_I.mp3
Filename: 01-Rähinä_I.mp3
Song Title:     Rähinä I / Mayhem I         
Artist:         Pan Sonic                     
Album:          Kesto (234.48:4) (CD 1)       
Track:          1
Year:           2003
Genre:          Techno (0x12)

juht...@juhtolv:/home/juhtolv/cdrip/000FORZENSTONE/Pan_Sonic/Kesto_(234.48_4)_(CD_1)
 % xmms2 add 01-Rähinä_I.mp3
juht...@juhtolv:/home/juhtolv/cdrip/000FORZENSTONE/Pan_Sonic/Kesto_(234.48_4)_(CD_1)
 % xmms2 list               
->[0/7069] Pan Sonic - Rähinä I / Mayhem I (02:48)

Total playtime: 0:02:48


Also Amarok shows that "Rähinä" right.



-- System Information:
Debian Release: squeeze/sid
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 
'proposed-updates'), (101, 'testing'), (99, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.31-1-686 (SMP w/1 CPU core)
Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xmms2 depends on:
ii  xmms2-client-cli  0.6DrMattDestruction-6 XMMS2 - cli client
ii  xmms2-core        0.6DrMattDestruction-6 XMMS2 - core package
ii  xmms2-icon        0.6DrMattDestruction-6 XMMS2 - icon package
ii  xmms2-plugin-alsa 0.6DrMattDestruction-6 XMMS2 - ALSA output
ii  xmms2-plugin-id3v 0.6DrMattDestruction-6 XMMS2 - ID3v2 plug-in
ii  xmms2-plugin-mad  0.6DrMattDestruction-6 XMMS2 - libmad based mp3 decoder
ii  xmms2-plugin-vorb 0.6DrMattDestruction-6 XMMS2 - vorbis decoder

xmms2 recommends no packages.

xmms2 suggests no packages.

-- no debconf information

-- 
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"Quidquid Latine dictum sit altum videtur."



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to