Iniital Commit

This commit is contained in:
Johan Hjorth 2025-06-23 10:31:25 +02:00
parent 91245007e6
commit f20aa9b0d8
6 changed files with 168 additions and 1 deletions

15
config.py Normal file
View file

@ -0,0 +1,15 @@
LASTFM_USERNAME = "ditt_lastfm_namn"
LASTFM_API_KEY = "din_lastfm_api_nyckel"
LIDARR_URL = "http://localhost:8686"
LIDARR_API_KEY = "din_lidarr_api_nyckel"
ROOT_FOLDER = "/media/music2"
QUALITY_PROFILE_ID = 1
MIN_PLAYS = 15
RECENT_MONTHS = 3
MAX_SIMILAR_PER_ART = 20
SIMILAR_MATCH_MIN = 0.5
CACHE_TTL_HOURS = 24
DEBUG_PRINT = True