2023-07-16 20:32:58 +02:00
# Sonarr
## Requirements
2023-07-12 14:11:17 +02:00
Container: https://docs.linuxserver.io/images/docker-sonarr< br >
2023-07-14 17:47:31 +02:00
Version Tag: develop (v4 is required for some of the features)
2023-07-12 14:10:52 +02:00
2023-07-16 20:32:58 +02:00
## Installation/setup
2023-07-12 14:10:52 +02:00
1. Add 2 volumes to your container < br >
2023-07-14 12:41:54 +02:00
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) < br >
2023-07-12 14:10:52 +02:00
Docker Run Example: < br >
2023-07-14 12:41:54 +02:00
`-v /path/to/preferred/local/folder-01:/custom-services.d` < br >
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
2023-10-19 10:54:49 +02:00
3. Download the [script_init.bash ](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/scripts_init.bash ) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sonarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
2023-07-12 14:10:52 +02:00
4. Start your container and wait for the application to load
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
6. Restart the container
2023-07-13 16:10:35 +02:00
2023-07-16 20:32:58 +02:00
## Updating
2023-07-13 16:10:35 +02:00
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 ](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sonarr/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
< table >
< tr >
< td > < img src = "https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/sonarr.png" width = "200" > < / td >
< td > < img src = "https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plus.png" width = "100" > < / td >
< td > < img src = "https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/amtd.png" width = "200" > < / td >
< / tr >
< / table >
2023-07-13 16:47:50 +02:00
* Downloading TV **Trailers** and **Extras** using online sources for use in popular applications (Plex):
2023-07-13 16:10:35 +02:00
* Connects to Sonarr to automatically download trailers for TV Series in your existing library
* Downloads videos using yt-dlp automatically
* Names videos correctly to match Plex naming convention
2023-07-13 16:47:50 +02:00
* Auto Configure Sonarr with optimized settings
2023-07-13 16:10:35 +02:00
* Optimized file/folder naming (based on trash guides)
* Configures media management settings
* Configures metadata settings
2023-07-13 16:47:50 +02:00
* Daily Series Episode Trimmer
2023-07-13 16:10:35 +02:00
* Keep only the latest 14 episodes of a daily series
2023-07-13 16:47:50 +02:00
* Recyclarr built-in
2023-07-13 16:10:35 +02:00
* Auto configures Release Profiles + Scores
* Auto configures optimzed quality definitions
2023-07-13 16:47:50 +02:00
* Plex Notify Script
2023-07-13 16:10:35 +02:00
* Reduce Plex scanning by notifying Plex the exact folder to scan
2023-07-13 16:47:50 +02:00
* Queue Cleaner Script
2023-07-13 16:10:35 +02:00
* Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Sonarr, which enables Sonarr to automatically re-search for the Title
2023-07-13 16:47:50 +02:00
* Youtube Series Downloader Script
2023-07-13 16:10:35 +02:00
* Automatically downloads and imports episodes from Youtube.com for Sonarr series that have their network set as "Youtube"
2023-07-13 16:47:50 +02:00
For more details, visit the [Wiki ](https://github.com/RandomNinjaAtk/arr-scripts/wiki )
2023-07-13 16:10:35 +02:00
### Plex Example
![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
# Credits
- [ffmpeg ](https://ffmpeg.org/ )
- [yt-dlp ](https://github.com/yt-dlp/yt-dlp )
- [linuxserver/sonarr ](https://github.com/linuxserver/docker-sonarr ) Base docker image
- [Sonarr ](https://sonarr.tv/ )
- [The Movie Database ](https://www.themoviedb.org/ )
- [Recyclarr ](https://github.com/recyclarr/recyclarr )
- Icons made by < a href = "http://www.freepik.com/" title = "Freepik" > Freepik</ a > from < a href = "https://www.flaticon.com/" title = "Flaticon" > www.flaticon.com</ a >