We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 643 - Won't play files with ID3v2 tags
Summary: Won't play files with ID3v2 tags
Status: RESOLVED DUPLICATE of bug 604
Alias: None
Product: SDL_mixer
Classification: Unclassified
Component: misc (show other bugs)
Version: 1.2.8
Hardware: All All
: P2 normal
Assignee: Ryan C. Gordon
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-15 03:29 UTC by Julien Jorge
Modified: 2009-06-13 20:31 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Jorge 2008-11-15 03:29:05 UTC
Mix_LoadMUS_RW() checks the type of the file to play by looking at a magic number at the beginning of the buffer. Since ID3v2 tags are placed at the beginning of the file, the magic number will never be matched.

SDL_mixer should whether use something to deal with those tags, or just observe that the magic number matches "ID3" and skip the tag.

Regards,

Julien
Comment 1 Forrest Voight 2009-06-13 20:31:38 UTC

*** This bug has been marked as a duplicate of bug 604 ***