nightl Scenario 4 inc
This commit is contained in:
@@ -5,25 +5,25 @@ from enum import Enum
|
||||
|
||||
class TrackDisposition(Enum):
|
||||
|
||||
DEFAULT = {"name": "default", "index": 0, "indicator": "DE"}
|
||||
FORCED = {"name": "forced", "index": 1, "indicator": "FO"}
|
||||
DEFAULT = {"name": "default", "index": 0, "indicator": "DEF"}
|
||||
FORCED = {"name": "forced", "index": 1, "indicator": "FOR"}
|
||||
|
||||
DUB = {"name": "dub", "index": 2, "indicator": "DB"}
|
||||
ORIGINAL = {"name": "original", "index": 3, "indicator": "OG"}
|
||||
COMMENT = {"name": "comment", "index": 4, "indicator": "CM"}
|
||||
LYRICS = {"name": "lyrics", "index": 5, "indicator": "LY"}
|
||||
KARAOKE = {"name": "karaoke", "index": 6, "indicator": "KA"}
|
||||
HEARING_IMPAIRED = {"name": "hearing_impaired", "index": 7, "indicator": "HI"}
|
||||
VISUAL_IMPAIRED = {"name": "visual_impaired", "index": 8, "indicator": "VI"}
|
||||
CLEAN_EFFECTS = {"name": "clean_effects", "index": 9, "indicator": "CE"}
|
||||
ATTACHED_PIC = {"name": "attached_pic", "index": 10, "indicator": "AP"}
|
||||
TIMED_THUMBNAILS = {"name": "timed_thumbnails", "index": 11, "indicator": "TT"}
|
||||
NON_DIEGETICS = {"name": "non_diegetic", "index": 12, "indicator": "ND"}
|
||||
CAPTIONS = {"name": "captions", "index": 13, "indicator": "CA"}
|
||||
DESCRIPTIONS = {"name": "descriptions", "index": 14, "indicator": "DS"}
|
||||
METADATA = {"name": "metadata", "index": 15, "indicator": "MD"}
|
||||
DEPENDENT = {"name": "dependent", "index": 16, "indicator": "DP"}
|
||||
STILL_IMAGE = {"name": "still_image", "index": 17, "indicator": "SI"}
|
||||
DUB = {"name": "dub", "index": 2, "indicator": "DUB"}
|
||||
ORIGINAL = {"name": "original", "index": 3, "indicator": "ORG"}
|
||||
COMMENT = {"name": "comment", "index": 4, "indicator": "COM"}
|
||||
LYRICS = {"name": "lyrics", "index": 5, "indicator": "LYR"}
|
||||
KARAOKE = {"name": "karaoke", "index": 6, "indicator": "KAR"}
|
||||
HEARING_IMPAIRED = {"name": "hearing_impaired", "index": 7, "indicator": "HIM"}
|
||||
VISUAL_IMPAIRED = {"name": "visual_impaired", "index": 8, "indicator": "VIM"}
|
||||
CLEAN_EFFECTS = {"name": "clean_effects", "index": 9, "indicator": "CLE"}
|
||||
ATTACHED_PIC = {"name": "attached_pic", "index": 10, "indicator": "ATP"}
|
||||
TIMED_THUMBNAILS = {"name": "timed_thumbnails", "index": 11, "indicator": "TTH"}
|
||||
NON_DIEGETICS = {"name": "non_diegetic", "index": 12, "indicator": "NOD"}
|
||||
CAPTIONS = {"name": "captions", "index": 13, "indicator": "CAP"}
|
||||
DESCRIPTIONS = {"name": "descriptions", "index": 14, "indicator": "DES"}
|
||||
METADATA = {"name": "metadata", "index": 15, "indicator": "MED"}
|
||||
DEPENDENT = {"name": "dependent", "index": 16, "indicator": "DEP"}
|
||||
STILL_IMAGE = {"name": "still_image", "index": 17, "indicator": "STI"}
|
||||
|
||||
|
||||
def label(self):
|
||||
|
||||
Reference in New Issue
Block a user