|
51 | 51 | "aliases", "annotation"
|
52 | 52 | ] + RELATION_INCLUDES + TAG_INCLUDES + RATING_INCLUDES,
|
53 | 53 | 'place': ["aliases", "annotation"] + RELATION_INCLUDES + TAG_INCLUDES,
|
54 |
| - 'event': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 54 | + 'event': ["aliases", "annotation"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
55 | 55 | 'recording': [
|
56 | 56 | "artists", "releases", # Subqueries
|
57 | 57 | "discids", "media", "artist-credits", "isrcs",
|
|
83 | 83 | 'collection': ['releases'],
|
84 | 84 | }
|
85 | 85 | VALID_BROWSE_INCLUDES = {
|
86 |
| - 'artist': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
87 |
| - 'event': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
88 |
| - 'label': ["aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
89 |
| - 'recording': ["artist-credits", "isrcs", "work-level-rels"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
90 |
| - 'release': ["artist-credits", "labels", "recordings", "isrcs", |
| 86 | + 'artist': ["annotation", "aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 87 | + 'event': ["annotation", "aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 88 | + 'label': ["annotation", "aliases"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 89 | + 'recording': ["annotation", "artist-credits", "isrcs", |
| 90 | + "work-level-rels"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 91 | + 'release': ["annotation", "artist-credits", "labels", "recordings", "isrcs", |
91 | 92 | "release-groups", "media", "discids"] + RATING_INCLUDES + RELATION_INCLUDES,
|
92 |
| - 'place': ["aliases"] + TAG_INCLUDES + RELATION_INCLUDES, |
93 |
| - 'release-group': ["artist-credits"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 93 | + 'place': ["annotation", "aliases"] + TAG_INCLUDES + RELATION_INCLUDES, |
| 94 | + 'release-group': ["annotation", "artist-credits"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
94 | 95 | 'url': RELATION_INCLUDES,
|
95 |
| - 'work': ["aliases", "annotation"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
| 96 | + 'work': ["annotation", "aliases", "annotation"] + TAG_INCLUDES + RATING_INCLUDES + RELATION_INCLUDES, |
96 | 97 | }
|
97 | 98 |
|
98 | 99 | #: These can be used to filter whenever releases are includes or browsed
|
|
0 commit comments