mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 21:33:18 -07:00
Add hearingImpaired and visualImparied to exporter fields
* `hearingImpaired` for `SubtitleStreams` * `visualImpaired` for `AudioStreams`
This commit is contained in:
parent
f6bffe1850
commit
c4f8a81190
1 changed files with 11 additions and 3 deletions
|
@ -339,7 +339,8 @@ class Export(object):
|
||||||
'duration': None,
|
'duration': None,
|
||||||
'profile': None,
|
'profile': None,
|
||||||
'samplingRate': None,
|
'samplingRate': None,
|
||||||
'streamIdentifier': None
|
'streamIdentifier': None,
|
||||||
|
'visualImpaired': None
|
||||||
},
|
},
|
||||||
'subtitleStreams': {
|
'subtitleStreams': {
|
||||||
'canAutoSync': None,
|
'canAutoSync': None,
|
||||||
|
@ -362,6 +363,8 @@ class Export(object):
|
||||||
'forced': None,
|
'forced': None,
|
||||||
'format': None,
|
'format': None,
|
||||||
'headerCompression': None,
|
'headerCompression': None,
|
||||||
|
'hearingImpaired': None,
|
||||||
|
'perfectMatch': None,
|
||||||
'providerTitle': None,
|
'providerTitle': None,
|
||||||
'score': None,
|
'score': None,
|
||||||
'sourceKey': None,
|
'sourceKey': None,
|
||||||
|
@ -761,7 +764,8 @@ class Export(object):
|
||||||
'duration': None,
|
'duration': None,
|
||||||
'profile': None,
|
'profile': None,
|
||||||
'samplingRate': None,
|
'samplingRate': None,
|
||||||
'streamIdentifier': None
|
'streamIdentifier': None,
|
||||||
|
'visualImpaired': None
|
||||||
},
|
},
|
||||||
'subtitleStreams': {
|
'subtitleStreams': {
|
||||||
'canAutoSync': None,
|
'canAutoSync': None,
|
||||||
|
@ -784,6 +788,8 @@ class Export(object):
|
||||||
'forced': None,
|
'forced': None,
|
||||||
'format': None,
|
'format': None,
|
||||||
'headerCompression': None,
|
'headerCompression': None,
|
||||||
|
'hearingImpaired': None,
|
||||||
|
'perfectMatch': None,
|
||||||
'providerTitle': None,
|
'providerTitle': None,
|
||||||
'score': None,
|
'score': None,
|
||||||
'sourceKey': None,
|
'sourceKey': None,
|
||||||
|
@ -1098,7 +1104,9 @@ class Export(object):
|
||||||
'peak': None,
|
'peak': None,
|
||||||
'profile': None,
|
'profile': None,
|
||||||
'samplingRate': None,
|
'samplingRate': None,
|
||||||
'startRamp': None
|
'startRamp': None,
|
||||||
|
'streamIdentifier': None,
|
||||||
|
'visualImpaired': None
|
||||||
},
|
},
|
||||||
'lyricStreams': {
|
'lyricStreams': {
|
||||||
'codec': None,
|
'codec': None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue