Files
music_library/backlog/completed/ml-140 - Get-artist-images.md
2026-05-04 21:22:27 +01:00

927 B

id, title, status, assignee, created_date, labels, dependencies, references, priority
id title status assignee created_date labels dependencies references priority
ML-140 Get artist images Done
2026-04-20 09:00
https://github.com/cloud8421/music_library/issues/23
medium

Description

GitHub: created 2025-04-22 · updated 2025-04-29 · closed 2025-04-29

Fetch artist images via MusicBrainz url-rels → Discogs artist endpoint. Implementation checklist (all completed):

  • Discogs api client
  • MusicBrainz get_artist/1 with result parser
  • ArtistInfo db schema and migration
  • Context function to fetch and store ArtistInfo
  • Background job to fetch and store ArtistInfo
  • Extract image URL from Discogs artist
  • Store/hash image from Discogs artist
  • Endpoint to serve artist images
  • Show artist image in artist page
  • Populate artist info when new artist is added
  • Cascade deletions
  • Tests