Skip to content

Commit bbe4565

Browse files
close image, formatting
1 parent 63e97ad commit bbe4565

File tree

2 files changed

+34
-26
lines changed

2 files changed

+34
-26
lines changed

radarr/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts
6565
* [Radarr](https://radarr.video/)
6666
* [The Movie Database](https://www.themoviedb.org/)
6767
* [Recyclarr](https://github.com/recyclarr/recyclarr)
68-
* Icons made by [Freepik](http://www.freepik.com/] from [Flaticon](ttps://www.flaticon.com)
68+
* Icons made by [Freepik](https://www.freepik.com/) from [Flaticon](ttps://www.flaticon.com)

sonarr/readme.md

Lines changed: 33 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,40 @@
1-
# Sonarr
1+
# README
2+
23
## Requirements
3-
Container: https://docs.linuxserver.io/images/docker-sonarr<br>
4+
5+
Container: <https://docs.linuxserver.io/images/docker-sonarr>
46
Version Tag: develop (v4 is required for some of the features)
57

68
## Installation/setup
7-
1. Add 2 volumes to your container <br>
8-
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br>
9-
Docker Run Example: <br>
10-
`-v /path/to/preferred/local/folder-01:/custom-services.d` <br>
9+
10+
1. Add 2 volumes to your container
11+
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
12+
Docker Run Example:
13+
`-v /path/to/preferred/local/folder-01:/custom-services.d`
1114
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
12-
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`
13-
4. Start your container and wait for the application to load
14-
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
15-
6. Restart the container
15+
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`
16+
1. Start your container and wait for the application to load
17+
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
18+
1. Restart the container
1619

1720
## Updating
21+
1822
Updating is a bit more combersum. To update, do the following:
23+
1924
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)
2025
2. Restart the container, wait for it to fully load the application.
2126
3. Restart the container again, for the new scripts to activate.
2227

23-
# Features
28+
## Features
29+
2430
<table>
2531
<tr>
2632
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/sonarr.png" width="200"></td>
2733
<td><img src="https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plus.png" width="100"></td>
2834
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/amtd.png" width="200"></td>
2935
</tr>
3036
</table>
31-
37+
3238
* Downloading TV **Trailers** and **Extras** using online sources for use in popular applications (Plex):
3339
* Connects to Sonarr to automatically download trailers for TV Series in your existing library
3440
* Downloads videos using yt-dlp automatically
@@ -41,25 +47,27 @@ Updating is a bit more combersum. To update, do the following:
4147
* Keep only the latest 14 episodes of a daily series
4248
* Recyclarr built-in
4349
* Auto configures Release Profiles + Scores
44-
* Auto configures optimzed quality definitions
50+
* Auto configures optimized quality definitions
4551
* Plex Notify Script
4652
* Reduce Plex scanning by notifying Plex the exact folder to scan
4753
* Queue Cleaner Script
4854
* 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
4955
* Youtube Series Downloader Script
5056
* Automatically downloads and imports episodes from Youtube.com for Sonarr series that have their network set as "Youtube"
51-
52-
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
5357

58+
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
5459

5560
### Plex Example
56-
![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
57-
58-
# Credits
59-
- [ffmpeg](https://ffmpeg.org/)
60-
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
61-
- [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) Base docker image
62-
- [Sonarr](https://sonarr.tv/)
63-
- [The Movie Database](https://www.themoviedb.org/)
64-
- [Recyclarr](https://github.com/recyclarr/recyclarr)
65-
- 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>
61+
62+
![amvtd](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
63+
64+
## Credits
65+
66+
* [ffmpeg](https://ffmpeg.org/)
67+
68+
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
69+
* [linuxserver/sonarr](https://github.com/linuxserver/docker-sonarr) Base docker image
70+
* [Sonarr](https://sonarr.tv/)
71+
* [The Movie Database](https://www.themoviedb.org/)
72+
* [Recyclarr](https://github.com/recyclarr/recyclarr)
73+
* Icons made by [Freepik](https://www.freepik.com/) from [Flaticon](https://www.flaticon.com)

0 commit comments

Comments
 (0)