Closed GoogleCodeExporter closed 9 years ago
The intent of the MIME data in Mutagen is so you can, given a FileType
instance, see
if there's any intersection between its types and some kind of playback engine.
From
that perspective, the audio/ogg format doesn't make a lot of sense, since it
could be
one of any three (or more, but three supported by Mutagen) formats.
application/ogg tells you "this is in an Ogg container", which is useful
information.
audio/vorbis tells you "this is a Vorbis file in some kind of container".
Between
those two you can figure out "this is an Ogg Vorbis file". The audio/ogg
classification only adds ambiguity.
audio/vorbis is already supported. It's provided by OggVorbis, not the more
generic
OggFileType.
Original comment by joe.wreschnig@gmail.com
on 6 Jan 2010 at 5:14
Original issue reported on code.google.com by
stefan.p...@mbnet.fi
on 3 Jan 2010 at 8:34