mpv: misc changes

exact seek, bind for chapters
This commit is contained in:
dogeystamp 2024-05-27 19:33:41 -04:00
parent ff53261da4
commit e9a1313914
Signed by: dogeystamp
GPG Key ID: 7225FE3592EFFA38
2 changed files with 6 additions and 2 deletions

View File

@ -1,8 +1,9 @@
CTRL+p script-message osc-playlist
CTRL+shift+p script-message osc-chapterlist 7
CTRL+e script-message osc-visibility always ''
CTRL+r script-message osc-visibility auto ''
CTRL+j seek 2
CTRL+k seek -2
CTRL+j seek 1
CTRL+k seek -1
# filters
F1 vf toggle random

View File

@ -7,3 +7,6 @@ input-ipc-server="/tmp/mpv-socket"
save-position-on-quit
volume=70
ytdl-format="bestvideo[height<=?1080]+bestaudio/best"
# exact seek
hr-seek=yes