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> ...@@ -986,10 +986,31 @@ 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>
<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> </para>
<informaltable> <informaltable>
...@@ -1003,19 +1024,13 @@ systemctl start mpd.socket</programlisting> ...@@ -1003,19 +1024,13 @@ systemctl start mpd.socket</programlisting>
<tbody> <tbody>
<row> <row>
<entry> <entry>
<varname>proxy</varname> <varname>default_byte_order</varname>
</entry> <parameter>little_endian|big_endian</parameter>
<entry>
Sets the address of the HTTP proxy server.
</entry>
</row>
<row>
<entry>
<varname>proxy_user</varname>,
<varname>proxy_password</varname>
</entry> </entry>
<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> </entry>
</row> </row>
</tbody> </tbody>
...@@ -1024,29 +1039,10 @@ systemctl start mpd.socket</programlisting> ...@@ -1024,29 +1039,10 @@ systemctl start mpd.socket</programlisting>
</section> </section>
<section> <section>
<title><varname>file</varname></title> <title><varname>curl</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>
<para> <para>
Plays audio CDs. The URI has the form: Opens remote files or streams over HTTP.
"<filename>cdda://[DEVICE][/TRACK]</filename>". The
simplest form <filename>cdda://</filename> plays the whole
disc in the default drive.
</para> </para>
<informaltable> <informaltable>
...@@ -1060,13 +1056,19 @@ systemctl start mpd.socket</programlisting> ...@@ -1060,13 +1056,19 @@ systemctl start mpd.socket</programlisting>
<tbody> <tbody>
<row> <row>
<entry> <entry>
<varname>default_byte_order</varname> <varname>proxy</varname>
<parameter>little_endian|big_endian</parameter>
</entry> </entry>
<entry> <entry>
If the CD drive does not specify a byte order, MPD Sets the address of the HTTP proxy server.
assumes it is the CPU's native byte order. This </entry>
setting allows overriding this. </row>
<row>
<entry>
<varname>proxy_user</varname>,
<varname>proxy_password</varname>
</entry>
<entry>
Configures proxy authentication.
</entry> </entry>
</row> </row>
</tbody> </tbody>
...@@ -1135,34 +1137,32 @@ systemctl start mpd.socket</programlisting> ...@@ -1135,34 +1137,32 @@ systemctl start mpd.socket</programlisting>
</section> </section>
<section> <section>
<title><varname>smbclient</varname></title> <title><varname>file</varname></title>
<para> <para>
Allows MPD to access files on SMB/CIFS servers (e.g. Samba Opens local files.
or Microsoft Windows). All URIs with the
<filename>smb://</filename> scheme are used. Example:
</para> </para>
</section>
<section>
<title><varname>mms</varname></title>
<para> <para>
<filename>mpc add smb://servername/sharename/filename.ogg</filename> Plays streams with the MMS protocol.
</para> </para>
</section> </section>
<section> <section>
<title><varname>alsa</varname></title> <title><varname>smbclient</varname></title>
<para> <para>
Allows MPD on Linux to play audio directly from a soundcard using Allows MPD to access files on SMB/CIFS servers (e.g. Samba
the scheme <filename>alsa://</filename>. Audio is formatted as or Microsoft Windows). All URIs with the
44.1 kHz 16-bit stereo (CD format). Examples: <filename>smb://</filename> scheme are used. Example:
</para> </para>
<para> <para>
<filename>mpc add alsa://</filename> plays audio from device hw:0,0 <filename>mpc add smb://servername/sharename/filename.ogg</filename>
</para>
<para>
<filename>mpc add alsa://hw:1,0</filename> plays audio from device
hw:1,0
</para> </para>
</section> </section>
</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