Bugzilla – Bug 2041
Add option to ignore ID3 v1 tags
Last modified: 2009-03-23 12:59:09 UTC
I have all my mp3 files tagged with ID3 v2 tags using iTunes, which might leave existing ID3 v1 tags in an inconsistend state. For example if I delete the genre tag in iTunes the mp3 file will still have the "old" genre in its v1 tag although the v2 tag is empty. Now SlimServer seems to read and use this v1 tag when it can't find a non-empty v2 entry, so this deleted genre will reappear in SlimServer, which is a bit annoying. I'd like to see an option in SlimServer like "Ignore ID3 v1 tags and use only ID3 v2" to circumvent this problem. Thanks, Alexander.
wouldn't it be easier to just delete the id3v1 tags from your files? something like: find . -name *.mp3 -print0 | xargs -0 id3v2 -s should do the trick on a Unix machine if you have it available.
This would break a lot of existing behavior that people rely on. It's best if you update your tags to remove the ID3v1
*** Bug 10626 has been marked as a duplicate of this bug. ***