From 059d1dc7f252f933ba1c6a9b69116d3eb53c9771 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 8 Feb 2010 10:19:43 +0100 Subject: command: "listplaylist" dumps playlist files Same for "listplaylistinfo". --- doc/protocol.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/protocol.xml b/doc/protocol.xml index 1f053aca..4ed1878c 100644 --- a/doc/protocol.xml +++ b/doc/protocol.xml @@ -960,6 +960,20 @@ OK
Stored playlists + + Playlists are stored inside the configured playlist directory. + They are addressed with their file name (without the directory + and without the .m3u suffix). + + + + Some of the commands described in this section can be used to + run playlist plugins instead of the hard-coded simple + m3u parser. They can access playlists in + the music directory (relative path including the suffix) or + remote playlists (absolute URI with a supported scheme). + + @@ -970,8 +984,8 @@ OK - Lists the files in the playlist - NAME.m3u. + Lists the songs in the playlist. Playlist plugins are + supported. @@ -984,7 +998,8 @@ OK - Lists songs in the playlist NAME.m3u. + Lists the songs with metadata in the playlist. Playlist + plugins are supported. @@ -1016,8 +1031,8 @@ OK - Loads the playlist NAME.m3u from - the playlist directory. + Loads the playlist into the current queue. Playlist + plugins are supported. -- cgit v1.2.3