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
Last revisionBoth sides next revision
xfce:thunar:tumbler [2019/11/30 01:07] – Swapped sections "configuration" and "available plugins" alexxconsxfce:thunar:tumbler [2020/08/08 04:16] – [Available Plugins] removed CR3 from raw thumbnailer - support does not yet exist toz
Line 3: Line 3:
  
 ===== Available Plugins ===== ===== Available Plugins =====
 +Tumbler allows to load a number plugins to support different file formats. Most plugins are loaded by default, if the required libraries are provided.
 === Image Thumbnailers === === Image Thumbnailers ===
   * __JPEG-thumbnailer__   * __JPEG-thumbnailer__
Line 10: Line 11:
      * Supports all type GdkPixbuf supports (Gtk3.22: ani, bmp, GdkPixdata, gif, icns, ico, jpeg, png, pnm, qtif, svg, tga, tiff, wmf, xbm, xpm)      * Supports all type GdkPixbuf supports (Gtk3.22: ani, bmp, GdkPixdata, gif, icns, ico, jpeg, png, pnm, qtif, svg, tga, tiff, wmf, xbm, xpm)
   * __Raw-thumbnailer__   * __Raw-thumbnailer__
-      RAW image files using libopenraw (Adobe DNG, Canon CRW CR2 CR3, Epson ERF, Fuji RAF, Minolta MRW, Nikon NEF and NRW, Olympus ORF, Panasonic RAW and RW2, Pentax PEF, Sony ARW)+      RAW image files using libopenraw (Adobe DNG, Canon CRW CR2, Epson ERF, Fuji RAF, Minolta MRW, Nikon NEF and NRW, Olympus ORF, Panasonic RAW and RW2, Pentax PEF, Sony ARW)
 === Video Thumbnailers === === Video Thumbnailers ===
   * __Cover-thumbnailer__   * __Cover-thumbnailer__
Line 18: 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 31: Line 32:
   * __Customized thumbnailers__   * __Customized thumbnailers__
      * All thumbnailers provided by .thumbnailer desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]      * All thumbnailers provided by .thumbnailer desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]
 +
 +----
  
 ===== Configuration ===== ===== Configuration =====
Line 53: Line 56:
 ? MaxFileSize ? MaxFileSize
 ! Maximum size of the source file the plugin will still try to generate a plugin for. The size is in bytes, 0 disabled the check. ! Maximum size of the source file the plugin will still try to generate a plugin for. The size is in bytes, 0 disabled the check.
 +
 +----
  
 ===== Cover Thumbnailer ===== ===== Cover Thumbnailer =====
Line 71: Line 76:
  
 After creating the rc file, it is best to log off and on again to restart Thunar and Tumbler, because both applications cache the mime-type combinations. After creating the rc file, it is best to log off and on again to restart Thunar and Tumbler, because both applications cache the mime-type combinations.
 +
 +----
  
 ===== 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 158: 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>
 +
 +==== Customized Thumbnailer for webp content ====
 +Note: Make sure there is an image/webp mimetype defined in your system.
 +<file txt /usr/share/thumbnailers/webp.thumbnailer>
 +[Thumbnailer Entry]
 +Version=1.0
 +Encoding=UTF-8
 +Type=X-Thumbnailer
 +Name=webp Thumbnailer
 +MimeType=image/webp;
 +Exec=/usr/bin/convert -thumbnail %s %i %o
 +</file>
  
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
 [[:xfce:thunar:|Back to Thunar documentation page]] [[:xfce:thunar:|Back to Thunar documentation page]]