mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 01:02:59 -07:00
Add Dolby vision to export attributes
This commit is contained in:
parent
f5ad9cfe14
commit
9a9db88efd
1 changed files with 18 additions and 0 deletions
|
@ -225,6 +225,7 @@ class Export(object):
|
||||||
'size': None,
|
'size': None,
|
||||||
'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)),
|
'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)),
|
||||||
'optimizedForStreaming': None,
|
'optimizedForStreaming': None,
|
||||||
|
'packetLength': None,
|
||||||
'requiredBandwidths': None,
|
'requiredBandwidths': None,
|
||||||
'syncItemId': None,
|
'syncItemId': None,
|
||||||
'syncState': None,
|
'syncState': None,
|
||||||
|
@ -252,6 +253,14 @@ class Export(object):
|
||||||
'colorRange': None,
|
'colorRange': None,
|
||||||
'colorSpace': None,
|
'colorSpace': None,
|
||||||
'colorTrc': None,
|
'colorTrc': None,
|
||||||
|
'DOVIBLCompatID': None,
|
||||||
|
'DOVIBLPresent': None,
|
||||||
|
'DOVIELPresent': None,
|
||||||
|
'DOVILevel': None,
|
||||||
|
'DOVIPresent': None,
|
||||||
|
'DOVIProfile': None,
|
||||||
|
'DOVIRPUPresent': None,
|
||||||
|
'DOVIVersion': None,
|
||||||
'duration': None,
|
'duration': None,
|
||||||
'frameRate': None,
|
'frameRate': None,
|
||||||
'frameRateMode': None,
|
'frameRateMode': None,
|
||||||
|
@ -517,6 +526,7 @@ class Export(object):
|
||||||
'size': None,
|
'size': None,
|
||||||
'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)),
|
'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)),
|
||||||
'optimizedForStreaming': None,
|
'optimizedForStreaming': None,
|
||||||
|
'packetLength': None,
|
||||||
'requiredBandwidths': None,
|
'requiredBandwidths': None,
|
||||||
'syncItemId': None,
|
'syncItemId': None,
|
||||||
'syncState': None,
|
'syncState': None,
|
||||||
|
@ -544,6 +554,14 @@ class Export(object):
|
||||||
'colorRange': None,
|
'colorRange': None,
|
||||||
'colorSpace': None,
|
'colorSpace': None,
|
||||||
'colorTrc': None,
|
'colorTrc': None,
|
||||||
|
'DOVIBLCompatID': None,
|
||||||
|
'DOVIBLPresent': None,
|
||||||
|
'DOVIELPresent': None,
|
||||||
|
'DOVILevel': None,
|
||||||
|
'DOVIPresent': None,
|
||||||
|
'DOVIProfile': None,
|
||||||
|
'DOVIRPUPresent': None,
|
||||||
|
'DOVIVersion': None,
|
||||||
'duration': None,
|
'duration': None,
|
||||||
'frameRate': None,
|
'frameRate': None,
|
||||||
'frameRateMode': None,
|
'frameRateMode': None,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue