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:
@@ -0,0 +1,131 @@
|
||||
{
|
||||
"station": "Tunecaster Rock Top 30",
|
||||
"date": "1994-04-09",
|
||||
"tracks": [
|
||||
{
|
||||
"rank": 1,
|
||||
"artist": "Pink Floyd",
|
||||
"title": "Keep Talking"
|
||||
},
|
||||
{
|
||||
"rank": 2,
|
||||
"artist": "Soundgarden",
|
||||
"title": "Spoonman"
|
||||
},
|
||||
{
|
||||
"rank": 3,
|
||||
"artist": "Yes",
|
||||
"title": "The Calling"
|
||||
},
|
||||
{
|
||||
"rank": 4,
|
||||
"artist": "The Smashing Pumpkins",
|
||||
"title": "Disarm"
|
||||
},
|
||||
{
|
||||
"rank": 5,
|
||||
"artist": "Alice In Chains",
|
||||
"title": "No Excuses"
|
||||
},
|
||||
{
|
||||
"rank": 6,
|
||||
"artist": "Brother Cane",
|
||||
"title": "Hard Act To Follow"
|
||||
},
|
||||
{
|
||||
"rank": 7,
|
||||
"artist": "Sammy Hagar",
|
||||
"title": "High Hopes"
|
||||
},
|
||||
{
|
||||
"rank": 8,
|
||||
"artist": "Meat Puppets",
|
||||
"title": "Backwater"
|
||||
},
|
||||
{
|
||||
"rank": 9,
|
||||
"artist": "Pearl Jam",
|
||||
"title": "Dissident"
|
||||
},
|
||||
{
|
||||
"rank": 10,
|
||||
"artist": "Crash Test Dummies",
|
||||
"title": "Mmm Mmm Mmm Mmm"
|
||||
},
|
||||
{
|
||||
"rank": 11,
|
||||
"artist": "Rush",
|
||||
"title": "Nobody's Hero"
|
||||
},
|
||||
{
|
||||
"rank": 12,
|
||||
"artist": "Morrissey",
|
||||
"title": "The More You Ignore Me, The Closer I Get"
|
||||
},
|
||||
{
|
||||
"rank": 13,
|
||||
"artist": "Aerosmith",
|
||||
"title": "Deuces Are Wild"
|
||||
},
|
||||
{
|
||||
"rank": 14,
|
||||
"artist": "Cheap Trick",
|
||||
"title": "Woke Up With A Monster"
|
||||
},
|
||||
{
|
||||
"rank": 15,
|
||||
"artist": "Cry Of Love",
|
||||
"title": "Too Cold In The Winter"
|
||||
},
|
||||
{
|
||||
"rank": 18,
|
||||
"artist": "David Lee Roth",
|
||||
"title": "She's My Machine"
|
||||
},
|
||||
{
|
||||
"rank": 19,
|
||||
"artist": "ZZ Top",
|
||||
"title": "Breakaway"
|
||||
},
|
||||
{
|
||||
"rank": 20,
|
||||
"artist": "Fury In The Slaughterhouse",
|
||||
"title": "Every Generation Got Its Own Disease"
|
||||
},
|
||||
{
|
||||
"rank": 21,
|
||||
"artist": "Enigma",
|
||||
"title": "Return To Innocence"
|
||||
},
|
||||
{
|
||||
"rank": 23,
|
||||
"artist": "Bonnie Raitt",
|
||||
"title": "Love Sneakin' Up On You"
|
||||
},
|
||||
{
|
||||
"rank": 24,
|
||||
"artist": "Possum Dixon",
|
||||
"title": "Watch The Girl Destroy Me"
|
||||
},
|
||||
{
|
||||
"rank": 27,
|
||||
"artist": "Sass Jordan",
|
||||
"title": "High Road Easy"
|
||||
},
|
||||
{
|
||||
"rank": 28,
|
||||
"artist": "Blue Murder",
|
||||
"title": "We All Fall Down"
|
||||
},
|
||||
{
|
||||
"rank": 29,
|
||||
"artist": "Melissa Etheridge",
|
||||
"title": "All American Girl"
|
||||
},
|
||||
{
|
||||
"rank": 30,
|
||||
"artist": "Pearl Jam",
|
||||
"title": "Elderly Woman Behind The Counter In A Small Town"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user