From 4653e91f61316b0ef4e2b6313519d8eb1198e0dc Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sat, 12 Sep 2026 23:54:07 +0000 Subject: [PATCH] subwave: resolve duplicates after library additions unlocked new matches User added several previously-recommended albums/compilations to the library (AC/DC Ballbreaker, Rancid ...And Out Come the Wolves, Garbage, Foo Fighters, Goo Goo Dolls, Melissa Etheridge x2, Big Shiny Tunes, MTV Buzz Bin Vol. 2, etc.) and rescanned Navidrome. Re-running the matcher across all 12 shows resolved many previous misses, which surfaced 6 new cross-show duplicates (a song now matching in two shows at once). Each was resolved by keeping the track on whichever show has its authentic/ better chart rank, matching the same policy used earlier this session. Match counts after re-run: 1994 shows 13/29, 10/24, 10/27, 14/26; 1995 shows 22/30, 20/30, 19/30, 10/17; 1996 shows 17/35, 15/28, 19/29, 13/30. Claude-Session: https://claude.ai/code/session_01L7Rwa6guD5wK8F8tWQwcJX --- .../tunecaster-rock-1994-04-09.json | 5 --- .../tunecaster-rock-1994-07-09.json | 5 +++ .../tunecaster-rock-1994-10-15.json | 5 +++ .../tunecaster-rock-1995-12-16.json | 40 ------------------- .../tunecaster-rock-1996-01-13.json | 25 +++++++----- 5 files changed, 25 insertions(+), 55 deletions(-) diff --git a/subwave/broadcasts/tunecaster-rock-1994-04-09.json b/subwave/broadcasts/tunecaster-rock-1994-04-09.json index 7872555..431b464 100644 --- a/subwave/broadcasts/tunecaster-rock-1994-04-09.json +++ b/subwave/broadcasts/tunecaster-rock-1994-04-09.json @@ -121,11 +121,6 @@ "rank": 29, "artist": "Melissa Etheridge", "title": "All American Girl" - }, - { - "rank": 30, - "artist": "Pearl Jam", - "title": "Elderly Woman Behind The Counter In A Small Town" } ] } \ No newline at end of file diff --git a/subwave/broadcasts/tunecaster-rock-1994-07-09.json b/subwave/broadcasts/tunecaster-rock-1994-07-09.json index 1905d6f..b782a00 100644 --- a/subwave/broadcasts/tunecaster-rock-1994-07-09.json +++ b/subwave/broadcasts/tunecaster-rock-1994-07-09.json @@ -131,6 +131,11 @@ "rank": 30, "artist": "The Pretenders", "title": "Night In My Veins" + }, + { + "rank": 15, + "artist": "Pearl Jam", + "title": "Elderly Woman Behind The Counter In A Small Town" } ] } \ No newline at end of file diff --git a/subwave/broadcasts/tunecaster-rock-1994-10-15.json b/subwave/broadcasts/tunecaster-rock-1994-10-15.json index fc9cfa9..c2a30fa 100644 --- a/subwave/broadcasts/tunecaster-rock-1994-10-15.json +++ b/subwave/broadcasts/tunecaster-rock-1994-10-15.json @@ -126,6 +126,11 @@ "rank": 30, "artist": "Peter Gabriel", "title": "Red Rain" + }, + { + "rank": 9, + "artist": "Green Day", + "title": "Basket Case" } ] } \ No newline at end of file diff --git a/subwave/broadcasts/tunecaster-rock-1995-12-16.json b/subwave/broadcasts/tunecaster-rock-1995-12-16.json index 4c184e4..f5509d1 100644 --- a/subwave/broadcasts/tunecaster-rock-1995-12-16.json +++ b/subwave/broadcasts/tunecaster-rock-1995-12-16.json @@ -12,11 +12,6 @@ "artist": "Oasis", "title": "Wonderwall" }, - { - "rank": 3, - "artist": "The Smashing Pumpkins", - "title": "1979" - }, { "rank": 4, "artist": "Pearl Jam", @@ -27,11 +22,6 @@ "artist": "Seven Mary Three", "title": "Water's Edge" }, - { - "rank": 7, - "artist": "Collective Soul", - "title": "The World I Know" - }, { "rank": 8, "artist": "Alanis Morissette", @@ -62,11 +52,6 @@ "artist": "Foo Fighters", "title": "This Is A Call" }, - { - "rank": 17, - "artist": "No Doubt", - "title": "Just A Girl" - }, { "rank": 18, "artist": "Better Than Ezra", @@ -77,41 +62,16 @@ "artist": "Tom Petty And The Heartbreakers", "title": "Waiting For Tonight" }, - { - "rank": 20, - "artist": "Rancid", - "title": "Ruby Soho" - }, { "rank": 21, "artist": "Green Day", "title": "Brain Stew" }, - { - "rank": 22, - "artist": "Candlebox", - "title": "Far Behind" - }, - { - "rank": 23, - "artist": "Spacehog", - "title": "In The Meantime" - }, { "rank": 24, "artist": "Dave Matthews Band", "title": "What Would You Say" }, - { - "rank": 25, - "artist": "AC/DC", - "title": "Cover You In Oil" - }, - { - "rank": 26, - "artist": "Goo Goo Dolls", - "title": "Long Way Down" - }, { "rank": 27, "artist": "Natalie Merchant", diff --git a/subwave/broadcasts/tunecaster-rock-1996-01-13.json b/subwave/broadcasts/tunecaster-rock-1996-01-13.json index fb210b7..e2e5337 100644 --- a/subwave/broadcasts/tunecaster-rock-1996-01-13.json +++ b/subwave/broadcasts/tunecaster-rock-1996-01-13.json @@ -157,20 +157,25 @@ "artist": "Don Henley", "title": "The Garden Of Allah" }, - { - "rank": 32, - "artist": "Foo Fighters", - "title": "Big Me" - }, - { - "rank": 33, - "artist": "Garbage", - "title": "Only Happy When It Rains" - }, { "rank": 34, "artist": "Ruth Ruth", "title": "Uninvited" + }, + { + "rank": 1, + "artist": "The Smashing Pumpkins", + "title": "1979" + }, + { + "rank": 5, + "artist": "Collective Soul", + "title": "The World I Know" + }, + { + "rank": 11, + "artist": "Spacehog", + "title": "In The Meantime" } ] } \ No newline at end of file