No description
Find a file
2025-06-25 15:03:26 +02:00
.gitignore added logging from cronjob 2025-06-23 13:37:47 +00:00
config.py moved stuff to config 2025-06-23 13:22:12 +00:00
create_monthly_playlist.py New plex implementation 2025-06-25 15:03:26 +02:00
discovery_sync.py New plex implementation 2025-06-25 15:03:26 +02:00
lastfm_helpers.py New plex implementation 2025-06-25 15:03:26 +02:00
LICENSE Initial commit 2025-06-23 10:30:38 +02:00
lidarr_helpers.py New plex implementation 2025-06-25 15:03:26 +02:00
musicbrainz_helpers.py New plex implementation 2025-06-25 15:03:26 +02:00
plex_helpers.py New plex implementation 2025-06-25 15:03:26 +02:00
README.md Update README.md 2025-06-23 15:26:35 +02:00

DiscoveryLidarr 🎧

Upptäck nya artister baserat på din Last.fm-historik och lägg till dem i Lidarr automatiskt.

Du behöver:

  • En fungerande Lidarr instans
  • Last.fm konto
  • scrubbing från t.ex. plex till last.fm

Instruktioner

  1. 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"
    
  2. Fyll i config.py med dina egna API-nycklar och inställningar.
  3. Installera beroenden:
    pip install requests
    
  4. Kör scriptet:
    python3 discovery_sync.py
    

Vill du automatisera? Lägg till i cron eller som systemd-timer.