doc: documented the "command" setting of the "pipe" output plugin
This commit is contained in:
parent
c0c5119788
commit
47cf647ef6
22
doc/user.xml
22
doc/user.xml
@ -708,6 +708,28 @@ cd mpd-version</programlisting>
|
|||||||
The <varname>pipe</varname> plugin starts a program and
|
The <varname>pipe</varname> plugin starts a program and
|
||||||
writes raw PCM data into its standard input.
|
writes raw PCM data into its standard input.
|
||||||
</para>
|
</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>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
Reference in New Issue
Block a user