GNOME Bugzilla – Bug 169942
Nautilus cannot preview wma sound
Last modified: 2008-05-02 10:30:06 UTC
Currently, Nautilus can only preview sound files if their mime types begin with "audio". But, for some unsure reasons, wma is registered as "video/x-ms-asf". Maybe following dirty patch could solve this prob.
Created attachment 38551 [details] [review] Patch to enable preview wma sounds
yes, this patch works for me, and I think nautilus should have the ability to preview more audio format files that gstreamer supported.
Thanks for your bug report! I don't like the suffix detection code at all. Maybe additionally checking for the MIME type "image/x-wmf" would be more suitable. The best thing would be to check for the MS container format and
...check whether the detected file has an identical MIME type or the detected MIME type is a subclass of that container format.
Hrm can we somehow distinguish MS video from audio files? This seems to be a mess...
Reassigning to Nautilus 2.13.
Closing this obsolete. We do previews through GStreamer now and match WMA mime-types, so if GStreamer has WMA support installed, you should get audio previews.