From 0bf1329d039e7f49c956617f68002604a77463f3 Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Tue, 9 Aug 2022 17:02:31 -0700 Subject: [PATCH] Add guides to Artist, Album, and Track export attributes --- plexpy/exporter.py | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/plexpy/exporter.py b/plexpy/exporter.py index e34af467..09c0c6b0 100644 --- a/plexpy/exporter.py +++ b/plexpy/exporter.py @@ -805,6 +805,9 @@ class Export(object): 'tag': None }, 'guid': None, + 'guids': { + 'id': None + }, 'index': None, 'key': None, 'labels': { @@ -869,6 +872,9 @@ class Export(object): 'tag': None }, 'guid': None, + 'guids': { + 'id': None + }, 'hasSonicAnalysis': None, 'index': None, 'key': None, @@ -946,6 +952,9 @@ class Export(object): 'grandparentThumb': None, 'grandparentTitle': None, 'guid': None, + 'guids': { + 'id': None + }, 'hasSonicAnalysis': None, 'index': None, 'key': None, @@ -1443,7 +1452,7 @@ class Export(object): ], 2: [ 'collections.tag', 'genres.tag', 'countries.tag', 'moods.tag', 'similar.tag', 'styles.tag', - 'fields.name', 'fields.locked' + 'fields.name', 'fields.locked', 'guids.id' ], 3: [ 'art', 'thumb', 'key', @@ -1468,7 +1477,7 @@ class Export(object): 2: [ 'collections.tag', 'formats.tag', 'genres.tag', 'labels.tag', 'moods.tag', 'styles.tag', 'subformats.tag', - 'fields.name', 'fields.locked' + 'fields.name', 'fields.locked', 'guids.id' ], 3: [ 'art', 'thumb', 'key', @@ -1493,7 +1502,7 @@ class Export(object): ], 2: [ 'collections.tag', 'moods.tag', - 'fields.name', 'fields.locked' + 'fields.name', 'fields.locked', 'guids.id' ], 3: [ 'art', 'thumb', 'key',