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

View file

@ -1,2 +1,17 @@
# discoverylidarr
# DiscoveryLidarr 🎧
Upptäck nya artister baserat på din Last.fm-historik och lägg till dem i Lidarr automatiskt.
## Instruktioner
1. Fyll i `config.py` med dina egna API-nycklar och inställningar.
2. Installera beroenden:
```
pip install requests
```
3. Kör scriptet:
```
python3 discovery_sync.py
```
Vill du automatisera? Lägg till i cron eller som systemd-timer.