mpv: Update config

This commit is contained in:
Donovan Glover 2023-05-02 22:06:12 -04:00
parent 6036a9821a
commit 947aba84a4
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -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