krateng / maloja

Self-hosted music scrobble database to create personal listening statistics and charts
https://maloja.krateng.ch
GNU General Public License v3.0
1.18k stars 69 forks source link

Wrong artist picture #365

Closed bznein closed 5 months ago

bznein commented 5 months ago

Hello,

I've just installed maloja on my home server. After playing a few songs I opened it to look at it, and noticed that my #1 artist has a wrong picture.

image

The artist is the canadian band Rush (LastFM, Spotify), but the picture is of actor/singer Troye Sivan.

Any idea what might cause this and how to change it?

Thank you!

gBasil commented 5 months ago

Maloja uses the MusicBrainz API (or some similar API) to look up images. However, it can sometimes fail to get the proper image, since it just uses the top search result it recieves, and sometimes there just isn't an image for a certain artist/song. If you enable admin mode, you can drag and drop an image file from your computer (note: it must be a downloaded image) onto the image to update it.

bznein commented 5 months ago

Ah thank you! Is this drag and drop feature documented anywhere? I didn't see it in the docs.

Edit: I see it's mentioned in the admin mode page itself.