From 3821ae75174f8606995f81c7c830f489e2fe6009 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Fri, 1 Sep 2023 14:00:51 +0000 Subject: [PATCH] Add new autoconfig script settings #61 --- lidarr/extended.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index fc8cd4c..d30c786 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -18,6 +18,15 @@ autoArtistAdderInterval=12h #s or #m or #h or #d :: s = seconds, m = minutes, h unmappedFolderCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled queueCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = minutes, h = hours, d = days :: Amount of time between each script run, when script is enabled +##### ATUOCONFIG SCRIPT SETTINGS +configureMediaManagement="true" +configureMetadataConsumerSettings="true" +configureMetadataProviderSettings="true" +configureCustomScripts="true" +configureLidarrUiSettings="true" +configureMetadataProfileSettings="true" +configureTrackNamingSettings="true" + ##### AUDIO SCRIPT # SEARCH searchSort="date" # date or album :: Sorts the missing/cutoff list by release date (newest -> oldest) or album type (album -> single) for processing the list