diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/protocol.xml | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/doc/protocol.xml b/doc/protocol.xml index dbc60f40d..5b8857ee0 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> |