diff options
author | Max Kellermann <max@duempel.org> | 2014-02-06 21:46:29 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-02-06 21:46:29 +0100 |
commit | af66ed25057564063185072a7b90596e3b377ae0 (patch) | |
tree | c4c5b3e31f51fe67a3054aa191df46582941cb0e /doc | |
parent | ea4068757def9db58270f9c1c2feb0d050873883 (diff) |
doc/user: document the RoarAudio output plugin
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 ccc9e7119..6357267e4 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1853,6 +1853,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> |