lidarr-dl/lidarr
2023-07-12 14:04:22 +00:00
..
Audio.service.bash v1.0.6 - make configurable 2023-07-12 14:01:00 +00:00
AutoConfig.service.bash v1.4 bug fix 2023-07-11 14:37:36 +00:00
beets-config.yaml Update beets-config.yaml 2023-07-11 12:17:57 +00:00
BeetsPostProcessor.bash Create BeetsPostProcessor.bash 2023-07-10 17:29:46 +00:00
extended.conf Create extended.conf 2023-07-12 14:03:12 +00:00
MetadataPostProcess.bash Create MetadataPostProcess.bash 2023-07-10 16:50:41 +00:00
PlexNotify.bash Create PlexNotify.bash 2023-07-09 15:41:31 -04:00
readme.md Create readme.md 2023-07-12 14:04:22 +00:00
scripts_init.bash Create scripts_init.bash 2023-07-09 15:30:26 -04:00
setup.bash Update setup.bash 2023-07-12 14:03:50 +00:00
sma.ini Create sma.ini 2023-07-09 15:35:20 -04:00
Video.service.bash v1.3 - make configurable 2023-07-12 14:02:33 +00:00

Requirements

Container: https://docs.linuxserver.io/images/docker-lidarr

Installation/setup

  1. Add 2 volumes to your container
    /custom-services.d and /custom-cont-init.d
    Docker Run Example:
    -v /path/to/preferred/local/directory:/custom-services.d
    -v /path/to/preferred/local/directory:/custom-cont-init.d
  2. Download the script_init.bash and place it into the following folder: /custom-cont-init.d
  3. Start your container and wait for the application to load
  4. Optional: Customize the configuration by modifying the following file /config/extended.conf
  5. Restart the container