Hi, Currently the mimetypes for wavpack are missing... these are: -audio/x-wavpack for the actual wavpack files, file extensions are .wvp and .wv -audio/x-wavpack-correction for the wavpack correction files. extension is .wvc. Attached is a patch that adds them. For more informations on wavpack look at http://www.wavpack.com Bye PS: these mimetypes are used in gstreamer already
Created attachment 5477 [details] [review] wavpack.patch
Maybe the magic string has to be removed as it's "wvpk" for both formats.
Created attachment 5482 [details] [review] wavpack.diff
The indentation is a bit buggered in your patch. Regarding the magic, just add it to both. If the magic won't allow to recognise a wavpack from its correction file, it will at least allow to verify that a file is a wavpack, or a correction file.
Created attachment 8178 [details] [review] wavpack-mimetype.patch Ok, there we go... magic is now added to both mime types but can't help to distinguish between correction file or not.
2007-02-05 Bastien Nocera <hadess@hadess.net> * freedesktop.org.xml.in: Patch from Sebastian Dröge <slomo@ubuntu.com> to add the Wavpack mime-type (Closes: #6746)
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.