From 3a9baba7c3669074f09d2e39e1a02783ced374c5 Mon Sep 17 00:00:00 2001 From: Johan Hjorth Date: Mon, 23 Jun 2025 13:01:21 +0000 Subject: [PATCH] updates to conf file --- config.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config.py b/config.py index e80b724..7852f05 100644 --- a/config.py +++ b/config.py @@ -20,13 +20,13 @@ except ImportError: print("⚠️ Du måste skapa en config_local.py med dina API-nycklar.") ROOT_FOLDER_PATH = "/data/media/music2" -QUALITY_PROFILE_ID = 4 +QUALITY_PROFILE_ID = 4 #Check what quality profile should be used in LIDARR -MONITORED = True -MONITOR_NEW_ITEMS = "all" -SEARCH_FOR_MISSING_ALBUMS = True +MONITORED = True #Update to your preferences +MONITOR_NEW_ITEMS = "all" #Update to your preferences +SEARCH_FOR_MISSING_ALBUMS = True # Update to your preferences -MIN_PLAYS = 3 +MIN_PLAYS = 10 #Lower to add more music RECENT_MONTHS = 3 MAX_SIMILAR_PER_ART = 20 SIMILAR_MATCH_MIN = 0.5