From 61656fb12fec06dc741e4a18eb224bffe6db48df Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Thu, 18 Jan 2024 18:39:24 +0000 Subject: [PATCH] Make closer to Lidarr Add album year to path and keep featured artists in Artists field and not title --- config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.yaml b/config.yaml index 1d4f8cb..2c47041 100644 --- a/config.yaml +++ b/config.yaml @@ -13,7 +13,7 @@ import: asciify_paths: true paths: - default: $albumartist/$album/$artist - $album - $track - $title + default: $albumartist/$album ($year)/$artist - $album - $track - $title singleton: $artist/Single/$title match: @@ -29,7 +29,7 @@ match: plugins: - fetchart - lastgenre - - ftintitle + # - ftintitle - web - duplicates - play