From: Mike Frysinger Date: Mon, 17 Sep 2018 18:04:44 +0000 (-0600) Subject: mpv: tweak status-msg X-Git-Url: https://git.wh0rd.org/?p=home.git;a=commitdiff_plain;h=98947b8530b531e1610708c783b682263e23b220 mpv: tweak status-msg --- diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 9753b5c..12d8e3e 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -9,3 +9,6 @@ keep-open = yes # Default volume level. 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}}"