-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request]: Local Artist Image #254
Comments
or take the image from spotify, tidal or fanart.tv |
And please... for searching purposes use the Artist Name from the tags and not the filename from the filesystem. |
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. |
#254 Support local artist image to replace LastFM artist image
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! |
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 text was updated successfully, but these errors were encountered: