diff options
author | Max Kellermann <max@duempel.org> | 2008-10-22 19:16:56 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-22 19:16:56 +0200 |
commit | 9c983c442c03a71bbf80ccbf1dad84894403a983 (patch) | |
tree | d8c8750ad5c0bcc76eef92f0260b33f1da99cc76 /doc/COMMANDS | |
parent | f8e586402d2b3c70fa0f28fc3ad6e542128e5562 (diff) | |
download | mpd-9c983c442c03a71bbf80ccbf1dad84894403a983.tar.gz mpd-9c983c442c03a71bbf80ccbf1dad84894403a983.tar.xz mpd-9c983c442c03a71bbf80ccbf1dad84894403a983.zip |
command: added command "listplaylists"
"listplaylists" returns a list of all stored playlists. This command
seems more elaborate than listing them below "lsinfo".
Diffstat (limited to '')
-rw-r--r-- | doc/COMMANDS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/COMMANDS b/doc/COMMANDS index e84f85afd..66b014a03 100644 --- a/doc/COMMANDS +++ b/doc/COMMANDS @@ -119,6 +119,10 @@ load <string name> lsinfo <string directory> list contents of _directory_, from the db. _directory_ is optional + When listing the root directory, this currently returns the + list of stored playlists. This behavior is deprecated; use + "listplaylists" instead. + move <int from> <int to> move song at _from_ to _to_ in the playlist increments playlist version by 1 @@ -184,6 +188,9 @@ random <int state> repeat <int state> set repeat state to _state_, _state_ should be 0 or 1 +listplaylists + prints a list of the playlist directory + rm <string name> removes the playlist <name>.m3u from the playlist directory |