Bug 3326 - some ape files with ID3v2.3 headers are not parsed properly
: some ape files with ID3v2.3 headers are not parsed properly
Status: CLOSED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Formats
: 6.2.2
: Macintosh Other
: P2 normal (vote)
: ---
Assigned To: Dan Sully
http://wiki.slimdevices.com/plugin/at...
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2006-04-26 11:27 UTC by Blackketter Dean
Modified: 2008-09-15 14:38 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2006-04-26 11:27:23 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
Comment 1 Dan Sully 2006-04-26 11:55:07 UTC
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.
Comment 2 Blackketter Dean 2006-04-26 11:59:21 UTC
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...)


Comment 3 Dan Sully 2006-04-26 14:11:14 UTC
Fixed in change 7147
Comment 4 Chris Owens 2006-06-27 14:21:47 UTC
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.