From 4e34cbf9673aeaba252e01df554a0d204e83c5e2 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Wed, 8 Apr 2026 13:26:13 +0900 Subject: * MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automated-commit-by: dots Signed-off-by: Robert Günzler --- .config/mpv/script-opts/thumbfast.conf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .config/mpv/script-opts/thumbfast.conf (limited to '.config/mpv/script-opts/thumbfast.conf') diff --git a/.config/mpv/script-opts/thumbfast.conf b/.config/mpv/script-opts/thumbfast.conf new file mode 100644 index 0000000..5f5a2a6 --- /dev/null +++ b/.config/mpv/script-opts/thumbfast.conf @@ -0,0 +1,19 @@ +# Apply tone-mapping, no to disable +# TODO: no required, see https://github.com/po5/thumbfast/issues/135 +tone_mapping=no + +# Enable on network playback +network=no + +# Enable hardware decoding +hwdec=yes + +# Spawn thumbnailer earlier for faster loads +spawn_first=yes + +# Make smaller thumbnails +max_height=150 +max_width=150 + +# Increase display size +scale_factor=1.2 -- cgit 1.4.1