doc/user: sort input plugins

This commit is contained in:
Max Kellermann 2014-02-06 18:36:06 +01:00
parent 957beeb0e9
commit 90886c0760

View File

@ -986,56 +986,20 @@ systemctl start mpd.socket</programlisting>
<title>Input plugins</title>
<section>
<title><varname>curl</varname></title>
<title><varname>alsa</varname></title>
<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>
<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>
Opens local files.
<filename>mpc add alsa://</filename> plays audio from device hw:0,0
</para>
</section>
<section>
<title><varname>mms</varname></title>
<para>
Plays streams with the MMS protocol.
<filename>mpc add alsa://hw:1,0</filename> plays audio from device
hw:1,0
</para>
</section>
@ -1074,6 +1038,44 @@ systemctl start mpd.socket</programlisting>
</informaltable>
</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>
<title><varname>despotify</varname></title>
@ -1134,6 +1136,22 @@ systemctl start mpd.socket</programlisting>
</informaltable>
</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>
<title><varname>smbclient</varname></title>
@ -1147,24 +1165,6 @@ systemctl start mpd.socket</programlisting>
<filename>mpc add smb://servername/sharename/filename.ogg</filename>
</para>
</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>