Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| xfce:thunar:tumbler [2012/12/12 08:21] – [Cover Thumbnailer] nick | xfce:thunar:tumbler [2020/08/30 09:53] (current) – removed kevinbowen | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Tumbler ====== | ||
| - | |||
| - | ===== Cover Thumbnailer ===== | ||
| - | By the default the cover thumbnailer is disabled. The reason is that it sends information (movie title extracted from the filename) to online services to retrieve a poster. This information is normally harmless, but it is private, so therefore it's not enabled by default. | ||
| - | |||
| - | In order to use the cover thumbnailer you need to create a config file to white-list locations. If the thumbnail file is a child of one of the locations, it will try to download a poster. | ||
| - | |||
| - | <file plain ~/ | ||
| - | [General] | ||
| - | # a ; separated list of white-listed locations | ||
| - | Locations=/ | ||
| - | |||
| - | [TheMovieDB] | ||
| - | # API key to use themoviedb.org information | ||
| - | # | ||
| - | </ | ||
| - | |||
| - | The cover thumbnailer supports two different API backends: | ||
| - |   * [[http:// | ||
| - |   * [[http:// | ||
| - | |||
| - | After creating the rc file, it is best if you log-off and on again to restart Thunar and Tumbler, because both cache the mime-type combinations. | ||