moved stuff to config

This commit is contained in:
Johan Hjorth 2025-06-23 13:22:12 +00:00
parent 5f3728cc9f
commit 6b4e8bad15
2 changed files with 27 additions and 9 deletions

View file

@ -5,7 +5,7 @@ except ImportError:
print("⚠️ Du måste skapa en config_local.py med dina API-nycklar.")
ROOT_FOLDER_PATH = "/data/media/music2"
QUALITY_PROFILE_ID = 1
QUALITY_PROFILE_ID = 4 #check what yours is! otherwise 1 is probably "Any"
MIN_PLAYS = 10
RECENT_MONTHS = 3
@ -13,3 +13,6 @@ MAX_SIMILAR_PER_ART = 20
SIMILAR_MATCH_MIN = 0.5
CACHE_TTL_HOURS = 24
DEBUG_PRINT = True
MONITORED = True
MONITOR_NEW_ITEMS = "all" # alternativt "none", "future", "missing", etc.
SEARCH_FOR_MISSING_ALBUMS = True