Skip to content

Version 1.4.0

Compare
Choose a tag to compare
@GuardKenzie GuardKenzie released this 09 Sep 17:05
· 75 commits to main since this release
e63940f

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 and image_method config options to the new art config section.

Deprecated

  • The music_directory and image_method config options under the player section in the config file have been deprecated and will be removed in the future.