summaryrefslogtreecommitdiff
path: root/scripts/populate/albums.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/populate/albums.py')
-rw-r--r--scripts/populate/albums.py38
1 files changed, 38 insertions, 0 deletions
diff --git a/scripts/populate/albums.py b/scripts/populate/albums.py
new file mode 100644
index 0000000..63114da
--- /dev/null
+++ b/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",
+ ]],
+
+]