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 00:54] – [Available Plugins] alexxconsxfce:thunar:tumbler [2020/08/08 04:16] – [Available Plugins] removed CR3 from raw thumbnailer - support does not yet exist toz
Line 1: Line 1:
 ====== 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. 
 +
 +===== 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 ===
 +  * __JPEG-thumbnailer__
 +     * - Details missing. Please add, if known -
 +     * Is that plugin still needed ? Pixbuf-thumbnailer as well supports jpeg. Is this plugin faster ?
 +  * __Pixbuf-thumbnailer__
 +     * 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 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 ===
 +  * __Cover-thumbnailer__
 +     * Downloads video covers from omdbapi.com or themoviedb.org. [[xfce:thunar:tumbler#cover_thumbnailer|See details below ]]
 +  * __ffmpeg-thumbnailer__
 +     * - Details missing. Please add, if known -
 +     * Requires package: ??
 +  * __GStreamer-thumbnailer__
 +     * Provides video and audio cover (e.g. mp3, flac, etc) thumbnails.
 +     * Requires package: gstreamer1.0-plugins-* (debian), gstreamer1-plugins-* (fedora), gst-plugins-* (Arch)
 +=== Other Thumbnailers ===
 +  * __Font-thumbnailer__
 +     * - Details missing. Please add, if known -
 +  * __Poppler-thumbnailer__
 +     * Thumbnailer for PS/PDF files
 +     * Requires package: //poppler-utils//
 +  * __ODF-thumbnailer__
 +     * Provides thumbnails for different open document types, oasis.opendocument (presentation, text,chart, image), sun.xml ( calc, writer, draw, impress. math) and some more
 +     * Here the [[https://git.xfce.org/xfce/tumbler/tree/plugins/odf-thumbnailer/odf-thumbnailer-provider.c#n104|complete MIME Type List]]
 +  * __Customized thumbnailers__
 +     * All thumbnailers provided by .thumbnailer desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]
 +
 +----
  
 ===== Configuration ===== ===== Configuration =====
Line 24: Line 57:
 ! 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.
  
-===== Available Plugins ===== +----
-=== Image Thumbnailers === +
-  * __JPEG-thumbnailer__ +
-     Details missing. Please add, if known - +
-     * Is that plugin still needed ? Pixbuf-thumbnailer as well supports jpeg. Is this plugin faster ? +
-  * __Pixbuf-thumbnailer__ +
-     * 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 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) +
-=== Video Thumbnailers === +
-  * __Cover-thumbnailer__ +
-     * Download cover from omdbapi.com or themoviedb.org if an API key is given. [[xfce:thunar:tumbler#cover_thumbnailer|See details below ]] +
-  * __ffmpeg-thumbnailer__ +
-     * - Details missing. Please add, if known - +
-  * __GStreamer-thumbnailer__ +
-     * - Details missing. Please add, if known - +
-=== Other Thumbnailers === +
-  * __Font-thumbnailer__ +
-     * - Details missing. Please add, if known - +
-  * __Poppler-thumbnailer__ +
-     * Thumbnailer for PS/PDF files +
-  * __ODF-thumbnailer__ +
-     * Provides thumbnails for different open document types, oasis.opendocument (presentation, text,chart, image), sun.xml ( calc, writer, draw, impress. math) and some more +
-     * Here the [[https://git.xfce.org/xfce/tumbler/tree/plugins/odf-thumbnailer/odf-thumbnailer-provider.c#n104|complete MIME Type List]] +
-  * __Customized thumbnailer__ +
-     * All thumbnailers provided by *.desktop files. [[xfce:thunar:tumbler#customized_thumbnailers|See examples below ]]+
  
 ===== Cover Thumbnailer ===== ===== Cover Thumbnailer =====
Line 68: 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 155: 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]]