Use first artist as the primary artist folder
This commit is contained in:
parent
db4b50ee27
commit
4a463bafc8
13
config.yaml
13
config.yaml
@ -13,8 +13,16 @@ import:
|
||||
asciify_paths: true
|
||||
|
||||
paths:
|
||||
default: $albumartist/$album ($year)/$artist - $album - $track - $title
|
||||
singleton: $artist/Single/$title
|
||||
default: $primary_artist/$album ($year)/$artist - $album - $track - $title
|
||||
singleton: $primary_artist/Single/$title
|
||||
|
||||
item_fields:
|
||||
primary_artist: 'albumartists[0] if albumartists else albumartist'
|
||||
# albumartist: 'albumartists[0]'
|
||||
|
||||
album_fields:
|
||||
primary_artist: 'albumartists[0] if albumartists else albumartist'
|
||||
# albumartist: 'albumartists[0]'
|
||||
|
||||
match:
|
||||
max_rec:
|
||||
@ -29,6 +37,7 @@ match:
|
||||
plugins:
|
||||
- fetchart
|
||||
- lastgenre
|
||||
- inline
|
||||
# - ftintitle
|
||||
- web
|
||||
- duplicates
|
||||
|
Loading…
Reference in New Issue
Block a user