On 4/14/05, Andreas Nilsson <[EMAIL PROTECTED]> wrote: > But rather than grouping mime-types, how about > grouping different kinds of content? > Images, Documents, Movie clips, Music etc.
The MIME system lets you do this. (http://www.iana.org/assignments/media-types/) All mime types are sub catagories of the following: application audio image message model multipart text video PNG images have mime-type "image/png", while JPG images have mime-type "image/jpeg". If the filter just used the major category, (image), the grouping would happen correctly. -- Marc O'Morain -- nautilus-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/nautilus-list
