]> git.wh0rd.org - home.git/blame_incremental - .config/mpv/mpv.conf
mpv: tweak status-msg
[home.git] / .config / mpv / mpv.conf
... / ...
CommitLineData
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.
5fullscreen = yes
6
7# Don't exit when the end of playlist is reached.
8keep-open = yes
9
10# Default volume level.
11volume = 80
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}}"