Files
docker-infrastructure/subwave/broadcasts/tunecaster-rock-1994-01-08.json
T
poprhythm ef77443e49 subwave: add 4 shows for 1994, fix a cross-show duplicate track
Adds Tunecaster Rock Top 30 for 1994-01-08, 1994-04-09, 1994-07-09, and
1994-10-15, checked against all existing shows' actual live Navidrome
playlist contents (not just the hand-compiled list of chart titles used so
far, which had already let one duplicate slip through -- see below) for
exact-track duplicates.

Also fixes a real duplicate: "Everclear - Santa Monica" was airing in both
the 1995-12-16 and 1996-01-13 shows, because the manual text-based dedup
check compared exact strings and missed that "Santa Monica" and "Santa
Monica (Watch The World Die)" resolve to the same library track (the
matcher's containment-boost logic correctly treats them as the same song;
the manual check didn't). Removed from 1995-12-16, kept on the thinner
1996-01-13 show.

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

151 lines
2.7 KiB
JSON

{
"station": "Tunecaster Rock Top 30",
"date": "1994-01-08",
"tracks": [
{
"rank": 1,
"artist": "Gin Blossoms",
"title": "Found Out About You"
},
{
"rank": 2,
"artist": "Nirvana",
"title": "All Apologies"
},
{
"rank": 3,
"artist": "Pearl Jam",
"title": "Daughter"
},
{
"rank": 4,
"artist": "Rush",
"title": "Cold Fire"
},
{
"rank": 5,
"artist": "Cry Of Love",
"title": "Bad Thing"
},
{
"rank": 6,
"artist": "Cracker",
"title": "Low"
},
{
"rank": 7,
"artist": "Stone Temple Pilots",
"title": "Creep"
},
{
"rank": 8,
"artist": "Counting Crows",
"title": "Mr. Jones"
},
{
"rank": 9,
"artist": "Candlebox",
"title": "You"
},
{
"rank": 10,
"artist": "Blind Melon",
"title": "Tones Of Home"
},
{
"rank": 11,
"artist": "Guns N' Roses",
"title": "Hair Of The Dog"
},
{
"rank": 12,
"artist": "The Smashing Pumpkins",
"title": "Today"
},
{
"rank": 13,
"artist": "Beck",
"title": "Loser"
},
{
"rank": 14,
"artist": "Guns N' Roses",
"title": "Estranged"
},
{
"rank": 15,
"artist": "Seal And Jeff Beck",
"title": "Manic Depression"
},
{
"rank": 16,
"artist": "The Cure",
"title": "Purple Haze"
},
{
"rank": 17,
"artist": "Big Head Todd And The Monsters",
"title": "Bittersweet"
},
{
"rank": 18,
"artist": "Danzig",
"title": "Mother"
},
{
"rank": 19,
"artist": "Ian Moore",
"title": "Nothing"
},
{
"rank": 20,
"artist": "Tom Petty And The Heartbreakers",
"title": "Mary Jane's Last Dance"
},
{
"rank": 21,
"artist": "George Thorogood And The Destroyers",
"title": "Gone Dead Train"
},
{
"rank": 22,
"artist": "Melissa Etheridge",
"title": "Come To My Window"
},
{
"rank": 23,
"artist": "Brother Cane",
"title": "That Don't Satisfy Me"
},
{
"rank": 24,
"artist": "Aerosmith",
"title": "Amazing"
},
{
"rank": 26,
"artist": "U2",
"title": "Stay (Faraway, So Close!)"
},
{
"rank": 27,
"artist": "ZZ Top",
"title": "Pincushion"
},
{
"rank": 28,
"artist": "John Hiatt",
"title": "Something Wild"
},
{
"rank": 29,
"artist": "Fight",
"title": "Little Crazy"
},
{
"rank": 30,
"artist": "Bjork",
"title": "Big Time Sensuality"
}
]
}