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 [2020/03/11 19:46] – [Customized Thumbnailer for comic book archives] tozxfce:thunar:tumbler [2020/08/08 04:16] – [Available Plugins] removed CR3 from raw thumbnailer - support does not yet exist toz
Line 11: 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 164: Line 164:
  
 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 ==== ==== Customized Thumbnailer for comic book archives ====
Line 175: Line 173:
 MimeType=application/x-cb7;application/x-cbr;application/x-cbt;application/x-cbz;application/x-ext-cb7; 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 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> </file>