From f1e018b0ba16947e039f460af53cf15176ee34b3 Mon Sep 17 00:00:00 2001 From: cold-nagai <126972909+cold-nagai@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:06:09 +0000 Subject: [PATCH 1/2] Create thumbfast.conf Move thumbfast.conf to a proper place. --- mpv/.config/mpv/script-opts/thumbfast.conf | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 mpv/.config/mpv/script-opts/thumbfast.conf diff --git a/mpv/.config/mpv/script-opts/thumbfast.conf b/mpv/.config/mpv/script-opts/thumbfast.conf new file mode 100644 index 0000000..1a02a5d --- /dev/null +++ b/mpv/.config/mpv/script-opts/thumbfast.conf @@ -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=no + +# Enable on network playback +network=no + +# Enable on audio playback +audio=no + +# Enable hardware decoding +hwdec=no + +# Windows only: use native Windows API to write to pipe (requires LuaJIT) +direct_io=no From 78600dd8f51006fc59bb0c2d09bce23d636f1823 Mon Sep 17 00:00:00 2001 From: cold-nagai <126972909+cold-nagai@users.noreply.github.com> Date: Sat, 4 Mar 2023 16:06:36 +0000 Subject: [PATCH 2/2] Delete thumbfast.conf --- mpv/.config/mpv/scripts/thumbfast.conf | 28 -------------------------- 1 file changed, 28 deletions(-) delete mode 100644 mpv/.config/mpv/scripts/thumbfast.conf diff --git a/mpv/.config/mpv/scripts/thumbfast.conf b/mpv/.config/mpv/scripts/thumbfast.conf deleted file mode 100644 index 1a02a5d..0000000 --- a/mpv/.config/mpv/scripts/thumbfast.conf +++ /dev/null @@ -1,28 +0,0 @@ -# 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=no - -# Enable on network playback -network=no - -# Enable on audio playback -audio=no - -# Enable hardware decoding -hwdec=no - -# Windows only: use native Windows API to write to pipe (requires LuaJIT) -direct_io=no