Use first artist as the primary artist folder

This commit is contained in:
IamTheFij 2024-01-23 22:59:59 +00:00
parent db4b50ee27
commit 4a463bafc8
1 changed files with 11 additions and 2 deletions

View File

@ -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