doc/user: document the RoarAudio output plugin
This commit is contained in:
parent
ea4068757d
commit
af66ed2505
2
NEWS
2
NEWS
|
@ -3,6 +3,8 @@ ver 0.18.8 (not yet released)
|
|||
- ffmpeg: support libav v10_alpha1
|
||||
* encoder
|
||||
- vorbis: fix linker failure
|
||||
* output
|
||||
- roar: documentation
|
||||
* more robust Icy-Metadata parser
|
||||
* fix Solaris build failure
|
||||
|
||||
|
|
45
doc/user.xml
45
doc/user.xml
|
@ -1852,6 +1852,51 @@ systemctl start mpd.socket</programlisting>
|
|||
</informaltable>
|
||||
</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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue