Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
90c84081
Commit
90c84081
authored
Apr 24, 2017
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user.xml: add Zeroconf documentation
parent
64786ec1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
3 deletions
+49
-3
INSTALL
INSTALL
+0
-3
user.xml
doc/user.xml
+49
-0
No files found.
INSTALL
View file @
90c84081
...
...
@@ -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.
...
...
doc/user.xml
View file @
90c84081
...
...
@@ -1165,6 +1165,55 @@ systemctl start mpd.socket</programlisting>
</tgroup>
</informaltable>
</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>
</chapter>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment