]> git.wh0rd.org - home.git/blob - .config/mpv/mpv.conf
mpv: tweak status-msg
[home.git] / .config / mpv / mpv.conf
1 # Run `man mpv`. Command line options go here.
2 # OSC options go in lua-settings/osc.conf.
3
4 # Start in fullscreen mode by default.
5 fullscreen = yes
6
7 # Don't exit when the end of playlist is reached.
8 keep-open = yes
9
10 # Default volume level.
11 volume = 80
12
13 # The status message. Look for 'Property list' in the man page.
14 status-msg = "${?sub-text:Subtitle: ${sub-text}\n} ${?pause==yes:(Paused) }${time-pos} / -${playtime-remaining} / ${duration} (${percent-pos}%) x${speed} Vol: ${volume}%${?mute==yes: (Muted)} ${?current-vo:avsync:${avsync}}"