thumbfast icon indicating copy to clipboard operation
thumbfast copied to clipboard

Disable thumbfast for images

Open AndyM48 opened this issue 1 year ago • 1 comments

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.

AndyM48 avatar Aug 14 '23 13:08 AndyM48

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

Samillion avatar Sep 24 '24 09:09 Samillion