diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-03-11 11:08:12 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-03-11 11:09:02 +0100 |
commit | 6f09502a8055feafb89294be38d2018729bdabee (patch) | |
tree | a52de2e01de4693fa36065b1e0248afdfba67e5f /config/common/mpv/input.conf | |
parent | bfeeb48f551dcef96819eb124aa72241656c393b (diff) |
[mpv] changed key binds and removed webm
in favor of mpv-cut
Diffstat (limited to 'config/common/mpv/input.conf')
-rw-r--r-- | config/common/mpv/input.conf | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/config/common/mpv/input.conf b/config/common/mpv/input.conf index 7fc1c12..7e16c16 100644 --- a/config/common/mpv/input.conf +++ b/config/common/mpv/input.conf @@ -90,8 +90,6 @@ #O no-osd cycle-values osd-level 3 1 # toggle displaying the OSD on user interaction or always #o show-progress # show playback progress #P show-progress # show playback progress -#i script-binding stats/display-stats # display information and statistics -#I script-binding stats/display-stats-toggle # toggle displaying information and statistics #` script-binding console/enable # open the console #z add sub-delay -0.1 # shift subtitles 100 ms earlier #Z add sub-delay +0.1 # delay subtitles by 100 ms @@ -221,4 +219,10 @@ P cycle keep-open up # OSC K script-message osc-chapterlist -BS script-binding osc/visibility
\ No newline at end of file +BS script-binding osc/visibility + +# show chapter title +alt+c script-message cycle-commands 'show-text "${chapter-metadata/title}" 100000000' 'show-text "" 0' + +# display information and statistics +i script-binding stats/display-stats-toggle |