From 9a9db88efdffd855502d83b696323b871c956dda Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Mon, 12 Oct 2020 21:13:29 -0700 Subject: [PATCH] Add Dolby vision to export attributes --- plexpy/exporter.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/plexpy/exporter.py b/plexpy/exporter.py index d4835b8f..2d3baa70 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -225,6 +225,7 @@ class Export(object): 'size': None, 'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)), 'optimizedForStreaming': None, + 'packetLength': None, 'requiredBandwidths': None, 'syncItemId': None, 'syncState': None, @@ -252,6 +253,14 @@ class Export(object): 'colorRange': None, 'colorSpace': None, 'colorTrc': None, + 'DOVIBLCompatID': None, + 'DOVIBLPresent': None, + 'DOVIELPresent': None, + 'DOVILevel': None, + 'DOVIPresent': None, + 'DOVIProfile': None, + 'DOVIRPUPresent': None, + 'DOVIVersion': None, 'duration': None, 'frameRate': None, 'frameRateMode': None, @@ -517,6 +526,7 @@ class Export(object): 'size': None, 'sizeHuman': lambda o: helpers.human_file_size(getattr(o, 'size', 0)), 'optimizedForStreaming': None, + 'packetLength': None, 'requiredBandwidths': None, 'syncItemId': None, 'syncState': None, @@ -544,6 +554,14 @@ class Export(object): 'colorRange': None, 'colorSpace': None, 'colorTrc': None, + 'DOVIBLCompatID': None, + 'DOVIBLPresent': None, + 'DOVIELPresent': None, + 'DOVILevel': None, + 'DOVIPresent': None, + 'DOVIProfile': None, + 'DOVIRPUPresent': None, + 'DOVIVersion': None, 'duration': None, 'frameRate': None, 'frameRateMode': None,