diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf index 00f7f0d..e1a5630 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