Skip to content

data: fix 63 broken URIs in gen-z-anthems playlist#519

Merged
mholzi merged 1 commit intomainfrom
data/518-fix-uris-gen-z-anthems
Apr 10, 2026
Merged

data: fix 63 broken URIs in gen-z-anthems playlist#519
mholzi merged 1 commit intomainfrom
data/518-fix-uris-gen-z-anthems

Conversation

@mholzi
Copy link
Copy Markdown
Owner

@mholzi mholzi commented Apr 10, 2026

Summary

  • Fixed 63 broken URIs across all 30 songs
  • Deezer: 30 fixes (nearly all were random/wrong IDs)
  • Apple Music: 21 fixes
  • YouTube Music: 7 fixes
  • Spotify: 5 fixes
  • All new IDs sourced via web search from official platform pages
  • Version bumped to 1.1

Closes #518

Test plan

  • Spot-check a few songs on Spotify
  • Verify playlist loads in admin UI

🤖 Generated with Claude Code

Replaced wrong/dead Deezer (30), Apple Music (21), YouTube Music (7),
and Spotify (5) URIs with correct IDs sourced via web search.
Bumped playlist version to 1.1.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@mholzi mholzi merged commit fc07a0c into main Apr 10, 2026
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the gen-z-anthems.json playlist to version 1.1, modifying numerous streaming URIs for Apple Music, Deezer, YouTube Music, and Spotify across various tracks. A bug was identified in the updates for 'Old Town Road', where the new Spotify URI incorrectly references 'INDUSTRY BABY' instead of the correct track, leading to a metadata mismatch.

{
"year": 2019,
"uri": "spotify:track:2YlZnpMoCluVRiKHatCV4Z",
"uri": "spotify:track:2YpeDb67231RjR0MgVLzsG",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The updated Spotify URI (spotify:track:2YpeDb67231RjR0MgVLzsG) corresponds to the song "INDUSTRY BABY" (feat. Jack Harlow), but the song title for this entry is "Old Town Road" (line 580). This change introduces a mismatch between the metadata and the actual audio track. The previous URI (spotify:track:2YlZnpMoCluVRiKHatCV4Z) was correct for "Old Town Road".

Suggested change
"uri": "spotify:track:2YpeDb67231RjR0MgVLzsG",
"uri": "spotify:track:2YlZnpMoCluVRiKHatCV4Z",

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.

data: fix 63 broken URIs in gen-z-anthems.json

1 participant