lidarr-dl/lidarr
2023-07-12 18:28:10 +00:00
..
Audio.service.bash v1.1 - Change URLs and info 2023-07-12 16:51:42 +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 add missing setting 2023-07-12 18:28:10 +00:00
MetadataPostProcess.bash Create MetadataPostProcess.bash 2023-07-10 16:50:41 +00:00
PlexNotify.bash 1.0.8 - make configurable 2023-07-12 14:07:23 +00:00
readme.md Update readme.md 2023-07-12 16:56:22 +00:00
scripts_init.bash Create scripts_init.bash 2023-07-09 15:30:26 -04:00
setup.bash typo fix 2023-07-12 14:09:37 +00:00
sma.ini Create sma.ini 2023-07-09 15:35:20 -04:00
Video.service.bash v1.4 - Update URLs and info displayed when script starts 2023-07-12 16:52:59 +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

Credits