diff options
Diffstat (limited to 'files/mpv/input.conf')
-rw-r--r-- | files/mpv/input.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/files/mpv/input.conf b/files/mpv/input.conf index 4ac5f5b..aa62868 100644 --- a/files/mpv/input.conf +++ b/files/mpv/input.conf @@ -206,4 +206,8 @@ Alt+j cycle sub Alt+J cycle sub down Alt+l ab-loop # Set/clear A-B loop points Alt+L cycle-values loop "inf" "no" # toggle infinite looping -i show-text "${filename}" # display filename in osd +i show-text "${media-title}" +I show-text "${filename}" # display filename in osd +c show-text "${chapter-list}" +M show-text "${metadata}" +p show-text "${video-params}" |