doc/user: sort input plugins
This commit is contained in:
parent
957beeb0e9
commit
90886c0760
122
doc/user.xml
122
doc/user.xml
@ -986,56 +986,20 @@ systemctl start mpd.socket</programlisting>
|
|||||||
<title>Input plugins</title>
|
<title>Input plugins</title>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>curl</varname></title>
|
<title><varname>alsa</varname></title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Opens remote files or streams over HTTP.
|
Allows MPD on Linux to play audio directly from a soundcard using
|
||||||
|
the scheme <filename>alsa://</filename>. Audio is formatted as
|
||||||
|
44.1 kHz 16-bit stereo (CD format). Examples:
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<informaltable>
|
|
||||||
<tgroup cols="2">
|
|
||||||
<thead>
|
|
||||||
<row>
|
|
||||||
<entry>Setting</entry>
|
|
||||||
<entry>Description</entry>
|
|
||||||
</row>
|
|
||||||
</thead>
|
|
||||||
<tbody>
|
|
||||||
<row>
|
|
||||||
<entry>
|
|
||||||
<varname>proxy</varname>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
Sets the address of the HTTP proxy server.
|
|
||||||
</entry>
|
|
||||||
</row>
|
|
||||||
<row>
|
|
||||||
<entry>
|
|
||||||
<varname>proxy_user</varname>,
|
|
||||||
<varname>proxy_password</varname>
|
|
||||||
</entry>
|
|
||||||
<entry>
|
|
||||||
Configures proxy authentication.
|
|
||||||
</entry>
|
|
||||||
</row>
|
|
||||||
</tbody>
|
|
||||||
</tgroup>
|
|
||||||
</informaltable>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<title><varname>file</varname></title>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Opens local files.
|
<filename>mpc add alsa://</filename> plays audio from device hw:0,0
|
||||||
</para>
|
</para>
|
||||||
</section>
|
|
||||||
|
|
||||||
<section>
|
|
||||||
<title><varname>mms</varname></title>
|
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
Plays streams with the MMS protocol.
|
<filename>mpc add alsa://hw:1,0</filename> plays audio from device
|
||||||
|
hw:1,0
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -1074,6 +1038,44 @@ systemctl start mpd.socket</programlisting>
|
|||||||
</informaltable>
|
</informaltable>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>curl</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Opens remote files or streams over HTTP.
|
||||||
|
</para>
|
||||||
|
|
||||||
|
<informaltable>
|
||||||
|
<tgroup cols="2">
|
||||||
|
<thead>
|
||||||
|
<row>
|
||||||
|
<entry>Setting</entry>
|
||||||
|
<entry>Description</entry>
|
||||||
|
</row>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>proxy</varname>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
Sets the address of the HTTP proxy server.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
<row>
|
||||||
|
<entry>
|
||||||
|
<varname>proxy_user</varname>,
|
||||||
|
<varname>proxy_password</varname>
|
||||||
|
</entry>
|
||||||
|
<entry>
|
||||||
|
Configures proxy authentication.
|
||||||
|
</entry>
|
||||||
|
</row>
|
||||||
|
</tbody>
|
||||||
|
</tgroup>
|
||||||
|
</informaltable>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>despotify</varname></title>
|
<title><varname>despotify</varname></title>
|
||||||
|
|
||||||
@ -1134,6 +1136,22 @@ systemctl start mpd.socket</programlisting>
|
|||||||
</informaltable>
|
</informaltable>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>file</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Opens local files.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section>
|
||||||
|
<title><varname>mms</varname></title>
|
||||||
|
|
||||||
|
<para>
|
||||||
|
Plays streams with the MMS protocol.
|
||||||
|
</para>
|
||||||
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<title><varname>smbclient</varname></title>
|
<title><varname>smbclient</varname></title>
|
||||||
|
|
||||||
@ -1147,24 +1165,6 @@ systemctl start mpd.socket</programlisting>
|
|||||||
<filename>mpc add smb://servername/sharename/filename.ogg</filename>
|
<filename>mpc add smb://servername/sharename/filename.ogg</filename>
|
||||||
</para>
|
</para>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
|
||||||
<title><varname>alsa</varname></title>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
Allows MPD on Linux to play audio directly from a soundcard using
|
|
||||||
the scheme <filename>alsa://</filename>. Audio is formatted as
|
|
||||||
44.1 kHz 16-bit stereo (CD format). Examples:
|
|
||||||
</para>
|
|
||||||
|
|
||||||
<para>
|
|
||||||
<filename>mpc add alsa://</filename> plays audio from device hw:0,0
|
|
||||||
</para>
|
|
||||||
<para>
|
|
||||||
<filename>mpc add alsa://hw:1,0</filename> plays audio from device
|
|
||||||
hw:1,0
|
|
||||||
</para>
|
|
||||||
</section>
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
Loading…
Reference in New Issue
Block a user