diff options
-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 |