GNOME Bugzilla – Bug 115124
spider unable to detect that this is mp3
Last modified: 2004-12-22 21:47:04 UTC
this file http://mikachu.ath.cx/broken.mp3 is not detected as mp3 by the spider plugin
No wonder, look at position 0x75e: RIFF....WAVE.... Or, in other words, is this a mp3-in-wave-in-mp3 file?
It's a spider bug nonetheless.
Interesting idea: why don't we make a mp3 unpacker? So one that "undresses" the mp3 container file into the actual mp3 file (starting at the 0x55 byte, if I'm correct). In this case, this'd not lead to the actual mp3 frames, but to RIFF/WAVE, which would be autoplugged again. Just a thought for brianless people like me. :).
I got a fix for this one too, but it's in a different bug, therefore I'm dupping this one. Thanks. :). *** This bug has been marked as a duplicate of 94113 ***