From: Simon Ruderich Date: Sun, 7 Dec 2014 12:37:18 +0000 (+0100) Subject: mpv/mpv.conf: modify OSD status message X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=0936d738abd202f9c091634501e860c153d47cf6 mpv/mpv.conf: modify OSD status message --- diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 5f3bfcd..679be31 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -53,4 +53,8 @@ cursor-autohide-fs-only # Disable "on screen controller". I use the keyboard only. osc=no +# Display position/length and cache in the progress overlay ("P" binding). +# Thanks to wm4 in $mpv-player on Freenode (2014-08-18 01:24 CEST). +osd-status-msg="${time-pos} / ${length} (${percent-pos}%)${?cache: Cache: ${cache}%}" + # vim: ft=mplayerconf