Add external guids to movie export

This commit is contained in:
JonnyWong16 2020-09-27 14:32:10 -07:00
parent 5915937975
commit 3efee000ce
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -131,6 +131,9 @@ class Export(object):
'tag': None 'tag': None
}, },
'guid': None, 'guid': None,
'guids': {
'id': None
},
'key': None, 'key': None,
'labels': { 'labels': {
'id': None, 'id': None,
@ -994,7 +997,7 @@ class Export(object):
2: [ 2: [
'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role', 'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role',
'countries.tag', 'genres.tag', 'collections.tag', 'labels.tag', 'countries.tag', 'genres.tag', 'collections.tag', 'labels.tag',
'fields.name', 'fields.locked' 'fields.name', 'fields.locked', 'guids.id'
], ],
3: [ 3: [
'art', 'thumb', 'key', 'chapterSource', 'art', 'thumb', 'key', 'chapterSource',