From 9b612729f58558d5cae2992b795dfbd37f56169c Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 12 Oct 2023 20:48:12 +0300 Subject: [PATCH] Ability to switch chapters in console --- mpv/.mpv/input.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mpv/.mpv/input.conf b/mpv/.mpv/input.conf index 1a99c3d..4e1358f 100644 --- a/mpv/.mpv/input.conf +++ b/mpv/.mpv/input.conf @@ -1,7 +1,7 @@ PGUP seek 600 PGDWN seek -600 -Shift+PGUP add chapter 1 -Shift+PGDWN add chapter -1 +HOME add chapter 1 +END add chapter -1 ENTER playlist-next force BS set speed 1.0 #VOLUME_UP run "mixer" "-f" "${oss-mixer-device}" "${oss-mixer-channel}" "+2" -- 2.44.0