Make closer to Lidarr
Add album year to path and keep featured artists in Artists field and not title
This commit is contained in:
parent
09521f056b
commit
61656fb12f
@ -13,7 +13,7 @@ import:
|
|||||||
asciify_paths: true
|
asciify_paths: true
|
||||||
|
|
||||||
paths:
|
paths:
|
||||||
default: $albumartist/$album/$artist - $album - $track - $title
|
default: $albumartist/$album ($year)/$artist - $album - $track - $title
|
||||||
singleton: $artist/Single/$title
|
singleton: $artist/Single/$title
|
||||||
|
|
||||||
match:
|
match:
|
||||||
@ -29,7 +29,7 @@ match:
|
|||||||
plugins:
|
plugins:
|
||||||
- fetchart
|
- fetchart
|
||||||
- lastgenre
|
- lastgenre
|
||||||
- ftintitle
|
# - ftintitle
|
||||||
- web
|
- web
|
||||||
- duplicates
|
- duplicates
|
||||||
- play
|
- play
|
||||||
|
Loading…
Reference in New Issue
Block a user