aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 22:15:36 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 22:15:36 +0200
commit47cf647ef6ae1e90c6dc92de5d127abdc8db0321 (patch)
treeba24fa6d4ae024bf7eafc0a711f91348bab35a37 /doc
parentc0c5119788c24832ee548df7f3f72742c878e906 (diff)
doc: documented the "command" setting of the "pipe" output plugin
Diffstat (limited to 'doc')
-rw-r--r--doc/user.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml
index 2f7b5644..8db2ce90 100644
--- a/doc/user.xml
+++ b/doc/user.xml
@@ -708,6 +708,28 @@ cd mpd-version</programlisting>
The <varname>pipe</varname> plugin starts a program and
writes raw PCM data into its standard input.
</para>
+
+ <informaltable>
+ <tgroup cols="2">
+ <thead>
+ <row>
+ <entry>Setting</entry>
+ <entry>Description</entry>
+ </row>
+ </thead>
+ <tbody>
+ <row>
+ <entry>
+ <varname>command</varname>
+ <parameter>CMD</parameter>
+ </entry>
+ <entry>
+ This command is invoked with the shell.
+ </entry>
+ </row>
+ </tbody>
+ </tgroup>
+ </informaltable>
</section>
<section>