]> git.wh0rd.org - home.git/blobdiff - .config/mpv/mpv.conf
mpv: tweak status-msg
[home.git] / .config / mpv / mpv.conf
index a3798b128e892f401a7035a0616a82414bd7b849..12d8e3e00d7e53102231e0eeb9fda0f68a5fcd07 100644 (file)
@@ -1,4 +1,5 @@
 # Run `man mpv`.  Command line options go here.
+# OSC options go in lua-settings/osc.conf.
 
 # Start in fullscreen mode by default.
 fullscreen = yes
@@ -7,4 +8,7 @@ fullscreen = yes
 keep-open = yes
 
 # Default volume level.
-volume=80
+volume = 80
+
+# The status message.  Look for 'Property list' in the man page.
+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}}"