aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2008-09-28 16:57:23 +0200
committerMax Kellermann <max@duempel.org>2008-09-28 16:57:23 +0200
commitb26b57b677d99052510e9ac24e0dbc52dfa465e1 (patch)
tree34216dd83ed843df68ba4ce6edd4e17607983fde /doc
parent63ec066ff8294397f4c88daddd6b6085c67141a2 (diff)
COMMANDS: document moveid with negative _to_ argument, too
Diffstat (limited to 'doc')
-rw-r--r--doc/COMMANDS4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS
index 5e5fffe6..8ab7d1e1 100644
--- a/doc/COMMANDS
+++ b/doc/COMMANDS
@@ -55,7 +55,7 @@ add <string path>
addid <string path> <int position>
_path_ is always a single file or URL
_position_ is optional, a negative number means it is relative
- to the currently playing song (if there is one)
+ to the currently playing song in the playlist (if there is one)
adds a song to the playlist (non-recursive) and returns the song id;
example:
@@ -126,6 +126,8 @@ move <int from> <int to>
moveid <int songid> <int to>
move song with _songid_ to _to_ in the playlist
increments playlist version by 1
+ if _to_ is negative, it is relative to the current song in
+ the playlist (if there is one).
next
plays next song in playlist