GNOME Bugzilla – Bug 170226
File/Open dialog should show only playable files
Last modified: 2005-10-23 00:30:33 UTC
The dialog should not include text files, word documents, zip files, etc. that totem is unable to play.
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...
*** Bug 300716 has been marked as a duplicate of this bug. ***
From the other bug, the entries could be: All supported types Movies Music Playlists All files
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 ***