From 947aba84a48e8a353ccae8855001e4dd5c2274bb Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 2 May 2023 22:06:12 -0400 Subject: [PATCH] mpv: Update config --- mpv/.config/mpv/mpv.conf | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 00f7f0db..e1a56307 100644 --- a/mpv/.config/mpv/mpv.conf +++ b/mpv/.config/mpv/mpv.conf @@ -52,11 +52,13 @@ fullscreen=yes autofit-larger=90%x90% # Automatically make playlists out of directory files -script=/usr/share/mpv/scripts/autoload.lua +# script=/usr/share/mpv/scripts/autoload.lua # Don't use titles from the file metadata, since it may be incorrect. title='${filename} - mpv' -script-opts='osc-title=${filename}' + +# Don't show OSC when fullscreen +script-opts='osc-title=${filename},osc-boxalpha=150,osc-showfullscreen=no,osc-boxvideo=yes' # Use the thumbnail on-screen controller instead of the default one osc=no @@ -64,3 +66,11 @@ osc=no # Don't show progress when using keyboard to move forward/backward in time osd-on-seek=no osd-bar=no + +# Make the osd bar more subtle +osd-bar-w=30 +osd-bar-h=0.2 +osd-duration=750 + +# Don't output anything by default +really-quiet=yes