"""Constants relating to video.""" DDEX_VIDEO_TYPE_TO_ORCHARD_VIDEO_TYPE = { 'BehindTheScenes': 'Behind the Scenes', 'ConcertVideo': 'Other', 'LyricVideo': 'Lyric Music Video', 'Documentary': 'Other', 'FeatureFilm': 'Other', 'Interview': 'Other', 'ShortFormMusicalWorkVideo': 'Official Music Video', 'SpecialEvent': 'Other', 'TvShowVideo': 'Other', 'TrailerVideo': 'Other', # User defined values 'EnhancedPseudoVideo': 'Pseudo Video', 'StillPseudoVideo': 'Pseudo Video', 'CollageSlideshow': 'Pseudo Video', 'ContentProviderOriginals': 'Other', 'Webisode': 'Other', 'Makingof': 'Other', 'TrailersTeasers': 'Other', 'Interview': 'Other', 'VirtualRealityExperience': 'Other', '360Video': 'Other', 'Acoustic': 'Other', 'SpecialEvent': 'Other', 'LivePerformance': 'Live Performance', 'LiveStream': 'Live Performance', 'MarketingVideo': 'Other', 'RawFootage': 'Other', } DEFAULT_ORCHARD_VIDEO_TYPE = 'Other'