GNOME Bugzilla – Bug 723832
Thumbnails film strip looks crude and is unnecessary
Last modified: 2014-02-09 20:54:15 UTC
We know it's a video - we don't need the film strip. Also, they don't look very good.
Mockup - https://raw.github.com/gnome-design-team/gnome-mockups/master/videos/videos-loading-thumbnails.png
The way to fix this would be for nautilus to apply the film strip rather than the thumbnailer.
Created attachment 268501 [details] [review] thumbnailer: Remove film strip from generated thumbnails
Attachment 268501 [details] pushed as dae3a26 - thumbnailer: Remove film strip from generated thumbnails
(In reply to comment #2) > The way to fix this would be for nautilus to apply the film strip rather than > the thumbnailer. Would it be better to not remove the functionality entirely, but to hide it behind a command line option (--disable-film-strip) which is set by default in the .thumbnailer file? I wonder if removing the functionality entirely might make other users of totem-video-thumbnailer complain.
(In reply to comment #5) > (In reply to comment #2) > > The way to fix this would be for nautilus to apply the film strip rather than > > the thumbnailer. > > Would it be better to not remove the functionality entirely, but to hide it > behind a command line option (--disable-film-strip) which is set by default in > the .thumbnailer file? I wonder if removing the functionality entirely might > make other users of totem-video-thumbnailer complain. Which other users?
(In reply to comment #6) > (In reply to comment #5) > > (In reply to comment #2) > > > The way to fix this would be for nautilus to apply the film strip rather than > > > the thumbnailer. > > > > Would it be better to not remove the functionality entirely, but to hide it > > behind a command line option (--disable-film-strip) which is set by default in > > the .thumbnailer file? I wonder if removing the functionality entirely might > > make other users of totem-video-thumbnailer complain. > > Which other users? I don’t know any, but totem-video-thumbnailer is a public API of sorts, and I can easily imagine it being used in various places (although potentially all through GnomeDesktopThumbnailFactory?). Basically, I think the slight cost of keeping the code (with a command line option) is less than the cost of handling bug reports from angry users when they find the functionality’s disappeared.