From 58e69bd30eaa64dea0e1ae5fb77d71f900b112d1 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Wed, 6 Jul 2022 19:20:40 +0000 Subject: [PATCH] reduce concurrency to 1, enable removeAlbumVersion --- root/scripts/deemix_config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/scripts/deemix_config.json b/root/scripts/deemix_config.json index 784b8c1..496e2bb 100644 --- a/root/scripts/deemix_config.json +++ b/root/scripts/deemix_config.json @@ -15,7 +15,7 @@ "padTracks": true, "paddingSize": "0", "illegalCharacterReplacer": "_", - "queueConcurrency": 3, + "queueConcurrency": 1, "maxBitrate": "3", "feelingLucky": false, "fallbackBitrate": true, @@ -38,7 +38,7 @@ "jpegImageQuality": 90, "dateFormat": "Y-M-D", "albumVariousArtists": true, - "removeAlbumVersion": false, + "removeAlbumVersion": true, "removeDuplicateArtists": true, "featuredToTitle": "0", "titleCasing": "nothing",