From 692ae5009cf66b34f0f96431748161a5fcfd6d8e Mon Sep 17 00:00:00 2001 From: Adrien FICHET Date: Sat, 6 Apr 2024 21:26:47 +0200 Subject: [PATCH] Update data --- src/data.ts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/data.ts b/src/data.ts index 19f4e38..cb16cbd 100644 --- a/src/data.ts +++ b/src/data.ts @@ -627,12 +627,12 @@ const data_1970s: Item[] = [ { title: "Lola Versus Powerman and the Moneygoround, Part One", artist: "The Kinks", year: 1970, perso: true, comment: '"The Contenders", "Lola"', listened: true, genre: "rock", stars: 4, fav: true }, { title: "Kristofferson", artist: "Kris Kristofferson", year: 1970, comment: `"Sunday Mornin' Comin' Down"` }, { title: "Third Album", artist: "The Jackson 5", year: 1970, listened: true, genre: "soul" }, - { title: "Give Peace a Chance", artist: "The Jazz Crusaders", year: 1970 }, + { title: "Give Peace a Chance", artist: "The Jazz Crusaders", year: 1970, listened: true, genre: "jazz" }, { title: "Old Socks New Shoes - New Socks Old Shoes", artist: "The Jazz Crusaders", year: 1970 }, - { title: "Psychedelic Shack", artist: "The Temptations", year: 1970, comment: '"War"' }, - { title: "Funky Drummer (Part 1 & 2)", artist: "James Brown", year: 1970 }, + { title: "Psychedelic Shack", artist: "The Temptations", year: 1970, comment: '"War"', listened: true, genre: "soul" }, + { title: "Funky Drummer (Part 1 & 2)", artist: "James Brown", year: 1970, listened: true, genre: "funk", stars: 2, fav: true, single: true, comment: "Clyde Stubblefield on drums" }, { title: "Express Yourself", artist: "Charles Wright & the Watts 103rd Street Rhythm Band", year: 1970, listened: true, genre: "soul" }, - { title: "Little Green Bag", artist: "George Baker Selection", year: 1970 }, + { title: "Little Green Bag", artist: "George Baker Selection", year: 1970, single: true, genre: "rock", stars: 3, fav: true }, { title: "Cavatina", artist: "Stanley Myers", year: 1970, listened: true, genre: "classical", comment: "Classical Guitar" }, { title: "Curtis", artist: "Curtis Mayfield", year: 1970, listened: true, genre: "soul", comment: '"Move On Up"' }, { title: "War & Peace", artist: "Edwin Starr", year: 1970 }, @@ -646,7 +646,7 @@ const data_1970s: Item[] = [ { title: "Cosmo's Factory", artist: "Creedence Clearwater Revival", year: 1970, listened: true, genre: "rock", stars: 1 }, { title: "Pendulum", artist: "Creedence Clearwater Revival", year: 1970, listened: true, fav: true, stars: 1, genre: "rock", comment: '"Chameleon"' }, { title: "2nd Time Around", artist: "The Spinners", year: 1970, listened: true, genre: "soul", comment: `"It's a Shame"`, stars: 1 }, - { title: "John Barleycorn Must Die", artist: "Traffic", year: 1970 }, + { title: "John Barleycorn Must Die", artist: "Traffic", year: 1970, listened: true, genre: "rock" }, { title: "Sex Machine", artist: "James Brown", year: 1970 }, { title: "Gula Matari", artist: "Quincy Jones", year: 1970, listened: true, genre: "jazz", stars: 1 }, { title: "The Man Who Sold the World", artist: "David Bowie", year: 1970 }, @@ -654,13 +654,13 @@ const data_1970s: Item[] = [ { title: "Close To You", artist: "The Carpenters", year: 1970, listened: true, genre: "rock" }, { title: "Live at Leeds", artist: "The Who", year: 1970, live: true }, { title: "Tea for the Tillerman", artist: "Cat Stevens", year: 1970, listened: true, stars: 1, genre: "folk", comment: '"Wild World"' }, - { title: "Déjà Vu", artist: "Crosby, Stills, Nash, and Young", year: 1970 }, + { title: "Déjà Vu", artist: "Crosby, Stills, Nash, and Young", year: 1970, listened: true, genre: "rock", comment: '"Almost Cut My Hair", "Our House"', stars: 1 }, { title: "Stephen Stills", artist: "Stephen Stills", year: 1970, listened: true, genre: "rock" }, { title: "Layla and Other Assorted Love Songs", artist: "Derek and the Dominos", year: 1970, listened: true, fav: true, stars: 4, genre: "rock", comment: `"Layla", "Bell Bottom Blues", "Nobody Knows You When You're Down and Out"` }, { title: "Loaded", artist: "The Velvet Underground", year: 1970, listened: true, genre: "rock", stars: 1 }, { title: "Bryter Layter", artist: "Nick Drake", year: 1970, listened: true, genre: "folk", stars: 1 }, { title: "Moondance", artist: "Van Morrison", year: 1970, listened: true, genre: "folk", comment: '"Into the Mystic"', stars: 1, fav: true }, - { title: "Paranoid", artist: "Black Sabbath", year: 1970, comment: '"Iron Man"' }, + { title: "Paranoid", artist: "Black Sabbath", year: 1970, comment: '"War Pigs", "Iron Man"', listened: true, genre: "hard-rock", stars: 3, fav: true }, { title: "Bridge Over Troubled Water", artist: "Simon and Garfunkel", year: 1970, listened: true, genre: "folk", comment: '"The Boxer"', stars: 1 }, { title: "Let It Be", artist: "The Beatles", year: 1970, listened: true, genre: "rock", comment: `"Across the Universe", "I've Got a Feeling", "Get Back"`, stars: 1 }, { title: "Plastic Ono Band", artist: "John Lennon", year: 1970, comment: '"Working Class Hero"' }, @@ -701,7 +701,7 @@ const data_1970s: Item[] = [ { title: "Journey in Satchidanada", artist: "Alice Coltrane", year: 1971 }, { title: "Ram", artist: "Paul and Linda McCartney", year: 1971 }, { title: "Sky's the Limit", artist: "The Temptations", year: 1971, listened: true, genre: "soul", comment: '"Just My Imagination (Running Away With Me)"', stars: 1 }, - { title: "White Light", artist: "Gene Clark", year: 1971 }, + { title: "White Light", artist: "Gene Clark", year: 1971, listened: false, genre: "folk" }, { title: "Shaft OST", artist: "Isaac Hayes", year: 1971, listened: true, genre: "soul", comment: "mostly instrumental" }, { title: "Chicago", artist: "Chicago", year: 1971 }, { title: "Al Green Gets Next To You", artist: "Al Green", year: 1971 }, @@ -1414,7 +1414,7 @@ const data_1980s: Item[] = [ { title: "Fire Of Love", artist: "The Gun Club", year: 1981 }, { title: "Dare", artist: "The Human League", year: 1981 }, { title: "Welcome to Hell", artist: "Venom", year: 1981 }, - { title: "Raise!", artist: "Earth, Wind and Fire", year: 1981 }, + { title: "Raise!", artist: "Earth, Wind and Fire", year: 1981, listened: true, genre: "funk", stars: 2, fav: true, comment: `"Let's Groove"` }, { title: "Talk Talk Talk", artist: "The Psychedelic Furs", year: 1981 }, { title: "Live in New Orleans", artist: "Maze", year: 1981, live: true }, { title: "Wild Gift", artist: "X", year: 1981, listened: true, genre: "punk", stars: 1 }, @@ -3006,7 +3006,7 @@ const data_2000s: Item[] = [ { title: "The Plain and the Sky", artist: "Yoshino Aoki, Norikazu Miura, Masaharu Iwata, Kaori Komuro, Hiroaki Tomuno", year: 2008, genre: "vgm", listened: true, comment: 'Suikoden Tierkreis' }, { title: "Cooking By The Book", artist: "LazyTown", year: 2008, listened: true, genre: "meme" }, { title: "Day & Age", artist: "The Killers", year: 2008 }, - { title: "Vol.1", artist: "CKY", year: 2008, genre: "metal" }, + { title: "96 Quite Bitter Beings", artist: "CKY", year: 2008, genre: "metal", listened: true, perso: true, single: true }, { title: "Ponyo OST", artist: "Joe Hisaishi", year: 2008, genre: "classical", listened: true, perso: true, stars: 1 }, { title: "Papillon de lumière", artist: "Cindy Sander", year: 2008, genre: "meme", listened: true, fr: true }, { title: "Crystal Castles", artist: "Crystal Castles", year: 2008, genre: "electro", listened: true, stars: 1, comment: '"Untrust Us", "Black Panther"' },