close image, formatting

This commit is contained in:
Jason Krause 2023-11-26 09:32:25 -07:00
parent 63e97ad3e6
commit bbe4565654
2 changed files with 33 additions and 25 deletions

View file

@ -65,4 +65,4 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts
* [Radarr](https://radarr.video/) * [Radarr](https://radarr.video/)
* [The Movie Database](https://www.themoviedb.org/) * [The Movie Database](https://www.themoviedb.org/)
* [Recyclarr](https://github.com/recyclarr/recyclarr) * [Recyclarr](https://github.com/recyclarr/recyclarr)
* Icons made by [Freepik](http://www.freepik.com/] from [Flaticon](ttps://www.flaticon.com) * Icons made by [Freepik](https://www.freepik.com/) from [Flaticon](ttps://www.flaticon.com)

View file

@ -1,26 +1,32 @@
# Sonarr # README
## Requirements ## Requirements
Container: https://docs.linuxserver.io/images/docker-sonarr<br>
Container: <https://docs.linuxserver.io/images/docker-sonarr>
Version Tag: develop (v4 is required for some of the features) Version Tag: develop (v4 is required for some of the features)
## Installation/setup ## Installation/setup
1. Add 2 volumes to your container <br>
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br> 1. Add 2 volumes to your container
Docker Run Example: <br> `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
`-v /path/to/preferred/local/folder-01:/custom-services.d` <br> Docker Run Example:
`-v /path/to/preferred/local/folder-01:/custom-services.d`
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d` `-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
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` 1. 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`
4. Start your container and wait for the application to load 1. Start your container and wait for the application to load
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` 1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
6. Restart the container 1. Restart the container
## Updating ## Updating
Updating is a bit more combersum. To update, do the following: 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) 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. 2. Restart the container, wait for it to fully load the application.
3. Restart the container again, for the new scripts to activate. 3. Restart the container again, for the new scripts to activate.
# Features ## Features
<table> <table>
<tr> <tr>
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/sonarr.png" width="200"></td> <td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/sonarr.png" width="200"></td>
@ -28,7 +34,7 @@ Updating is a bit more combersum. To update, do the following:
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/amtd.png" width="200"></td> <td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/amtd.png" width="200"></td>
</tr> </tr>
</table> </table>
* Downloading TV **Trailers** and **Extras** using online sources for use in popular applications (Plex): * Downloading TV **Trailers** and **Extras** using online sources for use in popular applications (Plex):
* Connects to Sonarr to automatically download trailers for TV Series in your existing library * Connects to Sonarr to automatically download trailers for TV Series in your existing library
* Downloads videos using yt-dlp automatically * Downloads videos using yt-dlp automatically
@ -41,25 +47,27 @@ Updating is a bit more combersum. To update, do the following:
* Keep only the latest 14 episodes of a daily series * Keep only the latest 14 episodes of a daily series
* Recyclarr built-in * Recyclarr built-in
* Auto configures Release Profiles + Scores * Auto configures Release Profiles + Scores
* Auto configures optimzed quality definitions * Auto configures optimized quality definitions
* Plex Notify Script * Plex Notify Script
* Reduce Plex scanning by notifying Plex the exact folder to scan * Reduce Plex scanning by notifying Plex the exact folder to scan
* Queue Cleaner Script * Queue Cleaner Script
* 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 * 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
* Youtube Series Downloader Script * Youtube Series Downloader Script
* Automatically downloads and imports episodes from Youtube.com for Sonarr series that have their network set as "Youtube" * Automatically downloads and imports episodes from Youtube.com for Sonarr series that have their network set as "Youtube"
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki) For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
### Plex Example ### Plex Example
![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
# Credits ![amvtd](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
- [ffmpeg](https://ffmpeg.org/)
- [yt-dlp](https://github.com/yt-dlp/yt-dlp) ## Credits
- [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) Base docker image
- [Sonarr](https://sonarr.tv/) * [ffmpeg](https://ffmpeg.org/)
- [The Movie Database](https://www.themoviedb.org/)
- [Recyclarr](https://github.com/recyclarr/recyclarr) * [yt-dlp](https://github.com/yt-dlp/yt-dlp)
- 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> * [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 [Freepik](https://www.freepik.com/) from [Flaticon](https://www.flaticon.com)