Search Results
6/27/2025, 10:08:22 PM
>>126844112
so first things first, if you have the desktop version of Spotify, download spicetify. it's basically a repo of extensions for Spotify. this is what i use mostly, the one you'll want is "better spotify genres", it'll show what spotify labels it genre wise and if you click the links it'll take you to the everynoise playlist if that's available, or just send you to search with that term. The everynoise playlists are an absolute goldmine of music, but as i said before the Everynoise guy got fired from it and thus the playlists ARE going to get more and more out of date/new genres it doesn't know about are gonna appear(southern gothic comes to mind).
anyways all of that above was just for discovery based on what you already listen to. as for what you actually asked for, basically connect your account to something like exportify's site or w/e, and export the relevant playlist, it'll give you basically all the metadata spotify has on the tracks on that playlist. you can then just copy the genre column of the resulting CSV file.
now more often than not, a given artist/track will have more than one genre attached to it, sometimes to ridiculous situations like
> bluegrass,newgrass,americana,alt country,folk,indie folk,red dirt,folk rock,psychedelic rock,classic country,outlaw country,singer-songwriter,anti-folk,blues,country blues,country rock,roots rock,yacht rock,soft rock,classic rock,traditional folk
what you'll want to do is basically isolate those, personally i just used sublime text's regex replace to replace the commas with a newline
after that i deduped the resulting list and provided chatgpt the genres and told it to make a mermaidjs mindmap out of it based on genres and subgenres.
so first things first, if you have the desktop version of Spotify, download spicetify. it's basically a repo of extensions for Spotify. this is what i use mostly, the one you'll want is "better spotify genres", it'll show what spotify labels it genre wise and if you click the links it'll take you to the everynoise playlist if that's available, or just send you to search with that term. The everynoise playlists are an absolute goldmine of music, but as i said before the Everynoise guy got fired from it and thus the playlists ARE going to get more and more out of date/new genres it doesn't know about are gonna appear(southern gothic comes to mind).
anyways all of that above was just for discovery based on what you already listen to. as for what you actually asked for, basically connect your account to something like exportify's site or w/e, and export the relevant playlist, it'll give you basically all the metadata spotify has on the tracks on that playlist. you can then just copy the genre column of the resulting CSV file.
now more often than not, a given artist/track will have more than one genre attached to it, sometimes to ridiculous situations like
> bluegrass,newgrass,americana,alt country,folk,indie folk,red dirt,folk rock,psychedelic rock,classic country,outlaw country,singer-songwriter,anti-folk,blues,country blues,country rock,roots rock,yacht rock,soft rock,classic rock,traditional folk
what you'll want to do is basically isolate those, personally i just used sublime text's regex replace to replace the commas with a newline
after that i deduped the resulting list and provided chatgpt the genres and told it to make a mermaidjs mindmap out of it based on genres and subgenres.
Page 1