option to disable thumbnails per volume

This commit is contained in:
ed
2022-04-14 17:11:26 +02:00
parent 2dbed4500a
commit 9697fb3d84
4 changed files with 20 additions and 7 deletions

View File

@@ -405,6 +405,7 @@ press `g` to toggle grid-view instead of the file listing, and `t` toggles icon
it does static images with Pillow / pyvips / FFmpeg, and uses FFmpeg for video files, so you may want to `--no-thumb` or maybe just `--no-vthumb` depending on how dangerous your users are
* pyvips is 3x faster than Pillow, Pillow is 3x faster than FFmpeg
* disable thumbnails for specific volumes with volflag `dthumb` for all, or `dvthumb` / `dathumb` / `dithumb` for video/audio/images only
audio files are covnerted into spectrograms using FFmpeg unless you `--no-athumb` (and some FFmpeg builds may need `--th-ff-swr`)