From 763b671c9d328a706ee27376512e1350b83d1c63 Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Thu, 4 Apr 2024 20:52:47 -0400 Subject: [PATCH] =?UTF-8?q?Disable=20most=20auto=20config=20settings=20by?= =?UTF-8?q?=20default=20to=20protect=20users=20from=20themself=E2=80=A6.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’ve seen on numerous occasions where users don’t either understand what the settings do or just don’t realize they can disable this feature… So it’s probably best to just disable them by default for the most part… Example: #226 --- lidarr/extended.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lidarr/extended.conf b/lidarr/extended.conf index f8886c7..6746639 100644 --- a/lidarr/extended.conf +++ b/lidarr/extended.conf @@ -19,13 +19,13 @@ unmappedFolderCleanerScriptInterval=15m #s or #m or #h or #d :: s = seconds, m = 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 ##### AUTOCONFIG SCRIPT SETTINGS -configureMediaManagement="true" -configureMetadataConsumerSettings="true" -configureMetadataProviderSettings="true" +configureMediaManagement="false" +configureMetadataConsumerSettings="false" +configureMetadataProviderSettings="false" configureCustomScripts="true" -configureLidarrUiSettings="true" -configureMetadataProfileSettings="true" -configureTrackNamingSettings="true" +configureLidarrUiSettings="false" +configureMetadataProfileSettings="false" +configureTrackNamingSettings="false" ##### AUDIO SCRIPT # SEARCH