From 40a0e680dd4b6843c77d65e708cb46fa197cbcd0 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Jun 2025 14:40:44 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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): ```