Lidify Save

Spotify/LastFM -> Lidarr

Project README

Build Status Docker Pulls

image

Web GUI for finding similar artists to selected Lidarr artists.

Run using docker-compose

services:
  lidify:
    image: thewicklowwolf/lidify:latest
    container_name: lidify
    volumes:
      - /path/to/config:/lidify/config
      - /etc/localtime:/etc/localtime:ro
    ports:
      - 5000:5000
    restart: unless-stopped

Configuration via environment variables

Certain values can be set via environment variables:

  • lidarr_address: The URL for Lidarr. Defaults to http://192.168.1.2:8686.
  • lidarr_api_key: The API key for Lidarr. Defaults to ``.
  • root_folder_path: The root folder path for music. Defaults to /data/media/music/.
  • spotify_client_id: The Client ID for Spotify. Defaults to ``.
  • spotify_client_secret: The Client Secret for Spotify. Defaults to ``.
  • fallback_to_top_result: Whether to use the top result if no match is found. Defaults to False.
  • lidarr_api_timeout: Timeout duration for Lidarr API calls. Defaults to 120.
  • quality_profile_id: Quality profile ID in Lidarr. Defaults to 1.
  • metadata_profile_id: Metadata profile ID in Lidarr. Defaults to 1
  • search_for_missing_albums: Whether to start searching for albums when adding artists. Defaults to False
  • dry_run_adding_to_lidarr: Whether to run without adding artists in Lidarr. Defaults to False
  • app_name: Name of the application. Defaults to Lidify.
  • app_rev: Application revision. Defaults to 0.01.
  • app_url: URL of the application. Defaults to Random URL.
  • last_fm_api_key: The API key for LastFM. Defaults to ``.
  • last_fm_api_secret: The API secret for LastFM. Defaults to ``.
  • mode: Mode for discovery (Spotify or LastFM). Defaults to Spotify.

image

image


https://hub.docker.com/r/thewicklowwolf/lidify

Open Source Agenda is not affiliated with "Lidify" Project. README Source: TheWicklowWolf/Lidify
Stars
59
Open Issues
0
Last Commit
2 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating