doc/user.xml: add Zeroconf documentation
This commit is contained in:
parent
f6e428ac22
commit
67c709170d
3
INSTALL
3
INSTALL
@ -117,9 +117,6 @@ For AdLib playback.
|
|||||||
Optional Miscellaneous Dependencies
|
Optional Miscellaneous Dependencies
|
||||||
-----------------------------------
|
-----------------------------------
|
||||||
|
|
||||||
Avahi - http://www.avahi.org/
|
|
||||||
For Zeroconf support.
|
|
||||||
|
|
||||||
libsamplerate - http://www.mega-nerd.com/SRC/
|
libsamplerate - http://www.mega-nerd.com/SRC/
|
||||||
For advanced samplerate conversions.
|
For advanced samplerate conversions.
|
||||||
|
|
||||||
|
49
doc/user.xml
49
doc/user.xml
@ -1165,6 +1165,55 @@ systemctl start mpd.socket</programlisting>
|
|||||||
</tgroup>
|
</tgroup>
|
||||||
</informaltable>
|
</informaltable>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section id="zeroconf">
|
||||||
|
<title>Zeroconf</title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
If Zeroconf support (<ulink
|
||||||
|
url="http://avahi.org/">Avahi</ulink> or Apple's Bonjour)
|
||||||
|
was enabled at compile time with
|
||||||
|
<parameter>--with-zeroconf=...</parameter>, MPD can announce
|
||||||
|
its presence on the network. The following settings control
|
||||||
|
this feature:
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<informaltable>
|
||||||
|
<tgroup cols="2">
|
||||||
|
<thead>
|
||||||
|
<row>
|
||||||
|
<entry>Setting</entry>
|
||||||
|
<entry>Description</entry>
|
||||||
|
</row>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>zeroconf_enabled</varname>
|
||||||
|
<parameter>yes|no</parameter>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
Enables or disables this feature. Default is
|
||||||
|
<parameter>yes</parameter>.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>zeroconf_name</varname>
|
||||||
|
<parameter>NAME</parameter>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
The service name to publish via Zeroconf. The
|
||||||
|
default is "<parameter>Music Player</parameter>".
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</informaltable>
|
||||||
|
</section>
|
||||||
</section>
|
</section>
|
||||||
</chapter>
|
</chapter>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user