lidarr-dl/readarr/readme.md

29 lines
1.5 KiB
Markdown
Raw Normal View History

2023-11-26 17:27:58 +01:00
# README
2023-07-16 20:33:44 +02:00
## Requirements
2023-11-26 17:27:58 +01:00
Container: <https://hub.docker.com/r/linuxserver/readarr>
2023-07-16 20:33:44 +02:00
## Installation/setup
2023-11-26 17:27:58 +01:00
1. Add 2 volumes to your container
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
Docker Run Example:
`-v /path/to/preferred/local/folder-01:/custom-services.d`
2023-07-16 20:33:44 +02:00
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
2023-11-26 17:27:58 +01:00
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/readarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
1. Start your container and wait for the application to load
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
1. Restart the container
2023-07-18 16:44:27 +02:00
# Updating
2023-11-26 17:27:58 +01:00
2023-07-18 16:44:27 +02:00
Updating is a bit more combersum. To update, do the following:
2023-11-26 17:27:58 +01:00
2023-07-18 16:44:27 +02:00
1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/readarr/extended.conf)
2023-11-26 17:27:58 +01:00
1. Restart the container, wait for it to fully load the application.
1. Restart the container again, for the new scripts to activate.
2023-07-18 16:44:27 +02:00
This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.