summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-10 23:07:31 +0200
committerwm4 <wm4@nowhere>2014-10-10 23:07:31 +0200
commit84a126b5b5f957c9ea59f962f6472569e8b3c253 (patch)
tree6f49b9f88d30fe1dbb4418d436a489ca6a70036e /etc
parente97011393230c58abfe9e181ae34614b43dc92cb (diff)
downloadmpv-84a126b5b5f957c9ea59f962f6472569e8b3c253.tar.bz2
mpv-84a126b5b5f957c9ea59f962f6472569e8b3c253.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/mplayer-input.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/mplayer-input.conf b/etc/mplayer-input.conf
index be5efc60eb..0837039fe3 100644
--- a/etc/mplayer-input.conf
+++ b/etc/mplayer-input.conf
@@ -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