diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-03 20:09:12 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-06-03 20:09:12 +0000 |
commit | 652c2fc8b0ae2e081f5e94c5810365ead33e726e (patch) | |
tree | 4c39eced77571cf695730c17ed6535e03e48a13e /doc/mpd.conf.5 | |
parent | 7e2cbdee0575a16211a76d3c9b8afaca09894fa6 (diff) | |
download | mpd-652c2fc8b0ae2e081f5e94c5810365ead33e726e.tar.gz mpd-652c2fc8b0ae2e081f5e94c5810365ead33e726e.tar.xz mpd-652c2fc8b0ae2e081f5e94c5810365ead33e726e.zip |
Adding ChangeLog entry for zeroconf_enabled, adding Zeroconf section to
mpdconf.example, and updating the zeroconf_* docs.
git-svn-id: https://svn.musicpd.org/mpd/trunk@6474 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r-- | doc/mpd.conf.5 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index c1625c527..d52f07200 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -72,12 +72,13 @@ reports from what address a connection is opened, and when it is closed, and default is "default". .TP .B zeroconf_enabled <yes or no> -Specifies if zeroconf should be enabled or not. +If yes, and MPD has been compiled with support for Avahi or Bonjour, service +information will be published with Zeroconf. The default is yes. .TP .B zeroconf_name <name> -If Zerconf is compiled into MPD, this is the service name to publish. This -should be unique to your local network, but name collisions will be properly -dealt with. +If Zeroconf is enabled, this is the service name to publish. This name should +be unique to your local network, but name collisions will be properly dealt +with. The default is "Music Player". .TP .B password <password@permissions> This specifies a password for access to mpd. The format is |