From 2b55554e2b1940dd45dce6c85cd843b6abec578d Mon Sep 17 00:00:00 2001 From: Jake Shore Date: Tue, 17 Feb 2026 14:32:21 -0500 Subject: [PATCH] Add real Spotify data + social handles + hosting plan --- command-center-seed.json | 75 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 71 insertions(+), 4 deletions(-) diff --git a/command-center-seed.json b/command-center-seed.json index 0f705e6..8e1a754 100644 --- a/command-center-seed.json +++ b/command-center-seed.json @@ -10,7 +10,12 @@ "Sunset Bass", "Tearwave" ], - "lane": "Organic core + electronic layers \u2014 singer-songwriter who produces bass music rather than bass producer who adds vocals" + "lane": "Organic core + electronic layers \u2014 singer-songwriter who produces bass music rather than bass producer who adds vocals", + "spotifyId": "745JudJVDqzG68Mpn5ceMZ", + "spotifyUrl": "https://open.spotify.com/artist/745JudJVDqzG68Mpn5ceMZ", + "tiktok": "@das.wav", + "instagram": "@das.wav", + "imageUrl": "https://i.scdn.co/image/ab6761610000e5ebc29ee87738e7c8fdd01124e2" }, "genrePosition": { "coordinates": { @@ -182,11 +187,12 @@ }, "milestones": { "current": { - "monthlyListeners": 517, - "spotifyFollowers": null, + "spotifyFollowers": 150, + "spotifyPopularity": 2, + "monthlyListeners": null, "instagramFollowers": null, "tiktokFollowers": null, - "playlistPlacements": null, + "topTrack": "poor you, poor me (popularity: 3)", "adSpendTotal": null }, "goals": [ @@ -246,5 +252,66 @@ "description": "AI-powered music analysis \u2014 upload track, get interactive visualizer + audio feature breakdown", "status": "Architecture designed, not built yet" } + }, + "spotify": { + "artistId": "745JudJVDqzG68Mpn5ceMZ", + "topTracks": [ + { + "name": "poor you, poor me", + "id": "7mVbTwwjStGwg4oEYGv2HF", + "popularity": 3 + }, + { + "name": "sweet relief", + "id": "4DAV9gfVTdNH8ZnTi340Et", + "popularity": 1 + }, + { + "name": "tiptoe", + "id": "0vwFSdwmQI5KRi3OR0YuFM", + "popularity": 1 + }, + { + "name": "nature's call", + "id": "0ckCQ9l46VsPMq7SygrXps", + "popularity": 1 + }, + { + "name": "you saved me", + "id": "45Yju3lxhETNYUtpt0249V", + "popularity": 1 + }, + { + "name": "run to you", + "id": "3kTOHRxKDPBFKYgzvvcEZK", + "popularity": 1 + }, + { + "name": "skin - intro", + "id": "7qfgCgecK4XdgFPQrFgrFd", + "popularity": 1 + }, + { + "name": "nothing", + "id": "7pQJa8q3eFBPVFECnvaBZh", + "popularity": 1 + }, + { + "name": "with u", + "id": "3AWz9YeAnZqmCYtHdioZUg", + "popularity": 1 + }, + { + "name": "wait 4 u", + "id": "2NKrU6V2lbc6SO81AtyMJP", + "popularity": 1 + } + ] + }, + "commandCenter": { + "hosting": "Hidden page on daswav.com", + "auth": "Password-protected login (Jake + Dylan access)", + "domain": "daswav.com", + "path": "/command-center or /dashboard (hidden, no nav link)" } } \ No newline at end of file