"""Artist role mappings for converting Orchard => SME.""" DDEX_ARTIST_TYPE_ORCHARD_TO_SME = { 'performer': 'MainArtist', 'featuring': 'FeaturedArtist', 'composer': 'Composer', 'remixer': 'ReMixer', 'director': 'Director', 'videographer': 'Videographer', 'editor': 'FilmEditor', 'producer': 'Producer', 'track_writer': 'Composer', }