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 3, 2024
1 parent 96d8175 commit 676744b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ const data_1970s: Item[] = [
{ title: "Ram Jam", artist: "Ram Jam", year: 1977, comment: '"Black Betty", "404"', listened: true, genre: "rock", stars: 1 },
{ title: "Ballade pour Adeline", artist: "Richard Clayderman", year: 1977, genre: "piano", single: true, comment: 'cf Renaud "Mon Beauf"', listened: true },
{ title: "Floaters", artist: "The Floaters", year: 1977 },
{ title: "Free as the Wind", artist: "The Crusaders", year: 1977 },
{ title: "Free as the Wind", artist: "The Crusaders", year: 1977, listened: true, genre: "funk", stars: 1 },
{ title: "All 'n All", artist: "Earth, Wind & Fire", year: 1977, listened: true, genre: "funk", stars: 2, fav: true, comment: '"Fantasy"' },
{ title: "Go for Your Guns", artist: "The Isley Brothers", year: 1977 },
{ title: "Weekend in L.A.", artist: "George Benson", year: 1977, listened: true, genre: "jazz", stars: 1, live: true },
Expand All @@ -1165,7 +1165,7 @@ const data_1970s: Item[] = [
{ title: "Blondie", artist: "Blondie", year: 1977 },
{ title: "Chic", artist: "Chic", year: 1977 },
{ title: "The Idiot", artist: "Iggy Pop", year: 1977, listened: true, stars: 1, genre: "rock" },
{ title: "Ask Rufus", artist: "Rufus, Chaka Khan", year: 1977, listened: false, genre: "funk" },
{ title: "Ask Rufus", artist: "Rufus, Chaka Khan", year: 1977, listened: true, genre: "funk" },
{ title: "Suicide", artist: "Suicide", year: 1977 },
{ title: "Heavy Weather", artist: "Weather Report", year: 1977, listened: true, genre: "jazz", comment: 'Jazz fusion, "Teen Town"', stars: 3, fav: true },
{ title: "Rocket to Russia", artist: "Ramones", year: 1977, listened: true, genre: "rock" },
Expand Down Expand Up @@ -1308,9 +1308,9 @@ 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 },
{ title: "Fear Of Music", artist: "Talking Heads", year: 1979 },
{ title: "Live at the Witch Trials", artist: "The Fall", year: 1979, live: true },
{ title: "The Undertones", artist: "The Undertones", year: 1979, listened: true, genre: "punk" },
{ 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' },
{ title: "Germs", artist: "(GI)", year: 1979 },
{ title: "One Step Beyond", artist: "Madness", year: 1979, single: true, genre: "rock", listened: true },
Expand Down Expand Up @@ -2611,7 +2611,7 @@ const data_2000s: Item[] = [
{ title: "Sailing to Philadelphia", artist: "Mark Knopfler", year: 2000, listened: true, fav: true, perso: true, stars: 3, genre: "rock", comment: '"What It Is", "Speedway at Nazareth"' },
{ title: "The Marshall Mathers LP", artist: "Eminem", year: 2000, comment: '"Stan", "The Way I Am", "The Real Slim Shady"', stars: 3, genre: "rap", fav: true, listened: true },
{ title: "Mama's Gun", artist: "Erykah Badu", year: 2000, listened: true, genre: "soul", stars: 1 },
{ title: "Fantastic, vol. 2", artist: "Slum Village", year: 2000 },
{ title: "Fantastic, vol. 2", artist: "Slum Village", year: 2000, listened: true, genre: "rap" },
{ title: "Voodoo", artist: "D'Angelo", year: 2000 },
{ title: "Supreme Clientele", artist: "Ghostface Killah", year: 2000 },
{ title: "O Brother, Where Art Thou? OST", artist: "Various Artists", year: 2000 },
Expand Down Expand Up @@ -3283,7 +3283,7 @@ const data_2010s: Item[] = [
{ title: "Ku Klux Glam", artist: "Ariel Pink & R. Stevie Moore", year: 2012 },
{ title: "Howie 61", artist: "Wayne Krantz", year: 2012, genre: "jazz" },
{ title: "Polymorphic Code", artist: "The Algorithm", year: 2012, fr: true },
{ title: "Live in Paris", artist: "Electro Deluxe", year: 2012, fr: true, live: true },
{ title: "Live in Paris", artist: "Electro Deluxe", year: 2012, fr: true, live: true, listened: true, meh: true, genre: "funk" },
{ title: "Can Be Late", artist: "Skip the Use", year: 2012, fr: true, comment: '"Ghost"', genre: "rock" },
{ title: "Rage Valley", artist: "Knife Party", year: 2012, ep: true, genre: "electro", listened: true, stars: 3, fav: true, comment: '"Centipede", "Bonfire"' },
{ title: "Born to Die", artist: "Lana Del Rey", year: 2012, comment: '"Summertime Sadness"' },
Expand Down

0 comments on commit 676744b

Please sign in to comment.