Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
xfce:thunar:tumbler [2019/11/30 22:38] – added section dividers kevinbowenxfce:thunar:tumbler [2020/03/11 19:45] – [Customized Thumbnailer for text-based documents] - added comicbook thumbnailer info toz
Line 1: Line 1:
-{{ :xfce:thunar:thunar.png?nolink|}} 
 ====== Tumbler ====== ====== Tumbler ======
 The Tumbler package contains a D-Bus thumbnailing service based on the thumbnail management D-Bus specification. This is useful for generating thumbnail images of files.  The Tumbler package contains a D-Bus thumbnailing service based on the thumbnail management D-Bus specification. This is useful for generating thumbnail images of files. 
Line 20: Line 19:
      * Requires package: ??      * Requires package: ??
   * __GStreamer-thumbnailer__   * __GStreamer-thumbnailer__
-     - Details missingPlease addif known - +     Provides video and audio cover (e.g. mp3flac, etc) thumbnails. 
-     * Requires package: ??+     * Requires package: gstreamer1.0-plugins-* (debian), gstreamer1-plugins-* (fedora), gst-plugins-* (Arch)
 === Other Thumbnailers === === Other Thumbnailers ===
   * __Font-thumbnailer__   * __Font-thumbnailer__
Line 81: Line 80:
  
 ===== Customized Thumbnailers ===== ===== Customized Thumbnailers =====
-As of version 0.2.0, the desktop thumbnailer functionality has been added back into tumbler. This functionality supports custom .thumbailer files placed in the /usr/share/thumbnailers folder.+As of version 0.2.0, the desktop thumbnailer functionality has been added back into tumbler. This functionality supports custom .thumbnailer files placed in the /usr/share/thumbnailers folder.
  
 ==== Customized Thumbnailer for .dds files ==== ==== Customized Thumbnailer for .dds files ====
Line 166: Line 165:
 You can add additional mime types to the MimeType line of the thumbnailer file to support additional text-based document types. You can add additional mime types to the MimeType line of the thumbnailer file to support additional text-based document types.
  
 +----
 +
 +===== Customized Thumbnailer for comic book archives =====
 +A thumbnailer for comic book archives (cbr, cbz, cbt, cb7) can be created using the comicthumb utility (search for it your distro's repositories). Use the following thumbnailer file:
 +<file txt /usr/share/thumbnailers/comicthumb.thumbnailer>
 +[Thumbnailer Entry]
 +TryExec=comicthumb
 +Exec=comicthumb %u %o %s
 +MimeType=application/x-cb7;application/x-cbr;application/x-cbt;application/x-cbz;application/x-ext-cb7;
 +application/x-ext-cbr;application/x-ext-cbt;application/x-ext-cbz;application/vnd.comicbook-rar
 +</file>
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 [[:xfce:thunar:|Back to Thunar documentation page]] [[:xfce:thunar:|Back to Thunar documentation page]]