Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
90886c07
Commit
90886c07
authored
Feb 06, 2014
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/user: sort input plugins
parent
957beeb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
53 additions
and
53 deletions
+53
-53
user.xml
doc/user.xml
+53
-53
No files found.
doc/user.xml
View file @
90886c07
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment