diff options
Diffstat (limited to 'mpv')
-rw-r--r-- | mpv/input.conf | 18 | ||||
-rw-r--r-- | mpv/mpv.conf | 3 |
2 files changed, 21 insertions, 0 deletions
diff --git a/mpv/input.conf b/mpv/input.conf new file mode 100644 index 0000000..2ef7f21 --- /dev/null +++ b/mpv/input.conf @@ -0,0 +1,18 @@ +l seek 5 exact +h seek -5 exact +L seek 2 exact +H seek -2 exact +j add volume -2 +k add volume +2 +a cycle audio +A cycle audio down +c cycle sub +C cycle sub down +b ab-loop +Ctrl+l seek 60 exact +Ctrl+h seek -60 exact +Ctrl+a cycle-values video-aspect-override "16:9" "4:3" "2.35:1" "-1" +WHEEL_UP add volume 2 +WHEEL_DOWN add volume -2 +WHEEL_LEFT ignore +WHEEL_RIGHT ignore diff --git a/mpv/mpv.conf b/mpv/mpv.conf new file mode 100644 index 0000000..5de0234 --- /dev/null +++ b/mpv/mpv.conf @@ -0,0 +1,3 @@ +osd-on-seek=msg-bar +volume-max=150 +ytdl-format=bestvideo[height<=?1080]+bestaudio/best |