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

Change artwork lookup to fanart.tv #3213

Closed
wants to merge 16 commits into from
Closed

Conversation

nopoz
Copy link
Contributor

@nopoz nopoz commented Jun 13, 2019

Changes artwork lookup from last.fm to fanart.tv

last.fm changed their API so artwork can no longer be pulled.

The smallest images from fanart.tv are 200x200px. The full image size for Album pages are 200x200px so both thumb and full size are the same image source from fanart.tv. The "full size" image is only downloaded when you click on the album detail link.

When the album cache is too old, Headphones will do an artwork lookup. Since most people's cache is probably expired, we're hammering the last.fm API with artwork requests that will never work. This change will also hopefully stop that and prevent us from triggering the last.fm API limit.

@nopoz nopoz closed this Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants