From: Sergey Matveev Date: Thu, 12 Oct 2023 17:48:12 +0000 (+0300) Subject: Ability to switch chapters in console X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=9b612729f58558d5cae2992b795dfbd37f56169c Ability to switch chapters in console --- 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"