mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Add hasVoiceActivity to exporter fields
This commit is contained in:
parent
dd9a35df51
commit
ea66f6713b
1 changed files with 8 additions and 2 deletions
|
@ -191,6 +191,7 @@ class Export(object):
|
||||||
},
|
},
|
||||||
'hasCreditsMarker': None,
|
'hasCreditsMarker': None,
|
||||||
'hasPreviewThumbnails': None,
|
'hasPreviewThumbnails': None,
|
||||||
|
'hasVoiceActivity': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
'labels': {
|
'labels': {
|
||||||
'id': None,
|
'id': None,
|
||||||
|
@ -223,6 +224,7 @@ class Export(object):
|
||||||
'id': None,
|
'id': None,
|
||||||
'isOptimizedVersion': None,
|
'isOptimizedVersion': None,
|
||||||
'has64bitOffsets': None,
|
'has64bitOffsets': None,
|
||||||
|
'hasVoiceActivity': None,
|
||||||
'optimizedForStreaming': None,
|
'optimizedForStreaming': None,
|
||||||
'proxyType': None,
|
'proxyType': None,
|
||||||
'target': None,
|
'target': None,
|
||||||
|
@ -334,6 +336,7 @@ class Export(object):
|
||||||
'streamIdentifier': None
|
'streamIdentifier': None
|
||||||
},
|
},
|
||||||
'subtitleStreams': {
|
'subtitleStreams': {
|
||||||
|
'canAutoSync': None,
|
||||||
'codec': None,
|
'codec': None,
|
||||||
'default': None,
|
'default': None,
|
||||||
'displayTitle': None,
|
'displayTitle': None,
|
||||||
|
@ -601,6 +604,7 @@ class Export(object):
|
||||||
'hasCreditsMarker': None,
|
'hasCreditsMarker': None,
|
||||||
'hasIntroMarker': None,
|
'hasIntroMarker': None,
|
||||||
'hasPreviewThumbnails': None,
|
'hasPreviewThumbnails': None,
|
||||||
|
'hasVoiceActivity': None,
|
||||||
'index': None,
|
'index': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
'labels': {
|
'labels': {
|
||||||
|
@ -633,6 +637,7 @@ class Export(object):
|
||||||
'id': None,
|
'id': None,
|
||||||
'isOptimizedVersion': None,
|
'isOptimizedVersion': None,
|
||||||
'has64bitOffsets': None,
|
'has64bitOffsets': None,
|
||||||
|
'hasVoiceActivity': None,
|
||||||
'optimizedForStreaming': None,
|
'optimizedForStreaming': None,
|
||||||
'proxyType': None,
|
'proxyType': None,
|
||||||
'target': None,
|
'target': None,
|
||||||
|
@ -744,6 +749,7 @@ class Export(object):
|
||||||
'streamIdentifier': None
|
'streamIdentifier': None
|
||||||
},
|
},
|
||||||
'subtitleStreams': {
|
'subtitleStreams': {
|
||||||
|
'canAutoSync': None,
|
||||||
'codec': None,
|
'codec': None,
|
||||||
'default': None,
|
'default': None,
|
||||||
'displayTitle': None,
|
'displayTitle': None,
|
||||||
|
@ -1341,7 +1347,7 @@ class Export(object):
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key', 'chapterSource',
|
'art', 'thumb', 'key', 'chapterSource',
|
||||||
'chapters.tag', 'chapters.index', 'chapters.start', 'chapters.end', 'chapters.thumb',
|
'chapters.tag', 'chapters.index', 'chapters.start', 'chapters.end', 'chapters.thumb',
|
||||||
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt', 'hasPreviewThumbnails'
|
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt', 'hasPreviewThumbnails', 'hasVoiceActivity'
|
||||||
],
|
],
|
||||||
9: self._get_all_metadata_attrs(_media_type)
|
9: self._get_all_metadata_attrs(_media_type)
|
||||||
}
|
}
|
||||||
|
@ -1454,7 +1460,7 @@ class Export(object):
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key', 'chapterSource',
|
'art', 'thumb', 'key', 'chapterSource',
|
||||||
'chapters.tag', 'chapters.index', 'chapters.start', 'chapters.end', 'chapters.thumb',
|
'chapters.tag', 'chapters.index', 'chapters.start', 'chapters.end', 'chapters.thumb',
|
||||||
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt', 'hasPreviewThumbnails',
|
'updatedAt', 'lastViewedAt', 'viewCount', 'lastRatedAt', 'hasPreviewThumbnails', 'hasVoiceActivity',
|
||||||
'parentThumb', 'parentKey',
|
'parentThumb', 'parentKey',
|
||||||
'grandparentArt', 'grandparentThumb', 'grandparentTheme', 'grandparentKey'
|
'grandparentArt', 'grandparentThumb', 'grandparentTheme', 'grandparentKey'
|
||||||
],
|
],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue