Switch artist photos/bios to fanart.tv + Last.fm #39
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently using Wikipedia REST API for artist photos and bios (resolved via Wikidata when no direct Wikipedia link exists on MusicBrainz). This works but has drawbacks: Wikipedia images are often low-quality/cropped thumbnails, bios are encyclopedia-style rather than
music-focused, and the Wikidata resolution adds latency.
Proposed changes
metadata:
fanart_api_key: null # optional, from fanart.tv
lastfm_api_key: null # optional, from last.fm/api
Acceptance criteria