diff --git a/doc/user.xml b/doc/user.xml index 8038e7bbe..e73282277 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -986,56 +986,20 @@ 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: - - - - - Setting - Description - - - - - - proxy - - - Sets the address of the HTTP proxy server. - - - - - proxy_user, - proxy_password - - - Configures proxy authentication. - - - - - -
- -
- <varname>file</varname> - - Opens local files. + mpc add alsa:// plays audio from device hw:0,0 -
- -
- <varname>mms</varname> - - Plays streams with the MMS protocol. + mpc add alsa://hw:1,0 plays audio from device + hw:1,0
@@ -1074,6 +1038,44 @@ systemctl start mpd.socket +
+ <varname>curl</varname> + + + Opens remote files or streams over HTTP. + + + + + + + Setting + Description + + + + + + proxy + + + Sets the address of the HTTP proxy server. + + + + + proxy_user, + proxy_password + + + Configures proxy authentication. + + + + + +
+
<varname>despotify</varname> @@ -1134,6 +1136,22 @@ systemctl start mpd.socket
+
+ <varname>file</varname> + + + Opens local files. + +
+ +
+ <varname>mms</varname> + + + Plays streams with the MMS protocol. + +
+
<varname>smbclient</varname> @@ -1147,24 +1165,6 @@ systemctl start mpd.socket mpc add smb://servername/sharename/filename.ogg
- -
- <varname>alsa</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: - - - - mpc add alsa:// plays audio from device hw:0,0 - - - mpc add alsa://hw:1,0 plays audio from device - hw:1,0 - -