Files
docker-infrastructure/subwave/broadcasts/tunecaster-rock-1996-04-13.json
T
poprhythm 7ec3dca180 subwave: add 4 more 1996 shows, add artist-score floor to fix false match
Adds Tunecaster Rock Top 30 for 1996-01-13, 1996-04-13, 1996-07-13, and
1996-12-14, cross-checked against all 4 existing 1995 shows and each other
for exact-track duplicates.

Also fixes a real false-positive: "John Mellencamp - Just Another Day" was
matching Jon Secada's unrelated song of the same generic title, because a
perfect title score could carry a middling-but-not-absurd artist-name
coincidence (0.56) over the acceptance threshold. Added a hard artist
similarity floor (0.65) independent of the combined score.

Claude-Session: https://claude.ai/code/session_01L7Rwa6guD5wK8F8tWQwcJX
2026-09-11 21:56:22 +00:00

146 lines
2.7 KiB
JSON

{
"station": "Tunecaster Rock Top 30",
"date": "1996-04-13",
"tracks": [
{
"rank": 1,
"artist": "Bush",
"title": "Machinehead"
},
{
"rank": 2,
"artist": "Stone Temple Pilots",
"title": "Big Bang Baby"
},
{
"rank": 3,
"artist": "The Smashing Pumpkins",
"title": "Zero"
},
{
"rank": 4,
"artist": "Oasis",
"title": "Champagne Supernova"
},
{
"rank": 5,
"artist": "Jars Of Clay",
"title": "Flood"
},
{
"rank": 6,
"artist": "The Cranberries",
"title": "Salvation"
},
{
"rank": 7,
"artist": "Foo Fighters",
"title": "Big Me"
},
{
"rank": 8,
"artist": "Alanis Morissette",
"title": "Head Over Feet"
},
{
"rank": 9,
"artist": "The Nixons",
"title": "Sister"
},
{
"rank": 10,
"artist": "Stabbing Westward",
"title": "What Do I Have To Do?"
},
{
"rank": 11,
"artist": "Cracker",
"title": "I Hate My Generation"
},
{
"rank": 12,
"artist": "The Verve Pipe",
"title": "Photograph"
},
{
"rank": 13,
"artist": "Tracy Bonham",
"title": "Mother Mother"
},
{
"rank": 14,
"artist": "Dave Matthews Band",
"title": "Too Much"
},
{
"rank": 15,
"artist": "Collective Soul",
"title": "Where The River Flows"
},
{
"rank": 16,
"artist": "Dog's Eye View",
"title": "Everything Falls Apart"
},
{
"rank": 17,
"artist": "Dishwalla",
"title": "Counting Blue Cars"
},
{
"rank": 18,
"artist": "Seven Mary Three",
"title": "Water's Edge"
},
{
"rank": 19,
"artist": "Love And Rockets",
"title": "Sweet Lover Hangover"
},
{
"rank": 20,
"artist": "Son Volt",
"title": "Drown"
},
{
"rank": 21,
"artist": "Cowboy Junkies",
"title": "A Common Disaster"
},
{
"rank": 22,
"artist": "Bad Religion",
"title": "A Walk"
},
{
"rank": 24,
"artist": "AC/DC",
"title": "Ballbreaker"
},
{
"rank": 25,
"artist": "Hootie & The Blowfish",
"title": "Old Man & Me (When I Get To Heaven)"
},
{
"rank": 26,
"artist": "Rage Against The Machine",
"title": "Bulls On Parade"
},
{
"rank": 27,
"artist": "Goldfinger",
"title": "Here In Your Bedroom"
},
{
"rank": 29,
"artist": "Kiss",
"title": "Rock And Roll All Nite"
},
{
"rank": 30,
"artist": "Garbage",
"title": "Only Happy When It Rains"
}
]
}