From 67c709170d43d909647850175652815c5da5250f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Apr 2017 19:54:25 +0200 Subject: [PATCH] doc/user.xml: add Zeroconf documentation --- INSTALL | 3 --- doc/user.xml | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-) diff --git a/INSTALL b/INSTALL index bc551dff1..9cb90d9d4 100644 --- a/INSTALL +++ b/INSTALL @@ -117,9 +117,6 @@ For AdLib playback. Optional Miscellaneous Dependencies ----------------------------------- -Avahi - http://www.avahi.org/ -For Zeroconf support. - libsamplerate - http://www.mega-nerd.com/SRC/ For advanced samplerate conversions. diff --git a/doc/user.xml b/doc/user.xml index 461d7f1b7..1c0d32383 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -1165,6 +1165,55 @@ systemctl start mpd.socket + +
+ Zeroconf + + + If Zeroconf support (Avahi or Apple's Bonjour) + was enabled at compile time with + --with-zeroconf=..., MPD can announce + its presence on the network. The following settings control + this feature: + + + + + + + Setting + Description + + + + + + + zeroconf_enabled + yes|no + + + Enables or disables this feature. Default is + yes. + + + + + + zeroconf_name + NAME + + + The service name to publish via Zeroconf. The + default is "Music Player". + + + + + + +