summaryrefslogtreecommitdiff
path: root/config/common/mpv/input.conf
diff options
context:
space:
mode:
Diffstat (limited to 'config/common/mpv/input.conf')
-rw-r--r--config/common/mpv/input.conf10
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