lidarr-dl/sonarr
2023-07-12 12:11:17 +00:00
..
AutoConfig.service Update AutoConfig.service 2023-07-12 11:12:26 +00:00
AutoExtras.service v1.2 make configurable 2023-07-12 11:16:30 +00:00
DailySeriesEpisodeTrimmer.bash Update DailySeriesEpisodeTrimmer.bash 2023-07-12 11:22:19 +00:00
extended.conf Update extended.conf 2023-07-12 11:54:52 +00:00
Extras.bash v1.3 make configurable 2023-07-12 11:19:24 +00:00
InvalidSeriesAutoCleaner.service Update InvalidSeriesAutoCleaner.service 2023-07-12 11:20:31 +00:00
naming.json Create naming.json 2023-07-08 12:47:48 -04:00
PlexNotify.bash v1.0.2 - make configurable 2023-07-12 11:58:58 +00:00
readme.md Update readme.md 2023-07-12 12:11:17 +00:00
recyclarr.yaml Create recyclarr.yaml 2023-07-08 13:45:59 -04:00
scripts_init.bash Create scripts_init.bash 2023-07-07 15:42:11 -04:00
setup.bash Update setup.bash 2023-07-12 11:57:52 +00:00
sma.ini Create sma.ini 2023-07-08 13:38:02 -04:00
YoutubeSeriesDownloader.service Update YoutubeSeriesDownloader.service 2023-07-12 11:14:14 +00:00

Requirements

Container: https://docs.linuxserver.io/images/docker-sonarr
Version Tag: develop

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