diff options
author | Max Kellermann <max@duempel.org> | 2014-02-07 00:17:36 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-07 00:17:36 +0100 |
commit | 746a47982bb650fe37f28606406ab03e5f977585 (patch) | |
tree | 981db8ca0ea8a624e8efa142e39777e7c1c11432 /doc | |
parent | 327cbf48f5f25d37e34ec5d7c4252d31b558e3f6 (diff) | |
parent | ddb5390d88ad9301ab70d3b6fff741ef2bb2551f (diff) |
Merge tag 'release-0.18.8'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user.xml | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index db0e350c8..797b1dba3 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -2174,6 +2174,51 @@ systemctl start mpd.socket</programlisting> </section> <section> + <title><varname>roar</varname></title> + + <para> + The <varname>roar</varname> plugin connects to a <ulink + url="http://roaraudio.keep-cool.org/">RoarAudio</ulink> + server. + </para> + + <informaltable> + <tgroup cols="2"> + <thead> + <row> + <entry>Setting</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry> + <varname>server</varname> + <parameter>HOSTNAME</parameter> + </entry> + <entry> + The host name of the RoarAudio server. If not + specified, then MPD will connect to the default + locations. + </entry> + </row> + + <row> + <entry> + <varname>role</varname> + <parameter>ROLE</parameter> + </entry> + <entry> + The "role" that MPD registers itself as in the + RoarAudio server. The default is "music". + </entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> + + <section> <title><varname>recorder</varname></title> <para> |