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 302757 - Ogg files are always called Ogg Vorbis in listview
Ogg files are always called Ogg Vorbis in listview
Status: RESOLVED NOTGNOME
Product: nautilus
Classification: Core
Component: Views: List View
2.13.x
Other All
: Normal enhancement
: 2.14.x
Assigned To: Nautilus Maintainers
Nautilus Maintainers
: 102017 308579 330011 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-05-02 19:18 UTC by j^
Modified: 2006-02-05 18:17 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description j^ 2005-05-02 19:18:53 UTC
nautilus does not detect Ogg files containing 
Theora(Video), and always calls the files 
Ogg Vorbis audio(Type column). 

nautilus should detect if the Ogg file contains
audio or video and also allow to select different
applications for each case, i.e.
Ogg Vorbis, Ogg Speex, Ogg Flac ->     rhythmbox, Ogg Audio
Ogg Theora, possible other video codecs -> totem, Ogg Video
Ogg container with unknown codec -> totem, Ogg Media Container
Comment 1 Sebastien Bacher 2005-05-17 12:09:55 UTC
not sure that's fixable, there is no easy way to make the difference between
these file. I'm changing to enhancement
Comment 2 j^ 2005-05-17 12:29:18 UTC
there is, have a look at how it is done in konqueror,
if you still think its not possible please stop by in
#theora on freenode.net or write a mail to theora-dev@xiph.org
Comment 3 Sebastien Bacher 2005-05-17 12:49:26 UTC
do you know if there is a way to do this with a mimemagic or if you need to read
the file content to figure that information?
Comment 4 j^ 2005-05-17 13:44:10 UTC
from /usr/share/mimelnk/magic

# OGG files
0       string          OggS            application/ogg
>28     string          \x01vorbis      audio/vorbis
>28     string          fLaC            audio/x-oggflac
>28     string          \x80theora      video/x-theora
>28     string          Speex\ \        audio/x-speex
>29     string          video           video/x-ogm
Comment 5 Sebastien Bacher 2005-05-21 12:35:18 UTC
thanks. There is a shared-mime-info bug about this:
https://bugs.freedesktop.org/show_bug.cgi?id=1002
Comment 6 Sebastien Bacher 2005-06-24 14:11:31 UTC
*** Bug 308579 has been marked as a duplicate of this bug. ***
Comment 7 Pavel Šefránek 2005-07-11 04:21:42 UTC
Will be this enhancement included in 2.12 branch ?
Comment 8 Christian Neumair 2005-07-11 09:46:58 UTC
The problem seems to be that we always have to sniff ogg files to tell their
MIME type. Maybe nautilus-directory-async.c:wants_slow_mime_type should always
return TRUE for them.
Comment 9 Christian Neumair 2005-07-20 18:34:01 UTC
*** Bug 102017 has been marked as a duplicate of this bug. ***
Comment 10 Christian Neumair 2005-12-01 22:05:57 UTC
It turns out that the solution was to fix xdgmime and shared-mime-info. GnomeVFS
and shared-mime-info HEAD will work correctly, i.e. always sniff.
Comment 11 Fabio Bonelli 2006-02-05 18:17:18 UTC
*** Bug 330011 has been marked as a duplicate of this bug. ***