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
This commit is contained in:
2026-09-11 22:45:16 +00:00
parent d493b60c8b
commit ef77443e49
6 changed files with 631 additions and 27 deletions
@@ -0,0 +1,131 @@
{
"station": "Tunecaster Rock Top 30",
"date": "1994-10-15",
"tracks": [
{
"rank": 1,
"artist": "Stone Temple Pilots",
"title": "Interstate Love Song"
},
{
"rank": 2,
"artist": "R.E.M.",
"title": "What's The Frequency, Kenneth?"
},
{
"rank": 3,
"artist": "Live",
"title": "I Alone"
},
{
"rank": 6,
"artist": "Dinosaur Jr.",
"title": "Feel The Pain"
},
{
"rank": 7,
"artist": "The Rolling Stones",
"title": "You Got Me Rocking"
},
{
"rank": 10,
"artist": "Nirvana",
"title": "About A Girl"
},
{
"rank": 11,
"artist": "The Cult",
"title": "Coming Down (Drug Tongue)"
},
{
"rank": 12,
"artist": "Pink Floyd",
"title": "High Hopes"
},
{
"rank": 13,
"artist": "Weezer",
"title": "Undone - The Sweater Song"
},
{
"rank": 14,
"artist": "Jimmy Page & Robert Plant",
"title": "Gallows Pole"
},
{
"rank": 15,
"artist": "Eric Clapton",
"title": "I'm Tore Down"
},
{
"rank": 16,
"artist": "Green Day",
"title": "Welcome To Paradise"
},
{
"rank": 17,
"artist": "Gin Blossoms",
"title": "Allison Road"
},
{
"rank": 18,
"artist": "Toad The Wet Sprocket",
"title": "Something's Always Wrong"
},
{
"rank": 19,
"artist": "Veruca Salt",
"title": "Seether"
},
{
"rank": 20,
"artist": "The Smashing Pumpkins",
"title": "Landslide"
},
{
"rank": 21,
"artist": "Queensryche",
"title": "I Am I"
},
{
"rank": 22,
"artist": "Liz Phair",
"title": "Supernova"
},
{
"rank": 23,
"artist": "Eagles",
"title": "Get Over It"
},
{
"rank": 24,
"artist": "Cowboy Junkies",
"title": "Sweet Jane"
},
{
"rank": 25,
"artist": "Pearl Jam",
"title": "Yellow Ledbetter"
},
{
"rank": 27,
"artist": "Pantera",
"title": "Planet Caravan"
},
{
"rank": 28,
"artist": "Gilby Clarke",
"title": "Cure Me... Or Kill Me"
},
{
"rank": 29,
"artist": "Mazzy Star",
"title": "Fade Into You"
},
{
"rank": 30,
"artist": "Peter Gabriel",
"title": "Red Rain"
}
]
}