Compare commits
2 Commits
0c78ed7cf7
...
62877dfed6
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
62877dfed6 | ||
|
|
87ff94e204 |
@@ -155,6 +155,7 @@ class PatternDetailsScreen(Screen):
|
||||
|
||||
trackLanguage = td.getLanguage()
|
||||
audioLayout = td.getAudioLayout()
|
||||
|
||||
row = (td.getIndex(),
|
||||
trackType.label(),
|
||||
typeCounter[trackType],
|
||||
|
||||
@@ -162,4 +162,7 @@ class ShowsScreen(Screen):
|
||||
|
||||
yield self.table
|
||||
|
||||
yield Footer()
|
||||
f = Footer()
|
||||
f.description = "yolo"
|
||||
|
||||
yield f
|
||||
|
||||
@@ -8,6 +8,7 @@ class TrackCodec(Enum):
|
||||
AAC = {'identifier': 'aac', 'format': None, 'extension': 'aac' , 'label': 'AAC'}
|
||||
AC3 = {'identifier': 'ac3', 'format': 'ac3', 'extension': 'ac3' , 'label': 'AC3'}
|
||||
DTS = {'identifier': 'dts', 'format': 'dts', 'extension': 'dts' , 'label': 'DTS'}
|
||||
SRT = {'identifier': 'srt', 'format': 'srt', 'extension': 'srt' , 'label': 'SRT'}
|
||||
ASS = {'identifier': 'ass', 'format': 'ass', 'extension': 'ass' , 'label': 'ASS'}
|
||||
PGS = {'identifier': 'hdmv_pgs_subtitle', 'format': 'sup', 'extension': 'sup' , 'label': 'PGS'}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user