aboutsummaryrefslogtreecommitdiffstats
path: root/doc/mpd.conf.5
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-07-27 19:23:37 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-07-27 19:23:37 +0000
commita741ee8638ca716021ed8d215a9f39a0c02fb177 (patch)
tree53732e23a0964e3bb6722974683c40623b3ce051 /doc/mpd.conf.5
parentce2fa2e8460334a7c7be060d81ef92a32cf1b5a1 (diff)
downloadmpd-a741ee8638ca716021ed8d215a9f39a0c02fb177.tar.gz
mpd-a741ee8638ca716021ed8d215a9f39a0c02fb177.tar.xz
mpd-a741ee8638ca716021ed8d215a9f39a0c02fb177.zip
Document which parameters may be specified multiple times in mpd.conf.5
git-svn-id: https://svn.musicpd.org/mpd/trunk@4478 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'doc/mpd.conf.5')
-rw-r--r--doc/mpd.conf.513
1 files changed, 8 insertions, 5 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5
index 8e9dc0ea9..2b3d174fa 100644
--- a/doc/mpd.conf.5
+++ b/doc/mpd.conf.5
@@ -55,7 +55,9 @@ the "kill" command. When mpd is restarted, it will read the state file and
restore the state of mpd (including the playlist).
.TP
.B audio_output
-See the various \fBAUDIO OUTPUT PARAMETERS\fP sections below.
+See \fBDESCRIPTION\fP and the various \fBAUDIO OUTPUT PARAMETERS\fP sections
+for the format of this parameter. Multiple audio_output parameters may be
+specified.
.TP
.B audio_output_format <sample_rate:bits:channels>
This specifies the sample rate, bits per sample, and number of channels of
@@ -127,8 +129,9 @@ If the HTTP proxy server requires authentication, this specifies the password.
This specifies the user that mpd will run as, if set.
.TP
.B bind_to_address <ip address or hostname or any>
-This specifies which address mpd binds to and listens on. The default is
-"any", which binds to all available addresses.
+This specifies which address mpd binds to and listens on. Multiple
+bind_to_address parameters may be specified. The default is "any", which binds
+to all available addresses.
.TP
.B port <port>
This specifies the port that mpd listens on. The default is 6600.
@@ -140,8 +143,8 @@ of "read", "add", "control", and/or "admin". "read" allows for reading of the
database, displaying the current playlist, and current status of mpd. "add"
allows for adding songs and loading playlists. "control" allows for all other
player and playlist manipulations. "admin" allows the db to be updated and for
-the client to kill mpd. More than one password can be specified. An example
-value is "somePassword@read,add".
+the client to kill mpd. An example value is "somePassword@read,add". Multiple
+password parameters may be specified.
.TP
.B default_permissions <permissions>
This specifies the permissions of a client that has not been authenticated