mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
prepare for inclusion of work-level-rels
This commit is contained in:
parent
2e4a873f57
commit
422bd456f5
1 changed files with 2 additions and 0 deletions
|
|
@ -73,6 +73,8 @@ RELEASE_INCLUDES = ['artists', 'media', 'recordings', 'release-groups',
|
|||
'work-level-rels', 'artist-rels']
|
||||
BROWSE_INCLUDES = ['artist-credits', 'work-rels',
|
||||
'artist-rels', 'recording-rels', 'release-rels']
|
||||
if "work-level-rels" in musicbrainzngs.VALID_BROWSE_INCLUDES['recording']:
|
||||
BROWSE_INCLUDES.append("work-level-rels")
|
||||
BROWSE_CHUNKSIZE = 100
|
||||
BROWSE_MAXTRACKS = 500
|
||||
TRACK_INCLUDES = ['artists', 'aliases']
|
||||
|
|
|
|||
Loading…
Reference in a new issue