diff options
author | Max Kellermann <max@duempel.org> | 2008-09-23 23:59:55 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-09-23 23:59:55 +0200 |
commit | 35216db8dbfb9865b0e2ec60495bf72fa235c79d (patch) | |
tree | 6e0fd4a732d7171661efc8931cc9536f969cbbc2 /doc | |
parent | ad92d9a89489f04f0c3bbcff4ad920cb81e0ab9d (diff) | |
download | mpd-35216db8dbfb9865b0e2ec60495bf72fa235c79d.tar.gz mpd-35216db8dbfb9865b0e2ec60495bf72fa235c79d.tar.xz mpd-35216db8dbfb9865b0e2ec60495bf72fa235c79d.zip |
doc/COMMANDS: document "addid"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/COMMANDS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index 652e31511..1353455a4 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -52,6 +52,14 @@ add <string path> _path_ can also be a single file increments playlist version by for each song added +addid <string path> + adds a song to the playlist (non-recursive) and returns the song id; + example: + + addid "foo.mp3" + Id: 999 + OK + clear clears the current playlist increments playlist version by 1 |