Skip to content

Commit

Permalink
Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-fichet committed Apr 19, 2024
1 parent 2ab938d commit 2f24541
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions src/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,10 @@ const data_1960s: Item[] = [
{ title: "Spirit in the Sky", artist: "Norman Greenbaum", year: 1969 },
{ title: "Kool and the Gang", artist: "Kool and the Gang", year: 1969 },
{ title: "Freddie King Is A Blues Master", artist: "Freddie King", year: 1969, listened: true, genre: "blues", stars: 1, comment: '"Hideaway (Cotillion Version)"' },
{ title: "The Age of Aquarius", artist: "The 5th Dimension", year: 1969 },
{ title: "Zoo", artist: "Zoo", year: 1969, fr: true },
{ title: "The Age of Aquarius", artist: "The 5th Dimension", year: 1969, listened: false, genre: "soul" },
{ title: "Zoo", artist: "Zoo", year: 1969, fr: true, listened: true, genre: "rock" },
{ title: "I Got Dem Ol' Kozmic Blues Again Mama!", artist: "Janis Joplin", year: 1969, genre: "soul", listened: true, stars: 3, fav: true, comment: '"Try (Just a Little Bit Harder)", "Maybe", "Kozmic Blues", "Little Girl Blue"' },
{ title: "Nador", artist: "Les Variations", year: 1969, fr: true, genre: "rock" },
{ title: "Nador", artist: "Les Variations", year: 1969, fr: true, genre: "rock", listened: true, stars: 1 },
{ title: "First Take", artist: "Roberta Flack", year: 1969, listened: true, genre: "soul", stars: 2, fav: true },
]

Expand Down Expand Up @@ -684,7 +684,7 @@ const data_1970s: Item[] = [
{ title: "Live-Evil", artist: "Miles Davis", year: 1971, live: true, comment: '"Little Church"' },
{ title: "Avec le temps", artist: "Léo Ferré", year: 1971, fr: true, single: true, listened: true, genre: "chanson" },
{ title: "Nová syntéza", artist: "Blue Effect", year: 1971, comment: '"Má hra" (sampled by One-T)' },
{ title: "Maybe Tomorrow", artist: "The Jackson 5", year: 1971 },
{ title: "Maybe Tomorrow", artist: "The Jackson 5", year: 1971, listened: true, genre: "soul" },
{ title: "Five Bagatelles", artist: "Walton", year: 1971 },
{ title: "Pass the Plate", artist: "The Crusaders", year: 1971 },
{ title: "Sho Is Funky Down Here", artist: "James Brown", year: 1971 },
Expand Down Expand Up @@ -3102,9 +3102,9 @@ const data_2000s: Item[] = [
{ title: "Love 2", artist: "Air", year: 2009, fr: true, comment: '"Love"', perso: true, listened: true, genre: "pop", stars: 1, fav: true },
{ title: "Live from Madison Square Garden", artist: "Eric Clapton, Steve Winwood", year: 2009, live: true },
{ title: "Man on the Moon: The End of the Day", artist: "Kid Cudi", year: 2009 },
{ title: "Merriweather Post Pavillion", artist: "Animal Collective", year: 2009 },
{ title: "Merriweather Post Pavillion", artist: "Animal Collective", year: 2009, listened: true, genre: "pop", meh: true },
{ title: "xx", artist: "The xx", year: 2009, listened: true, genre: "pop" },
{ title: "Liebe ist für alle da", artist: "Rammstein", year: 2009 },
{ title: "Liebe ist für alle da", artist: "Rammstein", year: 2009, listened: true, genre: "metal", stars: 1 },
{ title: "Two Dancers", artist: "Wild Beasts", year: 2009 },
{ title: "It's Blitz!", artist: "Yeah Yeah Yeahs", year: 2009, listened: true, genre: "rock", stars: 1, fav: true, comment: '"Heads Will Roll"' },
{ title: "The B-Suite", artist: "Krazy Baldhead", year: 2009, fr: true, genre: "electro" },
Expand Down Expand Up @@ -3646,6 +3646,9 @@ const data_2020s: Item[] = [
{ title: "Naoko", artist: "Tom Doolie", year: 2020, listened: true, genre: "lofi", ep: true },

{ title: "Zeal", artist: "Bill Laurance", year: 2021, listened: true, stars: 1, genre: "jazz" },
{ title: "Golden Hour", artist: "Jhove, fourwalls", year: 2021, listened: true, genre: "lofi", ep: true },
{ title: "At Long Last", artist: "Towerz, edelwize", year: 2021, listened: true, genre: "lofi" },
{ title: "Ballerina", artist: "Epona", year: 2021, listened: true, genre: "lofi", comment: '"Just Another Day"', stars: 1 },
{ title: "The Immediate Family", artist: "The Immediate Family", year: 2021, comment: 'The Section (Leland Sklar on bass)', listened: true, genre: "rock" },
{ title: "A State Of Trance 1000 - Celebration Mix", artist: "Armin van Buuren", year: 2021, listened: true, stars: 1, genre: "electro", fav: true },
{ title: "Conflicts of Interest", artist: "Ghetts", year: 2021, listened: true, genre: "rap", meh: true },
Expand Down Expand Up @@ -3699,6 +3702,7 @@ const data_2020s: Item[] = [
{ title: "Cold As Weiss", artist: "Delvon Lamarr Organ Trio", year: 2022, listened: true, genre: "soul" },
{ title: "Togushi Park", artist: "Mujo, Hakone", year: 2022, genre: "lofi", listened: true },
{ title: "Finding Light", artist: "Kainbeats", year: 2022, listened: true, genre: "lofi" },
{ title: "never alone", artist: "steezy prime", year: 2022, listened: true, genre: "lofi", ep: true },
{ title: "Data Renaissance", artist: "The Algorithm", year: 2022, fr: true, listened: true, genre: "electro", stars: 1, fav: true },
{ title: "ANTIGRAVITY", artist: 'KUNZITE, Ratatat, Lee "Scratch" Perry', year: 2022, listened: true, genre: "electro" },
{ title: "Zeit", artist: "Rammstein", year: 2022, listened: true, genre: "metal", stars: 1, fav: true },
Expand Down Expand Up @@ -3779,6 +3783,8 @@ const data_2020s: Item[] = [
{ title: "Serenade", artist: "LESKY, Beyond Moments", year: 2024, listened: true, genre: "lofi", ep: true },
{ title: "Habituals", artist: "Sleepermane, Dontcry", year: 2024, genre: "lofi" },
{ title: "Sweetest Perfection", artist: "Tibeauthetraveler", year: 2024, genre: "lofi" },
{ title: "Cave Chronicles", artist: "Gemp", year: 2024, genre: "lofi", listened: true, ep: true },
{ title: "the cliff", artist: "fnonose, morningtime", year: 2024, genre: "lofi", listened: true, stars: 1 },
{ title: "Hyperdrama", artist: "Justice", year: 2024 },
]

Expand Down

0 comments on commit 2f24541

Please sign in to comment.