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_url
for the base URL of the webserver that serves your album art, if you are using one. - A new config option
art/http_cover_filenames
which holds a list of filenames that will be fetched when using a http server to serve album art.
Changed
- Moved the
music_directory
andimage_method
config options to the newart
config section.
Deprecated
- The
music_directory
andimage_method
config options under theplayer
section in the config file have been deprecated and will be removed in the future.