1
mirror of https://github.com/mpv-player/mpv synced 2024-07-11 23:47:56 +02:00

etc/mplayer-input.conf: fix off by one error

playlist-pos is 0-based, but everyone thinks it's 1-based. Stupid crap.

(The "not the same as MPlayer" refers to a playlist manipulation command
that doesn't exist anymore in mpv.)

CC: @mpv-player/stable
This commit is contained in:
wm4 2014-10-10 23:07:31 +02:00
parent e970113932
commit 84a126b5b5

View File

@ -28,7 +28,7 @@ ENTER playlist_next force # skip to next file
p cycle pause
. frame_step # advance one frame and pause
SPACE cycle pause
HOME set playlist-pos 1 # not the same as MPlayer
HOME set playlist-pos 0 # not the same as MPlayer
#END pt_up_step -1
> playlist_next # skip to next file
< playlist_prev # previous