diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 22:17:27 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 22:17:27 +0200 |
commit | 0e383fbec2dbc8e8249b2ea8b9fe18cab7cdbc4d (patch) | |
tree | c518e393fb3cfa86b978cdcd62853fb7a7ea2709 | |
parent | 47cf647ef6ae1e90c6dc92de5d127abdc8db0321 (diff) | |
download | mpd-0e383fbec2dbc8e8249b2ea8b9fe18cab7cdbc4d.tar.gz mpd-0e383fbec2dbc8e8249b2ea8b9fe18cab7cdbc4d.tar.xz mpd-0e383fbec2dbc8e8249b2ea8b9fe18cab7cdbc4d.zip |
doc: documented the "pulse" output plugin settings
-rw-r--r-- | doc/user.xml | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 8db2ce905..3c6e3ac21 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> |