mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-13 16:52:58 -07:00
Add movie editionTitle to exporter
This commit is contained in:
parent
8c552d3086
commit
94eb5cdef3
1 changed files with 2 additions and 1 deletions
|
@ -185,6 +185,7 @@ class Export(object):
|
|||
},
|
||||
'duration': None,
|
||||
'durationHuman': lambda o: helpers.human_duration(getattr(o, 'duration', 0)),
|
||||
'editionTitle': None,
|
||||
'fields': {
|
||||
'name': None,
|
||||
'locked': None
|
||||
|
@ -1267,7 +1268,7 @@ class Export(object):
|
|||
_media_type = 'movie'
|
||||
_metadata_levels = {
|
||||
1: [
|
||||
'ratingKey', 'title', 'titleSort', 'originalTitle', 'originallyAvailableAt', 'year', 'addedAt',
|
||||
'ratingKey', 'title', 'titleSort', 'originalTitle', 'editionTitle', 'originallyAvailableAt', 'year', 'addedAt',
|
||||
'rating', 'ratingImage', 'audienceRating', 'audienceRatingImage', 'userRating', 'contentRating',
|
||||
'studio', 'tagline', 'summary', 'guid', 'duration', 'durationHuman', 'type'
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue