aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-02-13 19:59:41 +0100
committerMax Kellermann <max@duempel.org>2012-02-13 20:30:27 +0100
commit5540fbaec250bbb8601d9eaec7f7c20922a67979 (patch)
tree89596b57d1d4ac0fc4db33e5a8b0fe4efca5e5a2 /doc
parent0a0b473765fe5ba43f442e3d12853add3ff51415 (diff)
command: new command "config"
Diffstat (limited to 'doc')
-rw-r--r--doc/protocol.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml
index dbc60f40..5b8857ee 100644
--- a/doc/protocol.xml
+++ b/doc/protocol.xml
@@ -1845,6 +1845,47 @@ OK
<title>Reflection</title>
<variablelist>
+ <varlistentry id="command_config">
+ <term>
+ <cmdsynopsis>
+ <command>config</command>
+ </cmdsynopsis>
+ </term>
+ <listitem>
+ <para>
+ Dumps configuration values that may be interesting for
+ the client. This command is only permitted to "local"
+ clients (connected via UNIX domain socket).
+ </para>
+ <para>
+ The following response attributes are available:
+ </para>
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>
+ Name
+ </entry>
+ <entry>
+ Description
+ </entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>music_directory</varname>
+ </entry>
+ <entry>
+ The absolute path of the music directory.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
+ </listitem>
+ </varlistentry>
<varlistentry id="command_commands">
<term>
<cmdsynopsis>