Added possibility to configure what art filenames to try with webserver call

This commit is contained in:
Bart Kleijngeld
2021-08-09 16:21:55 +02:00
parent 2de0e879e5
commit 8deec2b499
3 changed files with 17 additions and 9 deletions

View File

@ -37,6 +37,7 @@ The config file is located at `~/.config/miniplayer/config`. The example configu
#### art
* ***music_directory*:** The path to your music directory for extracting album art from the files.
* ***http_base_url*:** Base URL of webserver which serves the album art for your albums (takes precedence over `music_directory`). Useful for users of Android MPD clients _MAFA_ or _MPDroid_. For more information see [the MPDroid wiki](https://github.com/abarisain/dmix/wiki/Album-Art-on-your-LAN).
* ***http_cover_filenames*:** Space separated list of filenames to use in the call to the webserver to fetch the album art.
* ***image_method*:** The method to use for drawing album art. Available values are `pixcat` and `ueberzug`
If you are not using Kitty, try `ueberzug`.