po5 / thumbfast

High-performance on-the-fly thumbnailer script for mpv
Mozilla Public License 2.0
758 stars 34 forks source link

Disable thumbfast for images #101

Open AndyM48 opened 10 months ago

AndyM48 commented 10 months ago

Sounds a bit daft but we can:

# Enable on network playback
network=no

# Enable on audio playback
audio=no

but we cannot disable thumbfast for images.

There is some conflict when it comes to .gif images, sometimes they are treated as image files and sometimes videos, this also applies to uosc. Mpv recognises them as images so a profile can be used to pass specific options, e.g:

[image]
# a profile to loop image files to cater for gifs
loop-file=inf

which works tolerably well. However showing thumbnails over a .gif file is something of a distraction.