Add a bunch of genres
This commit is contained in:
parent
0d7a8ec184
commit
91dd842ca3
|
@ -12,9 +12,9 @@
|
||||||
|
|
||||||
from random import choice
|
from random import choice
|
||||||
|
|
||||||
subgroup = ["medieval", "death", "black", "hard", "progressive", "symphonic", "viking", "pagan", "gangsta", "experimental", "alternative"]
|
subgroup = ["medieval", "death", "black", "hard", "progressive", "symphonic", "viking", "pagan", "gangsta", "experimental", "alternative", "minimal", "dark", "synth", "future", "body", "christian", "indian", "chinese", "euro", "happy", "power", "fusion", "free", "speed", "trash", "extreme", "surf", "brit", "emo", "electronic", "neo", "noise", "psychedelic", "post", "conscious", "battle", "east coast", "west coast", "glam", "heavy", "avantgarde", "gothic", "groove", "funk", "nu", "melodic", "celtic", "industrial", "latin", "traditional", "harmonica", "dirty", "gospel", "balkon", "lounge", "Rotterdam", "sunshine", "street", "skate", "garage", "horror", "Detroit", "ghetto", "acid"]
|
||||||
group = ["core", "metal", "pop", "punk", "country", "rap", "western"]
|
group = ["core", "metal", "pop", "punk", "country", "rap", "western", "ambient", "techno", "house", "trance", "dance", "beat", "dubstep", "samba", "chiptune", "jazz", "ska", "soul", "aggrotech", "rave", "oi!", "bluegrass", "hip-hop", "grunge", "rockabilly", "industrial", "blues", "humppa", "reggae", "dancehall", "dub", "Schranz"]
|
||||||
|
|
||||||
print(choice(subgroup), choice(subgroup) + choice(group))
|
print choice(subgroup), choice(subgroup), choice(group)
|
||||||
|
|
||||||
# vim: set sw=4 tw=0 ts=4 expandtab:
|
# vim: set sw=4 tw=0 ts=4 expandtab:
|
||||||
|
|
Loading…
Reference in New Issue