-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Wrong covers get loaded for albums if server has different ID for album and artwork #90
Comments
@jcalado thanks for the report, but can you provide any more details? Are you using the latest release (alpha2)? Because I think this was fixed by #62 (setting a placeholder image when the server could not provide one, due to ratelimit, etc) which is in alpha-2 but not alpha-1 When you connect to a server for the first time, you might see a lot of the placeholder images because there aren't any cover images cached locally yet and your server might have a rate limit on the getCoverArt call. |
I'm building and running from the main branch, but the alpha-2 is also broken for me. Deleting the cache folder and restarting has no effect |
Are you seeing the placeholder image (this], or are you seeing a cover for a different album showing up where it shouldn't? |
I'm getting covers for other albums on my library. I'm using a docker image: airsonicadvanced/airsonic-advanced:latest |
I've done most testing with Navidrome but in a bit I'll try spinning up airsonic-advanced against my own library and see if I can reproduce this. Thanks for the report - this definitely shouldn't be happening. |
Thank you. Just FYI, airsonic-refix works OK with airsonic-advanced (eg: it shows the right covers) |
Thank you, that was fast :) |
Wrong covers get loaded for albums
The text was updated successfully, but these errors were encountered: