Skip to content

Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM.

License

Notifications You must be signed in to change notification settings

TheWicklowWolf/Lidify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • auto_start: Whether to run automatically at startup. Defaults to False.
  • auto_start_delay: Delay duration for Auto Start in Seconds (if enabled). Defaults to 60.

image

image


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

About

Music discovery tool that provides recommendations based on selected Lidarr artists, using Spotify or LastFM.

Resources

License

Stars

Watchers

Forks