From 0936d738abd202f9c091634501e860c153d47cf6 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 7 Dec 2014 13:37:18 +0100 Subject: [PATCH] mpv/mpv.conf: modify OSD status message --- mpv/mpv.conf | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.44.1