From 3627e07720e881523f3262afbe0db95d3366dbe2 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Fri, 9 Jul 2021 12:41:59 +0200 Subject: [PATCH] mpv: fix terminal status output --- .config/mpv/mpv.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 6690c0c..0aaf0f5 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -1,5 +1,5 @@ term-osd=force -term-status-msg='${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count}\n${?frame-drop-count:${!frame-drop-count==0:dropped frames: ${frame-drop-count}\n}}${?chapter:Chapter: ${chapter}\n}av sync: ${avsync} - speed: ${speed}\ncache: ${demuxer-cache-duration}s' +term-status-msg='${playback-time/full} / ${duration} (${percent-pos}%)\nframe: ${estimated-frame-number} / ${estimated-frame-count}\n${?frame-drop-count:${!frame-drop-count==0:dropped frames: ${frame-drop-count}\n}}${?chapter:chapter: ${chapter}\n}av sync: ${avsync} - speed: ${speed}\ncache: ${demuxer-cache-duration}s' term-osd-bar term-osd-bar-chars='[-|-]'