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 599056 - gnome-video-thumbnailer should check for DVD fs in ISO files
gnome-video-thumbnailer should check for DVD fs in ISO files
Status: RESOLVED FIXED
Product: totem
Classification: Core
Component: Thumbnailer
2.28.x
Other Linux
: Normal enhancement
: ---
Assigned To: General Totem maintainer(s)
General Totem maintainer(s)
Depends on: 599256
Blocks:
 
 
Reported: 2009-10-20 14:58 UTC by Pedro Villavicencio
Modified: 2011-04-07 02:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.27/2.28



Description Pedro Villavicencio 2009-10-20 14:58:33 UTC
this report has been filed here:

https://bugs.edge.launchpad.net/ubuntu/+source/totem/+bug/340719

"It would be nice if the thumbnailer could examine ISO files for DVD or VCD images, and extract a thumbnail from the internal video (perhaps defaulting to title 1, or the longest title)."
Comment 1 Bastien Nocera 2011-04-07 02:41:48 UTC
You'll need something else calling the video thumbnailer, because I won't be making Totem always read ISO files, as it would be terribly inefficient, and wouldn't be able to do all kind of nice things, like using discident-glib (see git.gnome.org) to detect the DVD name, and maybe lookup a nice cover for the ISO image.

Having a separate application for that would also mean being able to thumbnail directories containing exploded-tree DVDs.

commit 0efda5e600a055c7165269b44900d9f1875fbc05
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Apr 7 03:34:06 2011 +0100

    thumbnailer: Add ability to "thumbnail" ISOs
    
    Only captures the menu, but that's usually all that we want.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=599056