--- embedaddon/mpd/doc/mpd41.html 2012/02/21 23:32:47 1.1.1.1 +++ embedaddon/mpd/doc/mpd41.html 2021/03/17 00:39:23 1.1.1.4 @@ -6,7 +6,7 @@ -Mpd 5.6 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Web server
Previous: Control console
@@ -43,17 +43,19 @@ set web disable option ...

T whether we want the corresponding option.

The options available for the web are:

-
auth

This option enables basic authorisation on web server.

+
auth

This option enables basic authorization on web server.

The default is enable.

You can send any set of command allowed by privileges via WEB server for mpd infrastructure integration. Depending on URL used mpd supports two response -formats: text/html (/cmd?command1&...) and text/plain (/bincmd?command1&...).

+formats: text/html (/cmd?command1&...) and text/plain (/bincmd?command1&...). +Also you can see output `show summary` command in JSON format, typing `/json` +in URL.


-Mpd 5.6 User Manual +Mpd 5.9 User Manual : Configuring Mpd : Web server
Previous: Control console