-
-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
248 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,246 @@ | ||
package data | ||
|
||
// Songs: Year-end Charts Hot 100 Songs from Billboard | ||
// Source: https://www.billboard.com/charts/year-end/hot-100-songs/ | ||
|
||
// Artists: Greatest of All Time Artists based on Billboard rate | ||
// Source: https://www.billboard.com/charts/greatest-of-all-time-artists/ | ||
|
||
var Songs = map[string][]string{ | ||
"name": { | ||
"A Bar Song (Tipsy)", | ||
"A Holly Jolly Christmas", | ||
"Act II: Date @ 8", | ||
"Agora Hills", | ||
"Ain't No Love In Oklahoma", | ||
"All I Want For Christmas Is You", | ||
"Austin", | ||
"Beautiful Things", | ||
"Birds Of A Feather", | ||
"Bulletproof", | ||
"Burn It Down", | ||
"Carnival", | ||
"Cowgirls", | ||
"Cruel Summer", | ||
"Dance The Night", | ||
"Die With A Smile", | ||
"Down Bad", | ||
"End Of Beginning", | ||
"Espresso", | ||
"Euphoria", | ||
"Everybody", | ||
"Exes", | ||
"FE!N", | ||
"FTCU", | ||
"Fast Car", | ||
"Feather", | ||
"First Person Shooter", | ||
"Flowers", | ||
"Fortnight", | ||
"Fukumean", | ||
"Gata Only", | ||
"Get It Sexyy", | ||
"Good Good", | ||
"Good Luck, Babe!", | ||
"Greedy", | ||
"High Road", | ||
"Hot To Go!", | ||
"Houdini", | ||
"Houdini", | ||
"I Am Not Okay", | ||
"I Can Do It With A Broken Heart", | ||
"I Had Some Help", | ||
"I Like The Way You Kiss Me", | ||
"I Remember Everything", | ||
"IDGAF", | ||
"Is It Over Now?", | ||
"Jingle Bell Rock", | ||
"La Diabla", | ||
"Last Christmas", | ||
"Last Night", | ||
"Lies Lies Lies", | ||
"Like That", | ||
"Lil Boo Thang", | ||
"Lose Control", | ||
"Lovin On Me", | ||
"Lunch", | ||
"Made For Me", | ||
"Miles On It", | ||
"Million Dollar Baby", | ||
"Monaco", | ||
"Need A Favor", | ||
"Never Lose Me", | ||
"Not Like Us", | ||
"On My Mama", | ||
"Paint The Town Red", | ||
"Pink Skies", | ||
"Please Please Please", | ||
"Pour Me A Drink", | ||
"Pretty Little Poison", | ||
"Redrum", | ||
"Rich Baby Daddy", | ||
"Rockin' Around The Christmas Tree", | ||
"Saturn", | ||
"Save Me", | ||
"Slow It Down", | ||
"Snooze", | ||
"Stargazing", | ||
"Stick Season", | ||
"Taste", | ||
"Texas Hold 'Em", | ||
"The Painter", | ||
"Thinkin' Bout Me", | ||
"Too Sweet", | ||
"Truck Bed", | ||
"Type Shit", | ||
"Vampire", | ||
"Wanna Be", | ||
"Water", | ||
"We Can't Be Friends (Wait For Your Love)", | ||
"What Was I Made For?", | ||
"Whatever She Wants", | ||
"Where It Ends", | ||
"Where The Wild Things Are", | ||
"White Horse", | ||
"Wild Ones", | ||
"Wildflower", | ||
"Wind Up Missin' You", | ||
"World On Fire", | ||
"Yeah Glo!", | ||
"Yes, And?", | ||
}, | ||
"artist": { | ||
"Adele", | ||
"Aerosmith", | ||
"Alicia Keys", | ||
"Aretha Franklin", | ||
"Barbra Streisand", | ||
"Barry Manilow", | ||
"Bee Gees", | ||
"Beyonce", | ||
"Billy Joel", | ||
"Bob Dylan", | ||
"Bob Seger", | ||
"Bon Jovi", | ||
"Boyz II Men", | ||
"Britney Spears", | ||
"Bruce Springsteen & The E Street Band", | ||
"Bruno Mars", | ||
"Bryan Adams", | ||
"Carole King", | ||
"Carpenters", | ||
"Celine Dion", | ||
"Chicago", | ||
"Chris Brown", | ||
"Commodores", | ||
"Creedence Clearwater Revival", | ||
"Daryl Hall John Oates", | ||
"Def Leppard", | ||
"Diana Ross", | ||
"Donna Summer", | ||
"Drake", | ||
"Eagles", | ||
"Earth, Wind & Fire", | ||
"Ed Sheeran", | ||
"Elton John", | ||
"Elvis Presley", | ||
"Eminem", | ||
"Eric Clapton", | ||
"Fleetwood Mac", | ||
"Foreigner", | ||
"Garth Brooks", | ||
"Guns N' Roses", | ||
"Heart", | ||
"Herb Alpert", | ||
"Huey Lewis & The News", | ||
"JAY-Z", | ||
"James Taylor", | ||
"Janet Jackson", | ||
"John Denver", | ||
"John Mellencamp", | ||
"Journey", | ||
"Justin Bieber", | ||
"Justin Timberlake", | ||
"Kanye West", | ||
"Katy Perry", | ||
"Kelly Clarkson", | ||
"Kenny Rogers", | ||
"Lady Gaga", | ||
"Led Zeppelin", | ||
"Linda Ronstadt", | ||
"Linkin Park", | ||
"Lionel Richie", | ||
"Madonna", | ||
"Mariah Carey", | ||
"Maroon 5", | ||
"Marvin Gaye", | ||
"Mary J. Blige", | ||
"Michael Bolton", | ||
"Michael Jackson", | ||
"Miley Cyrus", | ||
"Neil Diamond", | ||
"Nelly", | ||
"Nickelback", | ||
"Olivia Newton-John", | ||
"P!nk", | ||
"Paul McCartney", | ||
"Paula Abdul", | ||
"Phil Collins", | ||
"Pink Floyd", | ||
"Prince", | ||
"Queen", | ||
"R. Kelly", | ||
"Rihanna", | ||
"Rod Stewart", | ||
"Santana", | ||
"Simon & Garfunkel", | ||
"Stevie Wonder", | ||
"Taylor Swift", | ||
"The Beach Boys", | ||
"The Beatles", | ||
"The Black Eyed Peas", | ||
"The Jacksons", | ||
"The Monkees", | ||
"The Rolling Stones", | ||
"The Supremes", | ||
"The Temptations", | ||
"Three Dog Night", | ||
"Tim McGraw", | ||
"U2", | ||
"Usher", | ||
"Van Halen", | ||
"Whitney Houston", | ||
}, | ||
"genre": { | ||
"Acoustic Pop", | ||
"Alternative Hip-Hop", | ||
"Alternative Pop", | ||
"Chillwave", | ||
"Contemporary R&B", | ||
"Country", | ||
"Dancehall", | ||
"Electro-pop", | ||
"Electronic Dance Music (EDM)", | ||
"Emo Rap", | ||
"Funk", | ||
"Gospel-inspired Pop", | ||
"Hip-Hop", | ||
"Indie Pop", | ||
"Latin Pop", | ||
"Lo-fi Hip-Hop", | ||
"Melodic Rap", | ||
"Pop", | ||
"Pop Punk", | ||
"Pop Rock", | ||
"R&B", | ||
"Rap", | ||
"Reggaeton", | ||
"Rock", | ||
"Singer-Songwriter", | ||
"Soul", | ||
"Synthwave", | ||
"Trap", | ||
"Trap Soul", | ||
"Urban Contemporary", | ||
}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters