Skip to content

List concerts of your favorites artists in Lidarr

License

Notifications You must be signed in to change notification settings

vincent/calidarr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calidarr

Web GUI for finding gigs of Lidarr artists. Can also provide a ICS calendar with found events.

Most of the code is from thewicklowwolf

Run using docker-compose

version: "2.1"
services:
  calidarr:
    image: ghcr.io/vincent/calidarr:latest
    container_name: calidarr
    volumes:
      - /path/to/config:/calidarr/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 https://192.168.1.2:8686.
  • lidarr_api_key: The API key for Lidarr. 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.
  • app_name: Name of the application. Defaults to Calidarr.
  • app_rev: Application revision. Defaults to 0.01.
  • app_url: URL of the application. Defaults to Random URL.
  • mode: Mode for discovery (Songkick only). Defaults to Songkick.

About

List concerts of your favorites artists in Lidarr

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages