Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable thumbfast for images #101

Open
AndyM48 opened this issue Aug 14, 2023 · 1 comment
Open

Disable thumbfast for images #101

AndyM48 opened this issue Aug 14, 2023 · 1 comment

Comments

@AndyM48
Copy link

AndyM48 commented Aug 14, 2023

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.

@Samillion
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants