This commit is contained in:
Ade
2015-05-23 08:59:56 +12:00
parent cc2aceb3d8
commit 206ea72a27

View File

@@ -100,6 +100,7 @@ VALID_RELEASE_TYPES = [
"album", "single", "ep", "broadcast", "other", # primary types
"compilation", "soundtrack", "spokenword", "interview", "audiobook",
"live", "remix", "dj-mix", "mixtape/street", # secondary types
"demo", # headphones
]
#: These can be used to filter whenever releases or release-groups are involved
VALID_RELEASE_STATUSES = ["official", "promotion", "bootleg", "pseudo-release"]