mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 12:59:42 -07:00
Add new episode exporter fields
This commit is contained in:
parent
3fe77932a0
commit
5d05f6826a
1 changed files with 14 additions and 2 deletions
|
@ -566,6 +566,7 @@ class Export(object):
|
||||||
'guids': {
|
'guids': {
|
||||||
'id': None
|
'id': None
|
||||||
},
|
},
|
||||||
|
'hasCommercialMarker': None,
|
||||||
'hasIntroMarker': None,
|
'hasIntroMarker': None,
|
||||||
'hasPreviewThumbnails': None,
|
'hasPreviewThumbnails': None,
|
||||||
'index': None,
|
'index': None,
|
||||||
|
@ -732,8 +733,18 @@ class Export(object):
|
||||||
'parentThumb': None,
|
'parentThumb': None,
|
||||||
'parentTitle': None,
|
'parentTitle': None,
|
||||||
'parentYear': None,
|
'parentYear': None,
|
||||||
|
'producers': {
|
||||||
|
'id': None,
|
||||||
|
'tag': None
|
||||||
|
},
|
||||||
'rating': None,
|
'rating': None,
|
||||||
'ratingKey': None,
|
'ratingKey': None,
|
||||||
|
'roles': {
|
||||||
|
'id': None,
|
||||||
|
'tag': None,
|
||||||
|
'role': None,
|
||||||
|
'thumb': None
|
||||||
|
},
|
||||||
'seasonEpisode': None,
|
'seasonEpisode': None,
|
||||||
'seasonNumber': None,
|
'seasonNumber': None,
|
||||||
'summary': None,
|
'summary': None,
|
||||||
|
@ -1318,10 +1329,11 @@ class Export(object):
|
||||||
'rating', 'audienceRating', 'audienceRatingImage', 'userRating', 'contentRating',
|
'rating', 'audienceRating', 'audienceRatingImage', 'userRating', 'contentRating',
|
||||||
'summary', 'guid', 'duration', 'durationHuman', 'type', 'episodeNumber', 'seasonEpisode',
|
'summary', 'guid', 'duration', 'durationHuman', 'type', 'episodeNumber', 'seasonEpisode',
|
||||||
'parentTitle', 'parentRatingKey', 'parentGuid', 'parentYear', 'seasonNumber',
|
'parentTitle', 'parentRatingKey', 'parentGuid', 'parentYear', 'seasonNumber',
|
||||||
'grandparentTitle', 'grandparentRatingKey', 'grandparentGuid', 'hasIntroMarker'
|
'grandparentTitle', 'grandparentRatingKey', 'grandparentGuid',
|
||||||
|
'hasCommercialMarker', 'hasIntroMarker'
|
||||||
],
|
],
|
||||||
2: [
|
2: [
|
||||||
'collections.tag', 'directors.tag', 'writers.tag',
|
'collections.tag', 'directors.tag', 'writers.tag', 'producers.tag', 'roles.tag', 'roles.role',
|
||||||
'fields.name', 'fields.locked', 'guids.id',
|
'fields.name', 'fields.locked', 'guids.id',
|
||||||
'markers.type', 'markers.start', 'markers.end'
|
'markers.type', 'markers.start', 'markers.end'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue