kagemomiji / airsonic-advanced

airsonic-advanced
GNU General Public License v3.0
152 stars 14 forks source link

[Feature Request]: Local Artist Image #254

Closed luxdi closed 2 months ago

luxdi commented 1 year ago

Scope

GUI

What problem

For as long as I can remember the pull from last.fm for the Artist Image just gives a big white star.

Feature

I have a folder.jpg file for the artist in every one of my artist folders. Would be possible to be able to use locally stored files for the Artist Image instead of the failed call to last.fm which generates the white star.

The-Exterminator commented 1 year ago

or take the image from spotify, tidal or fanart.tv

fault1er1 commented 1 year ago

And please... for searching purposes use the Artist Name from the tags and not the filename from the filesystem.

boudafc commented 3 months ago

or take the image from spotify, tidal or fanart.tv

It seems to be a better idea. I have made a little research and after subscribing to the API from last.fm, it seems to return a "star" (https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png) as image even if there is really an image for the artist in last.fm website.

fault1er1 commented 2 months ago

Hi @kagemomiji ,

thank you for the implementation of this useful feature!

Is it possible to change the display of the images in such a way that the aspect ratio is preserved? Unfortunately, a lot of band logos/pictures are now distorted. Just like the album covers, when it's a cover of a tape or another not-cd aspect ratio.

Plus, using the bandname from the tags for the last.fm infos would be excellent, because I'm using filesystem-names without spaces to prevent charset-failures on different operating systems. Currently, only one-word bands are found correctly.

Thanks in advance!