diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-09-28 16:57:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-28 16:57:17 +0200 |
commit | 63ec066ff8294397f4c88daddd6b6085c67141a2 (patch) | |
tree | 8af905ca9903e98d3ec287ca5feb362367595f28 /doc | |
parent | 58554e14f9995fdafe2338a69a42d9192b96f712 (diff) | |
download | mpd-63ec066ff8294397f4c88daddd6b6085c67141a2.tar.gz mpd-63ec066ff8294397f4c88daddd6b6085c67141a2.tar.xz mpd-63ec066ff8294397f4c88daddd6b6085c67141a2.zip |
COMMANDS: document addid with optional position argument
Diffstat (limited to 'doc')
-rw-r--r-- | doc/COMMANDS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index 1353455a4..5e5fffe6b 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -52,7 +52,10 @@ add <string path> _path_ can also be a single file increments playlist version by for each song added -addid <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) adds a song to the playlist (non-recursive) and returns the song id; example: |