Skip to content
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

Revise handling of album art #17

Open
edmw opened this issue Feb 4, 2017 · 0 comments
Open

Revise handling of album art #17

edmw opened this issue Feb 4, 2017 · 0 comments
Assignees

Comments

@edmw
Copy link
Collaborator

edmw commented Feb 4, 2017

Currently album art is cached by cover image url. If the album art url is not provided by the Volumio player this results in a request to last.fm api first. In my environment this has two effects: first, there are a lot of requests to last.fm api (which are hopefully cached by URLCache). Second, there is always a small flicker of the album art images in the table views (queue and browser).

I did some research and think we can resolve this if we cache the album art by album name and artist name (which are the two parameters which will be used to make a request to last.fm api).

@edmw edmw self-assigned this Feb 4, 2017
@edmw edmw mentioned this issue Feb 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant