Commit 90886c07 authored by Max Kellermann's avatar Max Kellermann

doc/user: sort input plugins

parent 957beeb0
......@@ -986,10 +986,31 @@ 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>
<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>
<title><varname>cdio_paranoia</varname></title>
<para>
Plays audio CDs. The URI has the form:
"<filename>cdda://[DEVICE][/TRACK]</filename>". The
simplest form <filename>cdda://</filename> plays the whole
disc in the default drive.
</para>
<informaltable>
......@@ -1003,19 +1024,13 @@ systemctl start mpd.socket</programlisting>
<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>
<varname>default_byte_order</varname>
<parameter>little_endian|big_endian</parameter>
</entry>
<entry>
Configures proxy authentication.
If the CD drive does not specify a byte order, MPD
assumes it is the CPU's native byte order. This
setting allows overriding this.
</entry>
</row>
</tbody>
......@@ -1024,29 +1039,10 @@ systemctl start mpd.socket</programlisting>
</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>cdio_paranoia</varname></title>
<title><varname>curl</varname></title>
<para>
Plays audio CDs. The URI has the form:
"<filename>cdda://[DEVICE][/TRACK]</filename>". The
simplest form <filename>cdda://</filename> plays the whole
disc in the default drive.
Opens remote files or streams over HTTP.
</para>
<informaltable>
......@@ -1060,13 +1056,19 @@ systemctl start mpd.socket</programlisting>
<tbody>
<row>
<entry>
<varname>default_byte_order</varname>
<parameter>little_endian|big_endian</parameter>
<varname>proxy</varname>
</entry>
<entry>
If the CD drive does not specify a byte order, MPD
assumes it is the CPU's native byte order. This
setting allows overriding this.
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>
......@@ -1135,34 +1137,32 @@ systemctl start mpd.socket</programlisting>
</section>
<section>
<title><varname>smbclient</varname></title>
<title><varname>file</varname></title>
<para>
Allows MPD to access files on SMB/CIFS servers (e.g. Samba
or Microsoft Windows). All URIs with the
<filename>smb://</filename> scheme are used. Example:
Opens local files.
</para>
</section>
<section>
<title><varname>mms</varname></title>
<para>
<filename>mpc add smb://servername/sharename/filename.ogg</filename>
Plays streams with the MMS protocol.
</para>
</section>
<section>
<title><varname>alsa</varname></title>
<title><varname>smbclient</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:
Allows MPD to access files on SMB/CIFS servers (e.g. Samba
or Microsoft Windows). All URIs with the
<filename>smb://</filename> scheme are used. Example:
</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
<filename>mpc add smb://servername/sharename/filename.ogg</filename>
</para>
</section>
</section>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment