aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-12-29 14:40:24 +0100
committerMax Kellermann <max@duempel.org>2013-12-29 18:25:32 +0100
commit809b0eb1f52289894554def6bf078a87c9d64cf3 (patch)
treec256b202e1c7bfeacf64f812b4d252492d0b752e /doc
parentb5f3bfce92b42ad3b6c7f5f37ea1b8a23616f87f (diff)
downloadmpd-809b0eb1f52289894554def6bf078a87c9d64cf3.tar.gz
mpd-809b0eb1f52289894554def6bf078a87c9d64cf3.tar.xz
mpd-809b0eb1f52289894554def6bf078a87c9d64cf3.zip
command: "lsinfo" and "readcomments" allowed for remote files
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index a0211bffd..625fef874 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1618,6 +1618,10 @@ OK
deprecated; use "listplaylists" instead.
</para>
<para>
+ This command may be used to list metadata of remote
+ files (e.g. URI beginning with "http://" or "smb://").
+ </para>
+ <para>
Clients that are connected via UNIX domain socket may
use this command to read the tags of an arbitrary local
file (URI beginning with "file:///").
@@ -1639,6 +1643,10 @@ OK
"file:///foo/bar.ogg".
</para>
<para>
+ This command may be used to list metadata of remote
+ files (e.g. URI beginning with "http://" or "smb://").
+ </para>
+ <para>
The response consists of lines in the form "KEY: VALUE".
Comments with suspicious characters (e.g. newlines) are
ignored silently.