GNOME Bugzilla – Bug 335028
[typefinding] ID3 v1 tag is not recognized with mp3-in-wav file
Last modified: 2006-04-03 19:25:38 UTC
Please describe the problem: The ID3 tags in this file (and lots of similar files) are not read. http://jeff.nanokron.info/bug-gstreamer_id3v1.mp3 (6.1mbytes) Steps to reproduce: open the file in totem/rhythmbox or view its properties in nautilus Actual results: title = the file name artist = unknown album = unknown etc. Expected results: See the id3 tags Does this happen every time? Yes Other information: I can see the tags in tagtool or easytag
2006-03-19 Tim-Philipp Müller <tim at centricular dot net> * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find), (id3v1_type_find), (apetag_type_find), (plugin_init): Can't do tag preferences via probability, as tags would then lose against types that are recognised with MAXIMUM probability (like .wav); so let all tag typefinders return MAXIMUM themselves and order them via the rank. Split ID3v1 and ID3v2 typefinders so that we can prefer APE to ID3v1 (fixes #335028).
*** Bug 336964 has been marked as a duplicate of this bug. ***