Album art pod Volumio
Upravit nginx.conf a přidat do sekce server:
location /covers/ { root /mnt/; if ($request_filename !~* .jpg$) { return 404; break; } rewrite /covers/(.*) /$1 break; try_files $uri $uri; allow 192.168.1.0/24; deny all; }
Mupeace:
Download local cover art – check
Cover filename – AlbumArt.jpg
Path to music – covers
Chimney:
Try to find album art – check
Use alternativ album art url – check
Alternative location – http://volumio/covers/
Filename to look for – /{FOLDERPATH}/AlbumArt.jpg