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 170226 - File/Open dialog should show only playable files
File/Open dialog should show only playable files
Status: RESOLVED DUPLICATE of bug 318350
Product: totem
Classification: Core
Component: general
1.0
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
: 300716 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2005-03-13 19:57 UTC by Tommi Komulainen
Modified: 2005-10-23 00:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10



Description Tommi Komulainen 2005-03-13 19:57:23 UTC
The dialog should not include text files, word documents, zip files, etc. that
totem is unable to play.
Comment 1 Bastien Nocera 2005-03-25 15:53:40 UTC
Pseudo-code, for each newly created open file chooser:

for mimetype in mimetypes
   filter = gtk_file_filter_new ()
   gtk_file_filter_add_mime_type (filter, mimetype);
   gtk_file_chooser_add_filter (filter)

We would however need to filter out some mimetypes that are aliases, how we'll
do that...
Comment 2 Ronald Bultje 2005-04-15 09:54:22 UTC
*** Bug 300716 has been marked as a duplicate of this bug. ***
Comment 3 Bastien Nocera 2005-04-15 10:01:02 UTC
From the other bug, the entries could be:
All supported types
Movies
Music
Playlists
All files
Comment 4 Bastien Nocera 2005-10-23 00:30:33 UTC
We didn't split them up as for most filetypes, it's unclear whether they're
audio or video files (video/mp4), or playlists or video files (video/x-ms-asf),
but it's still better than nothing.

*** This bug has been marked as a duplicate of 318350 ***