|
50 | 50 | "discids", "media",
|
51 | 51 | "aliases", "annotation"
|
52 | 52 | ] + RELATION_INCLUDES + TAG_INCLUDES + RATING_INCLUDES,
|
53 |
| - 'place' : ["aliases", "annotation"] + RELATION_INCLUDES + TAG_INCLUDES, |
54 |
| - 'event' : ["aliases"] + RELATION_INCLUDES + TAG_INCLUDES + RATING_INCLUDES, |
| 53 | + 'place': ["aliases", "annotation"] + RELATION_INCLUDES + TAG_INCLUDES, |
| 54 | + 'event': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
55 | 55 | 'recording': [
|
56 | 56 | "artists", "releases", # Subqueries
|
57 | 57 | "discids", "media", "artist-credits", "isrcs",
|
|
61 | 61 | "artists", "labels", "recordings", "release-groups", "media",
|
62 | 62 | "artist-credits", "discids", "isrcs",
|
63 | 63 | "recording-level-rels", "work-level-rels", "annotation", "aliases"
|
64 |
| - ] + TAG_INCLUDES + RELATION_INCLUDES, |
| 64 | + ] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
65 | 65 | 'release-group': [
|
66 | 66 | "artists", "releases", "discids", "media",
|
67 | 67 | "artist-credits", "annotation", "aliases"
|
|
73 | 73 | "aliases", "annotation"
|
74 | 74 | ] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES,
|
75 | 75 | 'url': RELATION_INCLUDES,
|
76 |
| - 'discid': [ # Discid should be the same as release |
| 76 | + 'discid': [ # Discid should be the same as release, no ratings |
77 | 77 | "artists", "labels", "recordings", "release-groups", "media",
|
78 | 78 | "artist-credits", "discids", "isrcs",
|
79 | 79 | "recording-level-rels", "work-level-rels", "annotation", "aliases"
|
80 |
| - ] + RELATION_INCLUDES, |
| 80 | + ] + TAG_INCLUDES + RELATION_INCLUDES, |
81 | 81 | 'isrc': ["artists", "releases", "isrcs"],
|
82 | 82 | 'iswc': ["artists"],
|
83 | 83 | 'collection': ['releases'],
|
|
88 | 88 | 'label': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES,
|
89 | 89 | 'recording': ["artist-credits", "isrcs", "work-level-rels"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES,
|
90 | 90 | 'release': ["artist-credits", "labels", "recordings", "isrcs",
|
91 |
| - "release-groups", "media", "discids"] + RELATION_INCLUDES, |
| 91 | + "release-groups", "media", "discids"] + RATING_INCLUDES + RELATION_INCLUDES, |
92 | 92 | 'place': ["aliases"] + TAG_INCLUDES + RELATION_INCLUDES,
|
93 | 93 | 'release-group': ["artist-credits"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES,
|
94 | 94 | 'url': RELATION_INCLUDES,
|
|
0 commit comments