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,136 @@
{
"station": "Tunecaster Rock Top 30",
"date": "1994-07-09",
"tracks": [
{
"rank": 1,
"artist": "Stone Temple Pilots",
"title": "Vasoline"
},
{
"rank": 2,
"artist": "Live",
"title": "Selling The Drama"
},
{
"rank": 3,
"artist": "The Rolling Stones",
"title": "Love Is Strong"
},
{
"rank": 4,
"artist": "Soundgarden",
"title": "Black Hole Sun"
},
{
"rank": 5,
"artist": "Alice In Chains",
"title": "I Stay Away"
},
{
"rank": 7,
"artist": "The Offspring",
"title": "Come Out And Play"
},
{
"rank": 8,
"artist": "Toad The Wet Sprocket",
"title": "Fall Down"
},
{
"rank": 10,
"artist": "Stone Temple Pilots",
"title": "Big Empty"
},
{
"rank": 11,
"artist": "Great White",
"title": "Sail Away"
},
{
"rank": 13,
"artist": "Cracker",
"title": "Get Off This"
},
{
"rank": 14,
"artist": "John Mellencamp/Me'shell Ndegeocello",
"title": "Wild Night"
},
{
"rank": 16,
"artist": "Blur",
"title": "Girls & Boys"
},
{
"rank": 17,
"artist": "Seal",
"title": "Prayer For The Dying"
},
{
"rank": 18,
"artist": "Pride & Glory",
"title": "Losin' Your Mind"
},
{
"rank": 19,
"artist": "Crash Test Dummies",
"title": "Afternoons & Coffeespoons"
},
{
"rank": 20,
"artist": "Pink Floyd",
"title": "Take It Back"
},
{
"rank": 21,
"artist": "Lisa Loeb & Nine Stories",
"title": "Stay (I Missed You)"
},
{
"rank": 22,
"artist": "Spin Doctors",
"title": "You Let Your Heart Go Too Fast"
},
{
"rank": 23,
"artist": "The Smashing Pumpkins",
"title": "Rocket"
},
{
"rank": 24,
"artist": "Gary Hoey",
"title": "Low Rider"
},
{
"rank": 25,
"artist": "Rob Rule",
"title": "She Gets Too High"
},
{
"rank": 26,
"artist": "The Steve Miller Band",
"title": "Rock It"
},
{
"rank": 27,
"artist": "Yes",
"title": "Walls"
},
{
"rank": 28,
"artist": "Lenny Kravitz",
"title": "Deuce"
},
{
"rank": 29,
"artist": "Steve Perry",
"title": "You Better Wait"
},
{
"rank": 30,
"artist": "The Pretenders",
"title": "Night In My Veins"
}
]
}