diff options
author | Max Kellermann <max@duempel.org> | 2009-11-05 19:55:00 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-11-05 19:55:00 +0100 |
commit | 88abfc0d0fb5cb876888aa2efca41593d0aa1ad0 (patch) | |
tree | 05e81560aaab2b35ab3ba81d6fb1b6d7ec0e08b6 /doc/mpd.conf.5 | |
parent | 4ec25b5d64bca0f13f5b914b8f50f1f0eb4e7662 (diff) | |
download | mpd-88abfc0d0fb5cb876888aa2efca41593d0aa1ad0.tar.gz mpd-88abfc0d0fb5cb876888aa2efca41593d0aa1ad0.tar.xz mpd-88abfc0d0fb5cb876888aa2efca41593d0aa1ad0.zip |
output/jack: added option "client_name"
Instead of using MPD's audio output name (setting "name"), use a
separate configuration option. Change the default to "Music Player
Daemon".
Diffstat (limited to '')
-rw-r--r-- | doc/mpd.conf.5 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/mpd.conf.5 b/doc/mpd.conf.5 index c64dfb94c..a5c0304cf 100644 --- a/doc/mpd.conf.5 +++ b/doc/mpd.conf.5 @@ -348,13 +348,12 @@ after another until it successfully establishes a connection. .TP .B sink <sink> The sink to output to. The default is to let PulseAudio choose a sink. -.SH REQUIRED JACK OUTPUT PARAMETERS +.SH OPTIONAL JACK OUTPUT PARAMETERS .TP -.B name <name> +.B client_name <name> The client name to use when connecting to JACK. The output ports <name>:left and <name>:right will also be created for the left and right channels, respectively. -.SH OPTIONAL JACK OUTPUT PARAMETERS .TP .B ports <left_port,right_port> This specifies the left and right ports to connect to for the left and right |