mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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': {
|
||||
'id': None
|
||||
},
|
||||
'hasCommercialMarker': None,
|
||||
'hasIntroMarker': None,
|
||||
'hasPreviewThumbnails': None,
|
||||
'index': None,
|
||||
|
@ -732,8 +733,18 @@ class Export(object):
|
|||
'parentThumb': None,
|
||||
'parentTitle': None,
|
||||
'parentYear': None,
|
||||
'producers': {
|
||||
'id': None,
|
||||
'tag': None
|
||||
},
|
||||
'rating': None,
|
||||
'ratingKey': None,
|
||||
'roles': {
|
||||
'id': None,
|
||||
'tag': None,
|
||||
'role': None,
|
||||
'thumb': None
|
||||
},
|
||||
'seasonEpisode': None,
|
||||
'seasonNumber': None,
|
||||
'summary': None,
|
||||
|
@ -1318,10 +1329,11 @@ class Export(object):
|
|||
'rating', 'audienceRating', 'audienceRatingImage', 'userRating', 'contentRating',
|
||||
'summary', 'guid', 'duration', 'durationHuman', 'type', 'episodeNumber', 'seasonEpisode',
|
||||
'parentTitle', 'parentRatingKey', 'parentGuid', 'parentYear', 'seasonNumber',
|
||||
'grandparentTitle', 'grandparentRatingKey', 'grandparentGuid', 'hasIntroMarker'
|
||||
'grandparentTitle', 'grandparentRatingKey', 'grandparentGuid',
|
||||
'hasCommercialMarker', 'hasIntroMarker'
|
||||
],
|
||||
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',
|
||||
'markers.type', 'markers.start', 'markers.end'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue