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
xfce:tumbler:available_plugins [2023/06/25 16:12] – [Customized Thumbnailer for folders] fixed path to executable tozxfce:tumbler:available_plugins [2025/07/30 10:15] (current) – [Cover Thumbnailer] Fix broken link gael
Line 1: Line 1:
 ~~NOTOC~~ ~~NOTOC~~
-{{ :xfce:xfce.tumbler.png?no link|}}+{{ :xfce:tumbler.png?48nolink|}}
 ====== Tumbler - Available Plugins ====== ====== Tumbler - Available Plugins ======
 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 93: Line 93:
   #APIKey=your-api-key-from-themoviedb.org   #APIKey=your-api-key-from-themoviedb.org
  
-The movie thumbnailer supports two different movie APIs. By default, the [[http://omdbapi.com|The Open Movie Database API]] is used. You can also choose to use [[http://themoviedb.org|The Movie DB]], but this site requires an API key which you have to [[http://docs.themoviedb.apiary.io/|request]] or uh... [[https://raw.github.com/xbmc/xbmc/master/addons/metadata.themoviedb.org/tmdb.xml|search]].\\+The movie thumbnailer supports two different movie APIs. By default, the [[http://omdbapi.com|The Open Movie Database API]] is used. You can also choose to use [[http://themoviedb.org|The Movie DB]], but this site requires an API key which you have to [[http://docs.themoviedb.apiary.io/|request]] or uh... [[https://github.com/xbmc/repo-scrapers/blob/11ae1caddd9ca29b5476f645a1d026cdc7088574/metadata.tvshows.themoviedb.org/tmdb.xml|search]].\\
 The advantage of the latter is that their database has better support for internationalized movie names. The advantage of the latter is that their database has better support for internationalized movie names.
  
Line 140: Line 140:
 Name=Folder Thumbnailer Name=Folder Thumbnailer
 MimeType=inode/directory; MimeType=inode/directory;
-Exec=sh -c '~/bin/folder-thumbnailer %s %i %o %u'+Exec=sh -c '~/bin/folder-thumbnailer "$@"'%s %i %o %u
 </file> </file>
  
Line 180: Line 180:
 Name=Text Thumbnailer Name=Text Thumbnailer
 MimeType=text/plain;text/html;text/css; MimeType=text/plain;text/html;text/css;
-Exec=sh -c '~/bin/textthumb %s %i %o'+Exec=sh -c '~/bin/textthumb "$@"'%s %i %o
 </file> </file>
  
Line 217: Line 217:
 Name=webp Thumbnailer Name=webp Thumbnailer
 MimeType=image/webp; MimeType=image/webp;
-Exec=sh -c '~/bin/webpthumbs %s %i %o'+Exec=sh -c '~/bin/webpthumbs "$@"'%s %i %o
 </file> </file>
  
Line 242: Line 242:
 Name=STL Thumbnailer Name=STL Thumbnailer
 MimeType=model/stl; MimeType=model/stl;
-Exec=sh -c '~/bin/stl-thumbnailer %i %o %s'+Exec=sh -c '~/bin/stl-thumbnailer "$@"'%i %o %s
 </file> </file>
  
Line 270: Line 270:
 [[|Back To Top]] [[|Back To Top]]
 ---- ----
-[[:xfce:tumbler:start:|Back to Main Tumbler documentation page]] +[[:xfce:tumbler:start:|Back to Tumbler Main Documentation Page]]
- +
-[[:xfce:thunar:|Back to Thunar documentation page]]+