From 636c563c6d4d4630a873ce378906b63cc55e4289 Mon Sep 17 00:00:00 2001 From: johan Date: Mon, 23 Jun 2025 15:26:02 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 895da55..dd855a4 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,20 @@ Upptäck nya artister baserat på din Last.fm-historik och lägg till dem i Lidarr automatiskt. -## Instruktioner +Du behöver: +- En fungerande Lidarr instans +- Last.fm konto +- scrubbing från t.ex. plex till last.fm +## Instruktioner +0. Skapa en fil "config_local.py" som innehåller: + ``` + LASTFM_USERNAME = "username" # your Last.fm username + LASTFM_API_KEY = "lastfm_api_key" #you can get your own API key from https://www.last.fm/api/account/create + + LIDARR_URL = "Your_Lidarr_instance" + LIDARR_API_KEY = "your_Lidarr_api_key" + ``` 1. Fyll i `config.py` med dina egna API-nycklar och inställningar. 2. Installera beroenden: ```