summaryrefslogtreecommitdiff
path: root/scrap/albums.py
diff options
context:
space:
mode:
Diffstat (limited to 'scrap/albums.py')
-rw-r--r--scrap/albums.py49
1 files changed, 49 insertions, 0 deletions
diff --git a/scrap/albums.py b/scrap/albums.py
new file mode 100644
index 0000000..791b962
--- /dev/null
+++ b/scrap/albums.py
@@ -0,0 +1,49 @@
+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",
+ ]],
+ ["molchat doma", [
+ "Белая Полоса White Stripe",
+ "Монумент Monument",
+ "Этажи Floors",
+ "С крыш наших домов From our houses rooftops",
+ ]],
+ ["amesoeurs", [
+ "Amesoeurs",
+ ]],
+ ["severoth", [
+ "Vsesvit",
+ "Winterfall",
+ ]],
+ ["sadness", [
+ "Circle of Veins",
+ ]],
+]
+
+# ["astrophysics", "apathy"],
+# ["astrophysics", "The Unending Need For Perpetual Motion"],
+# ["astrophysics", "HOPE LEFT ME Complete Version"],
+# ["astrophysics", "Selected Tragic"],
+# ["astrophysics", "Cute Tragedies"],
+# ["astrophysics", "selected apathetic"],
+# ["astrophysics", "ENTITY"],
+# ["sadsvit", "Неонова Мрія Neon Dream"],
+# ["sadsvit", "20 21"],
+# ["sadsvit", "Casette"],
+# ["sadsvit", "Суматоха Bustle"],
+# ["molchat doma", "Белая Полоса White Stripe"],
+# ["molchat doma", "Монумент Monument"],
+# ["molchat doma", "Этажи Floors"],
+# ["molchat doma", "С крыш наших домов From our houses’ rooftops"],