Skip to content

Instantly share code, notes, and snippets.

@cupofcodeblog
Created March 10, 2024 09:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cupofcodeblog/87acf206107b44746397b012118693fd to your computer and use it in GitHub Desktop.
Save cupofcodeblog/87acf206107b44746397b012118693fd to your computer and use it in GitHub Desktop.
Spotify API - create_song_to_album_dict - with process_name
{
"Blank Space": "1989",
"Style": "1989",
"Out Of The Woods": "1989",
"Shake It Off": "1989",
"I Wish You Would": "1989",
"Bad Blood": "1989",
"Wildest Dreams": "1989",
"This Love": "1989",
"I Know Places": "1989",
"Clean": "1989",
"Wonderland": "1989 (Deluxe)",
"You Are In Love": "1989 (Deluxe)",
"New Romantics": "1989 (Deluxe)",
"Slut": "1989 (Taylor's Version)",
"Say Dont Go": "1989 (Taylor's Version)",
"Is It Over Now": "1989 (Taylor's Version)",
"Mine": "Speak Now (Deluxe Package)",
"Sparks Fly": "Speak Now (Deluxe Package)",
"Speak Now": "Speak Now (Deluxe Package)",
"Dear John": "Speak Now (Deluxe Package)",
"Mean": "Speak Now (Deluxe Package)",
"The Story Of Us": "Speak Now (Deluxe Package)",
"Never Grow Up": "Speak Now (Deluxe Package)",
"Enchanted": "Speak Now (Deluxe Package)",
"Innocent": "Speak Now (Deluxe Package)",
"Haunted": "Speak Now (Deluxe Package)",
"Last Kiss": "Speak Now (Deluxe Package)",
"Long Live": "Speak Now (Deluxe Package)",
"Ours": "Speak Now (Deluxe Package)",
"Superman": "Speak Now (Deluxe Package)",
"Electric Touch": "Speak Now (Taylor's Version)",
"I Can See You": "Speak Now (Taylor's Version)",
"Foolish One": "Speak Now (Taylor's Version)",
"Timeless": "Speak Now (Taylor's Version)",
"Lavender Haze": "Midnights",
"Maroon": "Midnights",
"AntiHero": "Midnights",
"Midnight Rain": "Midnights",
"Question": "Midnights",
"Vigilante Shit": "Midnights",
"Bejeweled": "Midnights",
"Labyrinth": "Midnights",
"Karma": "Midnights",
"Sweet Nothing": "Midnights",
"Mastermind": "Midnights",
"The Great War": "Midnights (3am Edition)",
"Paris": "Midnights (3am Edition)",
"Glitch": "Midnights (3am Edition)",
"Dear Reader": "Midnights (3am Edition)",
"Hits Different": "Midnights (The Til Dawn Edition)",
"State Of Grace": "Red (Deluxe Edition)",
"Red": "Red (Deluxe Edition)",
"Treacherous": "Red (Deluxe Edition)",
"All Too Well": "Red (Deluxe Edition)",
"twenty two": "Red (Deluxe Edition)",
"I Almost Do": "Red (Deluxe Edition)",
"Stay Stay Stay": "Red (Deluxe Edition)",
"The Last Time": "Red (Deluxe Edition)",
"Holy Ground": "Red (Deluxe Edition)",
"The Lucky One": "Red (Deluxe Edition)",
"Starlight": "Red (Deluxe Edition)",
"Begin Again": "Red (Deluxe Edition)",
"Girl At Home": "Red (Deluxe Edition)",
"Ronan": "Red (Taylor's Version)",
"Better Man": "reputation Stadium Tour Surprise Song Playlist",
"Nothing New": "Red (Taylor's Version)",
"Babe": "reputation Stadium Tour Surprise Song Playlist",
"Forever Winter": "Red (Taylor's Version)",
"Run": "Red (Taylor's Version)",
"Fearless": "Live From Clear Channel Stripped 2008",
"Fifteen": "Fearless (International Version)",
"Love Story": "Live From Clear Channel Stripped 2008",
"Hey Stephen": "Fearless (International Version)",
"White Horse": "Fearless (International Version)",
"Breathe": "Fearless (International Version)",
"Tell Me Why": "Fearless (International Version)",
"Youre Not Sorry": "Fearless (International Version)",
"The Best Day": "Fearless (International Version)",
"Change": "Live From Clear Channel Stripped 2008",
"Jump Then Fall": "Fearless (Platinum Edition)",
"Untouchable": "Live From Clear Channel Stripped 2008",
"Superstar": "Fearless (Taylor's Version)",
"You All Over Me": "Fearless (Taylor's Version)",
"We Were Happy": "Fearless (Taylor's Version)",
"Thats When": "Fearless (Taylor's Version)",
"Dont You": "Fearless (Taylor's Version)",
"Bye Bye Baby": "Fearless (Taylor's Version)",
"willow": "evermore",
"gold rush": "evermore",
"tolerate it": "evermore",
"no body no crime": "evermore",
"happiness": "evermore",
"dorothea": "evermore",
"coney island": "evermore",
"ivy": "evermore",
"cowboy like me": "evermore",
"marjorie": "evermore",
"closure": "evermore",
"evermore": "evermore",
"its time to go": "evermore (deluxe version)",
"the one": "folklore",
"cardigan": "folklore",
"exile": "folklore",
"mirrorball": "folklore",
"seven": "folklore",
"august": "folklore",
"mad woman": "folklore",
"epiphany": "folklore",
"betty": "folklore",
"peace": "folklore",
"hoax": "folklore",
"the lakes": "folklore (deluxe version)",
"Cruel Summer": "Lover",
"Lover": "Lover",
"The Man": "Lover",
"The Archer": "Lover",
"I Think He Knows": "Lover",
"Paper Rings": "Lover",
"London Boy": "Lover",
"False God": "Lover",
"Afterglow": "Lover",
"ME": "Lover",
"Daylight": "Lover",
"Ready For It": "reputation",
"End Game": "reputation",
"Dont Blame Me": "reputation",
"Delicate": "reputation",
"So It Goes": "reputation Stadium Tour Surprise Song Playlist",
"Gorgeous": "reputation",
"Getaway Car": "reputation",
"King Of My Heart": "reputation",
"Dress": "reputation",
"New Years Day": "reputation",
"Our Song": "Taylor Swift",
"Invisible": "Taylor Swift",
"I Want You Back": "Speak Now World Tour Live",
"SuperStar": "Fearless (Platinum Edition)",
"Beautiful Eyes": "Live From Clear Channel Stripped 2008",
"Picture To Burn": "Taylor Swift",
"Tim McGraw": "Taylor Swift",
"Cold As You": "Taylor Swift",
"The Outside": "Taylor Swift",
"Stay Beautiful": "Taylor Swift",
"Marys Song": "Taylor Swift"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment