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
|
asciify_paths: true
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
default: $albumartist/$album ($year)/$artist - $album - $track - $title
|
default: $primary_artist/$album ($year)/$artist - $album - $track - $title
|
||||||
singleton: $artist/Single/$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:
|
match:
|
||||||
max_rec:
|
max_rec:
|
||||||
@ -29,6 +37,7 @@ match:
|
|||||||
plugins:
|
plugins:
|
||||||
- fetchart
|
- fetchart
|
||||||
- lastgenre
|
- lastgenre
|
||||||
|
- inline
|
||||||
# - ftintitle
|
# - ftintitle
|
||||||
- web
|
- web
|
||||||
- duplicates
|
- duplicates
|
||||||
|
Loading…
Reference in New Issue
Block a user