Files
arr-scripts/sonarr
2023-07-13 10:10:35 -04:00
..
2023-07-12 11:12:26 +00:00
2023-07-12 11:16:30 +00:00
2023-07-13 10:07:47 -04:00
2023-07-12 11:19:24 +00:00
2023-07-08 12:47:48 -04:00
2023-07-12 11:58:58 +00:00
2023-07-13 10:10:35 -04:00
2023-07-08 13:45:59 -04:00
2023-07-07 15:42:11 -04:00
2023-07-12 12:26:51 +00:00
2023-07-08 13:38:02 -04:00

Requirements

Container: https://docs.linuxserver.io/images/docker-sonarr
Version Tag: develop (only if migrating from original sonarr-extended container...)

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

Updating

Updating is a bit more combersum. To update, do the following:

  1. Download/update your local /config/extended.conf file with the latest options from: extended.conf
  2. Restart the container, wait for it to fully load the application.
  3. Restart the container again, for the new scripts to activate.

Features

Plex Example

Credits