diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 22:15:36 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 22:15:36 +0200 |
commit | 47cf647ef6ae1e90c6dc92de5d127abdc8db0321 (patch) | |
tree | ba24fa6d4ae024bf7eafc0a711f91348bab35a37 /doc/user.xml | |
parent | c0c5119788c24832ee548df7f3f72742c878e906 (diff) | |
download | mpd-47cf647ef6ae1e90c6dc92de5d127abdc8db0321.tar.gz mpd-47cf647ef6ae1e90c6dc92de5d127abdc8db0321.tar.xz mpd-47cf647ef6ae1e90c6dc92de5d127abdc8db0321.zip |
doc: documented the "command" setting of the "pipe" output plugin
Diffstat (limited to '')
-rw-r--r-- | doc/user.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/user.xml b/doc/user.xml index 2f7b56448..8db2ce905 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> |