From 4328dd17bfcd4c33a77c4405d52c3660a6c62bf5 Mon Sep 17 00:00:00 2001 From: nil0j Date: Fri, 27 Sep 2024 17:27:02 +0200 Subject: update --- rust/scripts/populate/albums.py | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 rust/scripts/populate/albums.py (limited to 'rust/scripts/populate/albums.py') diff --git a/rust/scripts/populate/albums.py b/rust/scripts/populate/albums.py new file mode 100644 index 0000000..63114da --- /dev/null +++ b/rust/scripts/populate/albums.py @@ -0,0 +1,38 @@ +album_data = [ + ["astrophysics", [ + "apathy", + "The Unending Need For Perpetual Motion", + "HOPE LEFT ME Complete Version", + "Selected Tragic", + "Cute Tragedies", + "selected apathetic", + "ENTITY", + ]], + ["sadsvit", [ + "Неонова Мрія Neon Dream", + "20 21", + "Cassette", + "Суматоха Bustle", + ]], + ["Молчат Дома", [ + "Белая Полоса White Stripe", + "Монумент Monument", + "Этажи Floors", + "С крыш наших домов From our houses rooftops", + ]], + ["amesoeurs", [ + "Amesoeurs", + ]], + ["severoth", [ + "Vsesvit", + "Winterfall", + ]], + ["sadness", [ + "Motionless Watching You", + "Circle of Veins", + ]], + ["Буерак", [ + "Голд Gold", + ]], + +] -- cgit v1.2.3