Switched to mpd native albumart command

- Removed `http_base_url` and `http_cover_filenames` from config
- removed `_getAlbumArtFromFile` and `_getAlbumArtFromHttpServer` functions
- The `getAlbumArt` function now fetches the album art using `MPDClient.albumart`
- Removed unused imports.
This commit is contained in:
Erica
2022-06-09 00:57:09 +00:00
parent 86a7d7f52c
commit db7baa44f2
2 changed files with 12 additions and 73 deletions

View File

@ -8,9 +8,6 @@ show_playlist = true
[art]
image_method = pixcat
music_directory = ~/Music
# http_base_url = http://localhost:6667/cover-art
# http_cover_filenames = cover.jpg cover.png folder.jpg folder.png art.jpg art.png artwork.jpg artwork.png
[mpd]
host = localhost