adding a way to selectively choose between laptop and desktop
This commit is contained in:
parent
ce08b8b83b
commit
d5881bc46f
7 changed files with 3176 additions and 1 deletions
28
mpv-syl/script-opts/thumbfast.conf
Normal file
28
mpv-syl/script-opts/thumbfast.conf
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Socket path (leave empty for auto)
|
||||
socket=
|
||||
|
||||
# Thumbnail path (leave empty for auto)
|
||||
thumbnail=
|
||||
|
||||
# Maximum thumbnail size in pixels (scaled down to fit)
|
||||
# Values are scaled when hidpi is enabled
|
||||
max_height=200
|
||||
max_width=200
|
||||
|
||||
# Overlay id
|
||||
overlay_id=42
|
||||
|
||||
# Spawn thumbnailer on file load for faster initial thumbnails
|
||||
spawn_first=yes
|
||||
|
||||
# Enable on network playback
|
||||
network=yes
|
||||
|
||||
# Enable on audio playback
|
||||
audio=no
|
||||
|
||||
# Enable hardware decoding
|
||||
hwdec=yes
|
||||
|
||||
# Windows only: use native Windows API to write to pipe (requires LuaJIT)
|
||||
direct_io=no
|
Loading…
Add table
Add a link
Reference in a new issue