Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-fichet committed Sep 2, 2024
1 parent 7112002 commit c38910b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const data_1950s: Item[] = [
{ title: "Take Five", artist: "Paul Desmond", year: 1959, genre: "jazz", listened: true, standard: true },
{ title: "The Shape of Jazz to Come", artist: "Ornette Coleman", year: 1959 },
{ title: "Mingus Ah Um", artist: "Charles Mingus", year: 1959 },
{ title: "La Valse à mille temps", artist: "Jacques Brel", year: 1959 },
{ title: "La Valse à mille temps", artist: "Jacques Brel", year: 1959, listened: true, genre: "chanson", stars: 1 },
{ title: "Shout!", artist: "The Isley Brothers", year: 1959 },
{ title: "Go Bo Diddley", artist: "Bo Diddley", year: 1959, listened: true, genre: "rock-n-roll", comment: '"Say Man"' },
{ title: "Back in the U.S.A.", artist: "Chuck Berry", year: 1959, single: true, listened: true, genre: "rock-n-roll" },
Expand Down Expand Up @@ -2002,7 +2002,7 @@ const data_1990s: Item[] = [
{ title: "Blood Sugar Sex Magik", artist: "Red Hot Chili Peppers", year: 1991, perso: true, listened: true, fav: true, genre: "funk", stars: 2, comment: '"The Power of Equality", "If You Have to Ask", "Suck My Kiss", "Give It Away", "Under the Bridge"' },
{ title: "Loveless", artist: "My Bloody Valentine", year: 1991 },
{ title: "Use Your Illusion I", artist: "Guns N' Roses", year: 1991, listened: true, genre: "hard-rock", stars: 1, fav: true, comment: '"November Rain"' },
{ title: "Use Your Illusion II", artist: "Guns N' Roses", year: 1991 },
{ title: "Use Your Illusion II", artist: "Guns N' Roses", year: 1991, listened: true, genre: "hard-rock", stars: 1, fav: true, comment: `"Don't Cry", "Knocking on Heavens Door"` },
{ title: "Mama Said Knock You Out", artist: "LL Cool J", year: 1991 },
{ title: "Nevermind", artist: "Nirvana", year: 1991, perso: true, listened: true, fav: true, stars: 2, genre: "grunge", comment: '"In Brood", "Breed", "Lithium", "Polly"' },
{ title: "Cypress Hill", artist: "Cypress Hill", year: 1991, listened: true, genre: "rap", comment: 'Eurockéennes 2012, "How I Could Just Kill a Man", "The Funky Cypress Hill Shit", Scooby doo yo scooby-doo-be-doo yoo' },
Expand Down Expand Up @@ -2290,7 +2290,7 @@ const data_1990s: Item[] = [
{ title: "Pansoul", artist: "Motorbass", year: 1996, fr: true },
{ title: "Sacrebleu", artist: "Dimitri from Paris", year: 1996 },
{ title: "1977", artist: "Ash", year: 1996, listened: true, genre: "rock" },
{ title: "Antichrist Superstar", artist: "Marilyn Manson", year: 1996 },
{ title: "Antichrist Superstar", artist: "Marilyn Manson", year: 1996, listened: true, genre: "metal", comment: '"The Beautiful People"' },
{ title: "Now I Got Worry", artist: "The Jon Spencer Blues Explosion", year: 1996 },
{ title: "Second Toughest in the Infants", artist: "Underworld", year: 1996 },
{ title: "Logical Progression", artist: "L.T.J. Bukem", year: 1996 },
Expand Down Expand Up @@ -2437,7 +2437,7 @@ const data_1990s: Item[] = [
{ title: "Queens of the Stone Age", artist: "Queens of the Stone Age", year: 1998 },
{ title: "Rhinoplasty", artist: "Primus", year: 1998, ep: true },
{ title: "Mezzanine", artist: "Massive Attack", year: 1998, listened: true, stars: 1, genre: "trip-hop" },
{ title: "Pilgrim", artist: "Eric Clapton", year: 1998 },
{ title: "Pilgrim", artist: "Eric Clapton", year: 1998, listened: true, genre: "rock" },
{ title: "Follow the Leader", artist: "Korn", year: 1998, genre: "metal" },
{ title: "A Go Go", artist: "John Scofield", year: 1998 },
{ title: "Gran Turismo", artist: "The Cardigans", year: 1998, listened: true, genre: "rock", fav: true, perso: true, stars: 2, comment: '"My Favourite Game"' },
Expand Down Expand Up @@ -2647,7 +2647,7 @@ const data_2000s: Item[] = [
{ title: "Six Years in the Desert", artist: "Fall Silent", year: 2001, perso: true, comment: '"Heartbreaker" - taming 43 angels in a row' },
{ title: "The Director's Cut", artist: "Fantômas", year: 2001, genre: "metal" },
{ title: "Venus Lighthouse", artist: "Motoi Sakuraba", year: 2001, genre: "vgm", listened: true, comment: 'Golden Sun', perso: true },
{ title: "The Golden Hum", artist: "Remy Zero", year: 2001 },
{ title: "The Golden Hum", artist: "Remy Zero", year: 2001, listened: true, genre: "rock", comment: '"Save Me"' },
{ title: "Murder on the Dancefloor", artist: "Sophie Ellis-Bextor", year: 2001, genre: "disco", perso: true, single: true, listened: true },
{ title: "Caramelldansen", artist: "Caramell Girls", year: 2001, genre: "meme", listened: true },
{ title: "No More Drama", artist: "Mary J. Blige", year: 2001 },
Expand Down

0 comments on commit c38910b

Please sign in to comment.