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 7, 2024
1 parent 88debe6 commit 5162802
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ const data_1970s: Item[] = [
{ title: "Who's Next", artist: "The Who", year: 1971, listened: true, genre: "rock", fav: true, stars: 4, perso: true, comment: `"Baba O'Riley", "Bargain", "Love Ain't for Keeping", "Behind Blue Eyes", "Won't Get Fooled Again"` },
{ title: "At Fillmore East", artist: "The Allman Brothers Band", year: 1971, listened: true, fav: true, stars: 3, genre: "rock", live: true },
{ title: "There's a Riot Goin' On", artist: "Sly and the Family Stone", year: 1971, listened: true, genre: "funk" },
{ title: "Stand By Me (Watcha See Is Whatcha Get)", artist: 'Bernard "Pretty" Purdie and the Playboys', year: 1971 },
{ title: "Stand By Me (Watcha See Is Whatcha Get)", artist: 'Bernard "Pretty" Purdie and the Playboys', year: 1971, listened: true, genre: "soul", stars: 2, fav: true },
{ title: "Pieces of a Man", artist: "Gil Scott-Heron", year: 1971, listened: true, genre: "soul", stars: 3, fav: true, comment: 'Ron Carter on bass' },

{ title: "Exile on Main Street", artist: "The Rolling Stones", year: 1972 },
Expand Down Expand Up @@ -2553,6 +2553,7 @@ const data_2000s: Item[] = [
{ title: "Dawn of Victory", artist: "Rhapsody", year: 2000, listened: true, genre: "metal" },
{ title: "How It Works", artist: "Bodyjar", year: 2000, comment: '"Not the Same"' },
{ title: "Amongst the Madness", artist: "The Nextmen", year: 2000, genre: "rap" },
{ title: "Lift Your Skinny Fists like Antennas to Heaven", artist: "Godspeed You! Black Emperor", year: 2000 },
{ title: "The Most Relaxing Feel", artist: "Various Artists", year: 2000, perso: true, listened: true, genre: "world" },
{ title: "Opus Incertum", artist: "High Tone", year: 2000, fr: true, listened: true, genre: "electro", comment: 'Dub', stars: 1 },
{ title: "Born to Do It", artist: "Craig David", year: 2000, listened: true, genre: "r-n-b", comment: '"Walking Away"', stars: 1 },
Expand Down Expand Up @@ -2598,7 +2599,7 @@ const data_2000s: Item[] = [
{ title: "Lost Souls", artist: "Doves", year: 2000, listened: true, meh: true, genre: "rock" },
{ title: "Heartbreaker", artist: "Ryan Adams", year: 2000 },
{ title: "Crush", artist: "Bon Jovi", year: 2000, listened: true, genre: "rock", comment: `"It's My Life"` },
{ title: "The Virgin Suicides OST", artist: "Air", year: 2000, fr: true },
{ title: "The Virgin Suicides OST", artist: "Air", year: 2000, fr: true, listened: true, genre: "pop", perso: true, stars: 1 },
{ title: "No Strings Attached", artist: "NSYNC", year: 2000, listened: true, genre: "pop", comment: `"Bye Bye Bye", "Bringin' Da Noise"` },
{ title: "Oops!... I Did It Again", artist: "Britney Spears", year: 2000, listened: true, genre: "pop", single: true },
{ title: "Personne n'est parfait", artist: "Axel Bauer", year: 2000, fr: true, comment: '"A ma place"', listened: true, genre: "rock", meh: true },
Expand Down Expand Up @@ -3378,8 +3379,8 @@ const data_2010s: Item[] = [
{ title: "EP II", artist: "Carpenter Brut", year: 2013, listened: true, fav: true, perso: true, stars: 3, genre: "electro", fr: true, ep: true },
{ title: "Southeastern", artist: "Jason Isbell", year: 2013 },
{ title: "Modern Vampires of the City", artist: "Vampire Weekend", year: 2013 },
{ title: "AM", artist: "Arctic Monkeys", year: 2013 },
{ title: "Yeezus", artist: "Kanye West", year: 2013 },
{ title: "AM", artist: "Arctic Monkeys", year: 2013, listened: true, genre: "rock", stars: 1 },
{ title: "Yeezus", artist: "Kanye West", year: 2013, genre: "rap" },
{ title: "The Bones of What You Believe", artist: "Chvrches", year: 2013 },
{ title: "Random Access Memories", artist: "Daft Punk", year: 2013, listened: true, fav: true, perso: true, stars: 3, genre: "electro", fr: true, comment: 'Bus -> univ' },
{ title: "GAS GAS GAS", artist: "Manuel", year: 2013, listened: true, fav: true, stars: 1, genre: "meme" },
Expand Down Expand Up @@ -3469,7 +3470,7 @@ const data_2010s: Item[] = [
{ title: "All Possible Futures", artist: "Miami Horror", year: 2015, listened: true, genre: "pop", stars: 1 },
{ title: "Radio Kappa", artist: "Nymn HS", year: 2015, listened: true, fav: true, perso: true, stars: 1, genre: "meme" },
{ title: "Thrill of the Arts", artist: "Vulfpeck", year: 2015, listened: true, fav: true, genre: "funk", stars: 1 },
{ title: "Currents", artist: "Tame Impala", year: 2015 },
{ title: "Currents", artist: "Tame Impala", year: 2015, listened: true, genre: "pop", stars: 1, comment: '"The Less I Know the Better"', fav: true },
{ title: "Bird Calls", artist: "Rudresh Mahanthappa", year: 2015, genre: "jazz" },
{ title: "Pagans in Vegas", artist: "Metric", year: 2015 },
{ title: "The New Cool", artist: "Nathan East", year: 2015, listened: true, genre: "jazz" },
Expand Down

0 comments on commit 5162802

Please sign in to comment.