mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Add guides to Artist, Album, and Track export attributes
This commit is contained in:
parent
c1f433ab60
commit
0bf1329d03
1 changed files with 12 additions and 3 deletions
|
@ -805,6 +805,9 @@ class Export(object):
|
||||||
'tag': None
|
'tag': None
|
||||||
},
|
},
|
||||||
'guid': None,
|
'guid': None,
|
||||||
|
'guids': {
|
||||||
|
'id': None
|
||||||
|
},
|
||||||
'index': None,
|
'index': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
'labels': {
|
'labels': {
|
||||||
|
@ -869,6 +872,9 @@ class Export(object):
|
||||||
'tag': None
|
'tag': None
|
||||||
},
|
},
|
||||||
'guid': None,
|
'guid': None,
|
||||||
|
'guids': {
|
||||||
|
'id': None
|
||||||
|
},
|
||||||
'hasSonicAnalysis': None,
|
'hasSonicAnalysis': None,
|
||||||
'index': None,
|
'index': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
|
@ -946,6 +952,9 @@ class Export(object):
|
||||||
'grandparentThumb': None,
|
'grandparentThumb': None,
|
||||||
'grandparentTitle': None,
|
'grandparentTitle': None,
|
||||||
'guid': None,
|
'guid': None,
|
||||||
|
'guids': {
|
||||||
|
'id': None
|
||||||
|
},
|
||||||
'hasSonicAnalysis': None,
|
'hasSonicAnalysis': None,
|
||||||
'index': None,
|
'index': None,
|
||||||
'key': None,
|
'key': None,
|
||||||
|
@ -1443,7 +1452,7 @@ class Export(object):
|
||||||
],
|
],
|
||||||
2: [
|
2: [
|
||||||
'collections.tag', 'genres.tag', 'countries.tag', 'moods.tag', 'similar.tag', 'styles.tag',
|
'collections.tag', 'genres.tag', 'countries.tag', 'moods.tag', 'similar.tag', 'styles.tag',
|
||||||
'fields.name', 'fields.locked'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key',
|
'art', 'thumb', 'key',
|
||||||
|
@ -1468,7 +1477,7 @@ class Export(object):
|
||||||
2: [
|
2: [
|
||||||
'collections.tag', 'formats.tag', 'genres.tag', 'labels.tag',
|
'collections.tag', 'formats.tag', 'genres.tag', 'labels.tag',
|
||||||
'moods.tag', 'styles.tag', 'subformats.tag',
|
'moods.tag', 'styles.tag', 'subformats.tag',
|
||||||
'fields.name', 'fields.locked'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key',
|
'art', 'thumb', 'key',
|
||||||
|
@ -1493,7 +1502,7 @@ class Export(object):
|
||||||
],
|
],
|
||||||
2: [
|
2: [
|
||||||
'collections.tag', 'moods.tag',
|
'collections.tag', 'moods.tag',
|
||||||
'fields.name', 'fields.locked'
|
'fields.name', 'fields.locked', 'guids.id'
|
||||||
],
|
],
|
||||||
3: [
|
3: [
|
||||||
'art', 'thumb', 'key',
|
'art', 'thumb', 'key',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue