thumbfast
thumbfast copied to clipboard
Disable thumbfast for images
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.
Indeed. Maybe an option in thumbfast.conf
to completely disable thumbfast, that way it can be used in auto-profiles
no matter the scenario.
Examples for options.disabled
in auto-profiles
:
- Disable use with images
- Disable use with specific directories or file extensions
- Disable use in hardware intensive profiles for weak computers