forked from kunsi/dotfiles
mpv: fix terminal status output
This commit is contained in:
parent
c107d2aace
commit
3627e07720
1 changed files with 1 additions and 1 deletions
|
@ -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='[-|-]'
|
||||
|
||||
|
|
Loading…
Reference in a new issue