appears to be working
This commit is contained in:
parent
f20aa9b0d8
commit
a51cb7410b
3 changed files with 32 additions and 5 deletions
10
config.py
10
config.py
|
|
@ -1,8 +1,8 @@
|
|||
LASTFM_USERNAME = "ditt_lastfm_namn"
|
||||
LASTFM_API_KEY = "din_lastfm_api_nyckel"
|
||||
|
||||
LIDARR_URL = "http://localhost:8686"
|
||||
LIDARR_API_KEY = "din_lidarr_api_nyckel"
|
||||
# config.py
|
||||
try:
|
||||
from config_local import *
|
||||
except ImportError:
|
||||
print("⚠️ Du måste skapa en config_local.py med dina API-nycklar.")
|
||||
|
||||
ROOT_FOLDER = "/media/music2"
|
||||
QUALITY_PROFILE_ID = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue