Index: src/Ogg/OggFileReader.cs =================================================================== --- src/Ogg/OggFileReader.cs (revision 59814) +++ src/Ogg/OggFileReader.cs (working copy) @@ -33,6 +33,7 @@ [SupportedMimeType ("application/x-ogg")] [SupportedMimeType ("audio/vorbis")] [SupportedMimeType ("audio/x-vorbis")] + [SupportedMimeType ("audio/x-vorbis+ogg")] [SupportedMimeType ("audio/ogg")] [SupportedMimeType ("audio/x-ogg")] [SupportedMimeType ("entagged/ogg")] Index: ChangeLog =================================================================== --- ChangeLog (revision 59814) +++ ChangeLog (working copy) @@ -1,3 +1,8 @@ +2006-04-24 Daniel Drake + + * src/Ogg/OggFileReader.cs: Add new audio/x-vorbis+ogg mimetype, noted + by Stefan Glasenhardt on the Ubuntu bugzilla. + 2006-04-13 James Willcox * src/Mp3/Util/Id3frames/Id3Frame.cs: correctly read UTF-16 tags