Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-fichet committed Jun 6, 2024
1 parent 676744b commit 88debe6
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ const data_1960s: Item[] = [
{ title: "Sunshine Superman", artist: "Donovan", year: 1966 },
{ title: "I Had Too Much To Dream (Last Night)", artist: "The Electric Prunes", year: 1966 },
{ title: "Bluesbreakers", artist: "John Mayall & the Bluesbreakers", year: 1966 },
{ title: "The Spirit of '67", artist: "Paul Revere & the Raiders", year: 1966 },
{ title: "The Spirit of '67", artist: "Paul Revere & the Raiders", year: 1966, comment: '"Good Thing"', genre: "rock" },
{ title: "Flowers on the Wall", artist: "The Statler Brothers", year: 1966 },

{ title: "I Never Loved a Man the Way I Love You", artist: "Aretha Franklin", year: 1967, listened: true, genre: "soul", stars: 1, fav: true },
Expand Down Expand Up @@ -482,6 +482,7 @@ const data_1960s: Item[] = [
{ title: "Don't Change Your Love", artist: "The Five Stairsteps", year: 1968, single: true },
{ title: "'Nuff Said!", artist: "Nina Simone", year: 1968, live: true, listened: true, genre: "soul", comment: `"Ain't Got No - I Got Life", "Mississippi Goddam"`, stars: 1, fav: true },
{ title: "Lighthouse '68", artist: "The Jazz Crusaders", year: 1968, live: true },
{ title: "Feliciano!", artist: "José Feliciano", year: 1968, genre: "world", comment: `"California Dreamin'"` },
{ title: "Hey Jude", artist: "The Beatles", year: 1968, single: true, listened: true, genre: "rock", stars: 1 },
{ title: "Jumpin' Jack Flash", artist: "The Rolling Stones", year: 1968, single: true, listened: true, genre: "rock", stars: 1 },
{ title: "Wichita Lineman", artist: "Glen Campbell", year: 1968 },
Expand Down Expand Up @@ -513,7 +514,7 @@ const data_1960s: Item[] = [
{ title: "Gris-Gris", artist: "Dr. John, The Night Tripper", year: 1968 },
{ title: "In-A-Gadda-Da-Vida", artist: "Iron Butterfly", year: 1968, listened: true, genre: "rock", comment: 'Psychedelic rock, 17-minute title track (riff = Sunshine of Your Love?), "Most Anything You Want" = Light My Fire?', stars: 1 },
{ title: "S.F. Sorrow", artist: "Pretty Things", year: 1968 },
{ title: "Bookends", artist: "Simon & Garfunkel", year: 1968 },
{ title: "Bookends", artist: "Simon & Garfunkel", year: 1968, comment: '"Mrs. Robinson"' },
{ title: "Ogdens' Nut Gone Flake", artist: "Small Faces", year: 1968 },
{ title: "Eli & the 13th Confession", artist: "Laura Nyro", year: 1968 },
{ title: "Something Else by the Kinks", artist: "The Kinks", year: 1968 },
Expand Down Expand Up @@ -1296,7 +1297,7 @@ const data_1970s: Item[] = [
{ title: "Discovery", artist: "Electric Light Orchestra", year: 1979, listened: true, genre: "rock", comment: `"Shine a Little Love", "Don't Bring Me Down"`, stars: 2, fav: true },
{ title: "Risqué", artist: "Chic", year: 1979, listened: true, genre: "disco", stars: 1, comment: '"Good Times"' },
{ title: "Partners in Crime", artist: "Rupert Holmes", year: 1979 },
{ title: "In Through the Out Door", artist: "Led Zeppelin", year: 1979 },
{ title: "In Through the Out Door", artist: "Led Zeppelin", year: 1979, listened: true, genre: "rock", stars: 2, fav: true },
{ title: "Oceans of Fantasy", artist: "Boney M.", year: 1979, listened: true, genre: "disco", stars: 1, comment: '"Gotta Go Home"' },
{ title: "Kings of the Wild Frontier", artist: "Adam and the Ants", year: 1979 },
{ title: "Specials", artist: "The Specials", year: 1979 },
Expand All @@ -1308,7 +1309,7 @@ const data_1970s: Item[] = [
{ title: "Armed Forces", artist: "Elvis Costello and the Attractions", year: 1979 },
{ title: "Broken English", artist: "Marianne Faithfull", year: 1979, listened: true, genre: "new-wave" },
{ title: "Quiet Life", artist: "Japan", year: 1979 },
{ title: "The Undertones", artist: "The Undertones", year: 1979, listened: true, genre: "punk" },
{ title: "The Undertones", artist: "The Undertones", year: 1979, listened: true, genre: "punk", comment: '"True Confessions (Keyboard Version)"' },
{ title: "Fear Of Music", artist: "Talking Heads", year: 1979, listened: true, genre: "new-wave", meh: true },
{ title: "Live at the Witch Trials", artist: "The Fall", year: 1979, live: true, listened: true, genre: "punk", meh: true },
{ title: "Movies", artist: "Holger Czukay", year: 1979, listened: true, genre: "rock", comment: 'Experimental rock, Holger Czukay = the bassist from Can' },
Expand All @@ -1324,12 +1325,12 @@ const data_1970s: Item[] = [
{ title: "Freedom at Point Zero", artist: "Jefferson Starship", year: 1979, comment: '"Jane"', listened: true, genre: "rock" },
{ title: "Casiopea", artist: "Casiopea", year: 1979 },
{ title: "The Raincoats", artist: "The Raincoats", year: 1979 },
{ title: "Cut", artist: "The Slits", year: 1979 },
{ title: "Entertainment!", artist: "Gang of Four", year: 1979 },
{ title: "Cut", artist: "The Slits", year: 1979, listened: true, genre: "punk" },
{ title: "Entertainment!", artist: "Gang of Four", year: 1979, listened: true, genre: "punk" },
{ title: "Rust Never Sleeps", artist: "Neil Young", year: 1979, listened: true, genre: "rock" },
{ title: "Unknown Pleasures", artist: "Joy Division", year: 1979, listened: true, genre: "new-wave" },
{ title: "Street Life", artist: "The Crusaders", year: 1979, listened: true, genre: "jazz", stars: 4, fav: true, comment: '"My Lady"' },
{ title: "I Am", artist: "Earth, Wind & Fire", year: 1979 },
{ title: "I Am", artist: "Earth, Wind & Fire", year: 1979, listened: true, genre: "disco", comment: '"Boogie Wonderland"', stars: 2, fav: true },
{ title: "Pink Moon", artist: "Nick Drake", year: 1979, listened: true, genre: "folk" },
{ title: "Damn the Torpedoes", artist: "Tom Petty and the Heartbreakers", year: 1979, listened: true, genre: "rock", comment: '"Refugee"', stars: 1 },
{ title: "Singles Going Steady", artist: "Buzzcocks", year: 1979, listened: true, genre: "punk", comment: `Double compilation album, "Ever Fallen in Love (With Someone You Shouldn'n't've)"`, stars: 1 },
Expand Down Expand Up @@ -3634,7 +3635,7 @@ const data_2010s: Item[] = [
{ title: "Emanon", artist: "Wayne Shorter", year: 2019, genre: "jazz" },
{ title: "thank u, next", artist: "Ariana Grande", year: 2019, listened: true, genre: "r-n-b", meh: true },
{ title: "Eve", artist: "Rapsody", year: 2019 },
{ title: "S3NS", artist: "Ibrahim Maalouf", year: 2019 },
{ title: "S3NS", artist: "Ibrahim Maalouf", year: 2019, listened: true, genre: "jazz", comment: '"Happy Face"', stars: 2, fav: true },
{ title: "Kiwanuka", artist: "Michael Kiwanuka", year: 2019, listened: true, genre: "soul", stars: 2, fav: true },
{ title: "Psychodrama", artist: "Dave", year: 2019 },
{ title: "Gold & Grey", artist: "Baroness", year: 2019 },
Expand All @@ -3645,12 +3646,12 @@ const data_2010s: Item[] = [
{ title: "Untitled album", artist: "Rammstein", year: 2019 },
{ title: "Titanic Rising", artist: "Weyes Blood", year: 2019 },
{ title: "LEGACY! LEGACY!", artist: "Jamila Woods", year: 2019 },
{ title: "Grey Area", artist: "Little Simz", year: 2019 },
{ title: "Grey Area", artist: "Little Simz", year: 2019, listened: true, genre: "rap", stars: 1 },
{ title: "Enfant du vent", artist: "Cécile Corbel", year: 2019, fr: true, listened: true, genre: "chanson" },
{ title: "Old Town Road", artist: "Lil Nas X", year: 2019, genre: "meme", listened: true },
{ title: "Once Upon a Time in Hollywood OST", artist: "Various Artists", year: 2019 },
{ title: "Once Upon a Time in Hollywood OST", artist: "Various Artists", year: 2019, listened: true, genre: "rock" },
{ title: "Our Pathetic Age", artist: "DJ Shadow", year: 2019, listened: true, genre: "trip-hop", comment: "First half meh, second half ok" },
{ title: "Live in Minneapolis", artist: "Cory Wong", year: 2019, live: true },
{ title: "Live in Minneapolis", artist: "Cory Wong", year: 2019, live: true, listened: true, genre: "funk", stars: 2, fav: true },
{ title: "Motivational Music for the Syncopated Soul", artist: "Cory Wong", year: 2019, comment: `"Frogville", "Today I'm Gonna Get Myself a Real Job"`, genre: "funk", listened: true, stars: 1, fav: true },
{ title: "Norman Fucking Rockwell!", artist: "Lana Del Rey", year: 2019, listened: true, genre: "pop", stars: 1 },
{ title: "Fine Line", artist: "Harry Styles", year: 2019, listened: true, genre: "pop" },
Expand Down

0 comments on commit 88debe6

Please sign in to comment.