Iniital Commit
This commit is contained in:
parent
91245007e6
commit
f20aa9b0d8
6 changed files with 168 additions and 1 deletions
17
README.md
17
README.md
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue