SettingsAlbum ArtEnable HTTP album art

Album cover art can be downloaded from a HTTP server.

Parameters to configure

Host
Host name or IP address
Leave empty if the same as the MPD server host
Path
The path part of the URL

May be required depending on the http server configuration.

It is the 'path' from the http document root to the music directory root. If the http document root is identical to MPD's music_directory then this path should be empty. The rest of the URL path is taken from the MPD file path which is relative to MPD's music_directory.

For example: If the http document root is /opt/media and the MPD music_directory is /opt/media/music then the the 'path' should be 'music'.

Port number
The port number
File names to try
Space separated list of base file names to try
File extensions to try
Space separated list of file extensions to try

Resulting URL

http://host:[port]/[path]/mpd file path/[name].[extension]