aboutsummaryrefslogtreecommitdiff
path: root/doc/user.xml
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 22:17:27 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 22:17:27 +0200
commit0e383fbec2dbc8e8249b2ea8b9fe18cab7cdbc4d (patch)
treec518e393fb3cfa86b978cdcd62853fb7a7ea2709 /doc/user.xml
parent47cf647ef6ae1e90c6dc92de5d127abdc8db0321 (diff)
doc: documented the "pulse" output plugin settings
Diffstat (limited to 'doc/user.xml')
-rw-r--r--doc/user.xml34
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 8db2ce90..3c6e3ac2 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -739,6 +739,40 @@ cd mpd-version</programlisting>
The <varname>pulse</varname> plugin connects to a PulseAudio
server.
</para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>server</varname>
+ <parameter>HOSTNAME</parameter>
+ </entry>
+ <entry>
+ Sets the host name of the PulseAudio server. By
+ default, MPD connects to the local PulseAudio
+ server.
+ </entry>
+ </row>
+ <row>
+ <entry>
+ <varname>sink</varname>
+ <parameter>NAME</parameter>
+ </entry>
+ <entry>
+ Specifies the name of the PulseAudio sink MPD should
+ play on.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</section>
<section>