summaryrefslogtreecommitdiff
path: root/scripts/populate/albums.py
blob: 63114da6a9dde2f5e271f268f9b1f42d13713d61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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",
    ]],

]