"""Constants relating to content type.""" CONTENT_TYPES = [ 'Music with vocals', 'Spoken recordings', 'Spoken recordings with background music or mixed', 'Other/sound effects', 'Music (instrumental)', 'A cappella', 'Graphic', 'Graphic with words', 'Unknown', ] INSTRUMENTAL_CONTENT_TYPES = [ 'Music (instrumental)', ]