diff --git a/README.md b/README.md index 49b0efe..1815d5a 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,20 @@ # DiscoveryLidarr 🎧 UpptĂ€ck nya artister baserat pĂ„ din Last.fm-historik och lĂ€gg till dem i Lidarr automatiskt. +Du behöver ha: +- Lidarr uppsatt och fungerande +- lastfm konto +- scrubbing frĂ„n exempelvis plex till lastfm ## Instruktioner +01. Skapa en fil "config_local.py"som innehĂ„ller variabler för: + ``` + LASTFM_USERNAME = "ditt_lastfm_anvĂ€ndarnamn" + LASTFM_API_KEY = "din_lastfm_api_nyckel" #you can get your own API key from https://www.last.fm/api/account/create + LIDARR_URL = "Din_lidarr_url" + LIDARR_API_KEY = "din_lidarr_api_nyckel" + ``` 1. Fyll i `config.py` med dina egna API-nycklar och instĂ€llningar. 2. Installera beroenden (Om det inte redan finns): ```