Add external guids to movie export
This commit is contained in:
@@ -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',
|
||||||
|
Reference in New Issue
Block a user