GNOME Bugzilla – Bug 437992
incorrectly indexes mp3 files with v2.3 ID3
Last modified: 2007-06-17 18:50:21 UTC
See Debian BTS (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=419993) Hi, According to the specification of ID3 v2.3, the info can be encoded in ISO-8859-1 or 16-bit Unicode beginning with BOM. But beagle appears to decode the ID3 info of v2.3 incorrectly. When the ID3 info contains characters beyond ASCII and is encoded in Unicode, beagle fails to detect it and gets an unrecognizable string. But for mp3 files with v2.4 ID3, beagle does be able to decode the ID3 info correctly. In addition, Gnome desktop system can detect the ID3 info of mp3 files successfully no matter they are v2.3 or v2.4. So, I wonder if there is something wrong when beagle tried to index mp3 files with v2.3 ID3. Thanks.
The MP3 filter was recently replaced by an improved MP3 filter from taglib-sharp. Can you attach a sample mp3 which we can use to reproduce the bug ?
Hi all, I'm the original bug reporter for Debian. I'm running Beagle 0.2.17-1 and I'm not sure which MP3 filter beagle is using. But, obviously, this problem has gone. Thanks.