From 90886c07603854fe2b46e28890ad88222eea6933 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 6 Feb 2014 18:36:06 +0100 Subject: doc/user: sort input plugins --- doc/user.xml | 106 +++++++++++++++++++++++++++++------------------------------ 1 file changed, 53 insertions(+), 53 deletions(-) (limited to 'doc/user.xml') diff --git a/doc/user.xml b/doc/user.xml index 8038e7bbe..e73282277 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -986,10 +986,31 @@ systemctl start mpd.socket Input plugins
- <varname>curl</varname> + <varname>alsa</varname> - Opens remote files or streams over HTTP. + Allows MPD on Linux to play audio directly from a soundcard using + the scheme alsa://. Audio is formatted as + 44.1 kHz 16-bit stereo (CD format). Examples: + + + + mpc add alsa:// plays audio from device hw:0,0 + + + mpc add alsa://hw:1,0 plays audio from device + hw:1,0 + +
+ +
+ <varname>cdio_paranoia</varname> + + + Plays audio CDs. The URI has the form: + "cdda://[DEVICE][/TRACK]". The + simplest form cdda:// plays the whole + disc in the default drive. @@ -1003,19 +1024,13 @@ systemctl start mpd.socket - proxy - - - Sets the address of the HTTP proxy server. - - - - - proxy_user, - proxy_password + default_byte_order + little_endian|big_endian - 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. @@ -1024,29 +1039,10 @@ systemctl start mpd.socket
- <varname>file</varname> - - - Opens local files. - -
- -
- <varname>mms</varname> - - - Plays streams with the MMS protocol. - -
- -
- <varname>cdio_paranoia</varname> + <varname>curl</varname> - Plays audio CDs. The URI has the form: - "cdda://[DEVICE][/TRACK]". The - simplest form cdda:// plays the whole - disc in the default drive. + Opens remote files or streams over HTTP. @@ -1060,13 +1056,19 @@ systemctl start mpd.socket - default_byte_order - little_endian|big_endian + proxy - 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. + + + + + proxy_user, + proxy_password + + + Configures proxy authentication. @@ -1135,34 +1137,32 @@ systemctl start mpd.socket
- <varname>smbclient</varname> + <varname>file</varname> - Allows MPD to access files on SMB/CIFS servers (e.g. Samba - or Microsoft Windows). All URIs with the - smb:// scheme are used. Example: + Opens local files. +
+ +
+ <varname>mms</varname> - mpc add smb://servername/sharename/filename.ogg + Plays streams with the MMS protocol.
- <varname>alsa</varname> + <varname>smbclient</varname> - Allows MPD on Linux to play audio directly from a soundcard using - the scheme alsa://. 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 + smb:// scheme are used. Example: - mpc add alsa:// plays audio from device hw:0,0 - - - mpc add alsa://hw:1,0 plays audio from device - hw:1,0 + mpc add smb://servername/sharename/filename.ogg
-- cgit v1.2.3