Version 1.4.0
Summary
Merged PR #17 which adds functionality to fetch album art from files hosted on a HTTP server.
Changelog
Added
- A new config section
art. - A new config option
art/http_base_urlfor the base URL of the webserver that serves your album art, if you are using one. - A new config option
art/http_cover_filenameswhich holds a list of filenames that will be fetched when using a http server to serve album art.
Changed
- Moved the
music_directoryandimage_methodconfig options to the newartconfig section.
Deprecated
- The
music_directoryandimage_methodconfig options under theplayersection in the config file have been deprecated and will be removed in the future.