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 604

Summary: MP3 magic in music.c doesn't detect ID3 tagged files
Product: SDL_mixer Reporter: Forrest Voight <voights>
Component: miscAssignee: Ryan C. Gordon <icculus>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: julien_jorge, voights
Version: unspecified   
Hardware: All   
OS: All   
Attachments: Patch to add ID3 magic to Mix_LoadMUS and Mix_LoadMUS_RW

Description Forrest Voight 2008-07-14 14:27:48 UTC
Loading MP3 files as music fails when the file is ID3 tagged and the type is not detected by extension (in Mix_LoadMUS_RW or when loading a file without an extension).
Comment 1 Forrest Voight 2008-07-14 14:28:45 UTC
Created attachment 260 [details]
Patch to add ID3 magic to Mix_LoadMUS and Mix_LoadMUS_RW
Comment 2 Forrest Voight 2009-06-13 20:31:38 UTC
*** Bug 643 has been marked as a duplicate of this bug. ***
Comment 3 Sam Lantinga 2009-09-26 02:22:04 UTC
Thank you very much for your patch!

Do you give me permission to release your code with SDL 1.3 and future
versions of SDL under both the LGPL and a closed-source commercial
license?
Comment 4 Forrest Voight 2009-09-26 08:56:26 UTC
Sure.
Comment 5 Sam Lantinga 2009-09-26 14:34:15 UTC
Thanks!  Your changes are in for the next release.