Bug#416529: Broken non-ASCII characters in the properties for some files)

Tino Keitel tino.keitel at tikei.de
Wed Mar 28 19:55:26 UTC 2007


Hi,

my ISO8859-1 decoding theory seems to be correct. If I tag the file
with ISO8859-1 characters, Rhythmbox shows the correct artist.

$ id3v2 -a `echo "täst" | iconv -f utf8 -t iso8859-1` foo-iso.mp3
$ id3v2 -l foo.mp3 
id3v1 tag info for foo.mp3:
Title  :                                 Artist: täst

Here is the corresponding rhythmdb.xml entry:

  <entry type="song">
    <title>foo-iso.mp3</title>
    <genre>Unknown</genre>
    <artist>t&#xE4;st</artist>
    <album>Unknown</album>
    <duration>1</duration>
    <file-size>8320</file-size>
    <location>file:///home/storage/music/foo-iso.mp3</location>
    <mountpoint>file:///home/storage</mountpoint>
    <mtime>1175107678</mtime>
    <first-seen>1175107721</first-seen>
    <last-seen>1175107722</last-seen>
    <bitrate>32</bitrate>
    <date>0</date>
    <mimetype>application/x-id3</mimetype>
    <mb-trackid></mb-trackid>
  </entry>

You can access the file here:

http://tikei.de/foo-iso.mp3

Regards,
Tino





More information about the pkg-gnome-maintainers mailing list