From fb05cbb94bbd6e8cfb22d3205d5463529313d868 Mon Sep 17 00:00:00 2001 From: tsxv478 Date: Wed, 19 Jun 2024 06:58:00 +0300 Subject: Fix structure --- .config/mpv/input.conf | 18 ++++++++++++++++++ .config/mpv/mpv.conf | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 .config/mpv/input.conf create mode 100644 .config/mpv/mpv.conf (limited to '.config/mpv') diff --git a/.config/mpv/input.conf b/.config/mpv/input.conf new file mode 100644 index 0000000..921cb19 --- /dev/null +++ b/.config/mpv/input.conf @@ -0,0 +1,18 @@ +l seek 5 +h seek -5 +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 +Ctrl+h seek -60 +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/.config/mpv/mpv.conf b/.config/mpv/mpv.conf new file mode 100644 index 0000000..5de0234 --- /dev/null +++ b/.config/mpv/mpv.conf @@ -0,0 +1,3 @@ +osd-on-seek=msg-bar +volume-max=150 +ytdl-format=bestvideo[height<=?1080]+bestaudio/best -- cgit v1.2.3