Bugzilla – Bug 3326
some ape files with ID3v2.3 headers are not parsed properly
Last modified: 2008-09-15 14:38:25 UTC
If you remove the ID3v2.3 header from that file, it parses and plays properly. Probably should use the MP3 ID3 parser rather than the one in APE.pm
I'm confused. This is an APE file - so we should default to using the APETAGEX tag. Fixing the APE parser is what needs to happen - not using the MP3 parser, as not all APE files have ID3 tags.
Subject: Re: some ape files with ID3v2.3 headers are not parsed properly I believe that the bug is that the APE parser is not skipping the ID3 tags properly. It has its own little code snippet to do this, better to have the more robust ID3 tag parser do this (and support all versions, etc...)
Fixed in change 7147
This bug fix is now part of a released version, and so has been marked closed. If you are still experiencing this problem, please reopen the bug.