thumbfast.conf 910 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. # Socket path (leave empty for auto)
  2. socket=
  3. # Thumbnail path (leave empty for auto)
  4. thumbnail=
  5. # Maximum thumbnail generation size in pixels (scaled down to fit)
  6. # Values are scaled when hidpi is enabled
  7. max_height=200
  8. max_width=200
  9. # Scale factor for thumbnail display size (requires mpv 0.38+)
  10. # Note that this is lower quality than increasing max_height and max_width
  11. scale_factor=1
  12. # Apply tone-mapping, no to disable
  13. tone_mapping=auto
  14. # Overlay id
  15. overlay_id=42
  16. # Spawn thumbnailer on file load for faster initial thumbnails
  17. spawn_first=no
  18. # Close thumbnailer process after an inactivity period in seconds, 0 to disable
  19. quit_after_inactivity=0
  20. # Enable on network playback
  21. network=no
  22. # Enable on audio playback
  23. audio=no
  24. # Enable hardware decoding
  25. hwdec=no
  26. # Windows only: use native Windows API to write to pipe (requires LuaJIT)
  27. direct_io=no
  28. # Custom path to the mpv executable
  29. mpv_path=mpv