Closed GoogleCodeExporter closed 9 years ago
Sorry for the late response.
I'd prefer the attached fix, since MP3 handles all of MPEG.
Any thoughts?
Original comment by reiter.christoph@gmail.com
on 19 Dec 2013 at 5:33
Attachments:
Hi Christoph, this is a much better solution than my patch. The correct
mimetype is returned even when the MP2 file has an incorrect or ambiguous
extension:
('--', 'unknown-MFM0001-256kbps.mp2')
- MPEG 1 layer 2, 256000 bps, 44100 Hz, 257.16 seconds (audio/mp2)
('--', 'unknown-MFM0001-256kbps.mp3')
- MPEG 1 layer 2, 256000 bps, 44100 Hz, 257.16 seconds (audio/mp2)
('--', 'unknown-MFM0001-256kbps.mpeg')
- MPEG 1 layer 2, 256000 bps, 44100 Hz, 257.16 seconds (audio/mp2)
Thanks!
Original comment by daniel.j...@sourcefabric.org
on 30 Dec 2013 at 3:22
This issue was closed by revision a51f6e192201.
Original comment by reiter.christoph@gmail.com
on 9 Jan 2014 at 2:53
Original issue reported on code.google.com by
daniel.j...@sourcefabric.org
on 18 Nov 2013 at 5:03