]> git.wh0rd.org - home.git/blame - .config/mpv/mpv.conf
mpv: tweak status-msg
[home.git] / .config / mpv / mpv.conf
CommitLineData
98895774 1# Run `man mpv`. Command line options go here.
70aca594 2# OSC options go in lua-settings/osc.conf.
98895774
MF
3
4# Start in fullscreen mode by default.
5fullscreen = yes
6
7# Don't exit when the end of playlist is reached.
8keep-open = yes
9
10# Default volume level.
70aca594 11volume = 80
98947b85
MF
12
13# The status message. Look for 'Property list' in the man page.
14status-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}}"