]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mpv/mpv.conf: modify OSD status message
authorSimon Ruderich <simon@ruderich.org>
Sun, 7 Dec 2014 12:37:18 +0000 (13:37 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sun, 7 Dec 2014 12:37:18 +0000 (13:37 +0100)
mpv/mpv.conf

index 5f3bfcd264a797a296f59d8039b7bac884a35ee7..679be31b8681a10eccb9c02a89520d17d7fe7638 100644 (file)
@@ -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