After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 169942 - Nautilus cannot preview wma sound
Nautilus cannot preview wma sound
Status: RESOLVED OBSOLETE
Product: nautilus
Classification: Core
Component: [obsolete] Audio Preview
2.13.x
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-03-11 12:56 UTC by Funda Wang
Modified: 2008-05-02 10:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Patch to enable preview wma sounds (926 bytes, patch)
2005-03-11 12:59 UTC, Funda Wang
none Details | Review

Description Funda Wang 2005-03-11 12:56:58 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.
Comment 1 Funda Wang 2005-03-11 12:59:43 UTC
Created attachment 38551 [details] [review]
Patch to enable preview wma sounds
Comment 2 younker 2005-03-14 02:39:14 UTC
yes, this patch works for me, 
and I think nautilus should have the ability to preview more audio format files
that gstreamer supported.
Comment 3 Christian Neumair 2005-05-13 19:57:28 UTC
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 
Comment 4 Christian Neumair 2005-05-13 19:58:11 UTC
...check whether the detected file has an identical MIME type or the detected
MIME type is a subclass of that container format.
Comment 5 Christian Neumair 2005-05-13 19:59:49 UTC
Hrm can we somehow distinguish MS video from audio files? This seems to be a mess...
Comment 6 Christian Neumair 2005-10-12 21:53:56 UTC
Reassigning to Nautilus 2.13.
Comment 7 A. Walton 2008-05-02 10:30:06 UTC
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.