Skip to content

Commit a0b8672

Browse files
spelling and formatting
1 parent 7b54a5e commit a0b8672

File tree

2 files changed

+37
-31
lines changed

2 files changed

+37
-31
lines changed

lidarr/readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,11 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts
8181

8282
### Audio & Video (Plex Example)
8383

84-
![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plex.png)
84+
![plex](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plex.png)
8585

8686
### Video Example (Kodi)
8787

88-
![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png)
88+
![kodi](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png)
8989

9090
## Credits
9191

radarr/readme.md

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,31 @@
1-
# Requirements
2-
Container: https://docs.linuxserver.io/images/docker-radarr<br>
3-
4-
# Installation/setup
5-
1. Add 2 volumes to your container <br>
6-
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) <br>
7-
Docker Run Example: <br>
8-
`-v /path/to/preferred/local/folder-01:/custom-services.d` <br>
1+
# README
2+
3+
## Requirements
4+
5+
Container: <https://docs.linuxserver.io/images/docker-radarr>
6+
7+
## Installation/setup
8+
9+
1. Add 2 volumes to your container
10+
`/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
11+
Docker Run Example:
12+
`-v /path/to/preferred/local/folder-01:/custom-services.d`
913
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
10-
3. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/radarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
11-
4. Start your container and wait for the application to load
12-
5. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
13-
6. Restart the container
14+
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/radarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/radarr/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
15+
1. Start your container and wait for the application to load
16+
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
17+
1. Restart the container
18+
19+
## Updating
1420

15-
# Updating
1621
Updating is a bit more combersum. To update, do the following:
22+
1723
1. Download/update your local `/config/extended.conf` file with the latest options from: [extended.conf](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/radarr/extended.conf)
18-
2. Restart the container, wait for it to fully load the application.
19-
3. Restart the container again, for the new scripts to activate.
24+
1. Restart the container, wait for it to fully load the application.
25+
1. Restart the container again, for the new scripts to activate.
26+
27+
## Features
2028

21-
# Features
2229
<table>
2330
<tr>
2431
<td><img src="https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/radarr.png" width="200"></td>
@@ -27,7 +34,7 @@ Updating is a bit more combersum. To update, do the following:
2734
</tr>
2835
</table>
2936

30-
* Downloading **Movie Trailers** and **Extras** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
37+
* Downloading **Movie Trailers** and **Extras** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
3138
* Connects to Radarr to automatically download trailers for Movies in your existing library
3239
* Downloads videos using yt-dlp automatically
3340
* Names videos correctly to match Plex/Emby/Jellyfin naming convention
@@ -38,25 +45,24 @@ Updating is a bit more combersum. To update, do the following:
3845
* Recyclarr built-in
3946
* Auto configures Custom Formats
4047
* Auto configures Custom Format Scores
41-
* Auto configures optimzed quality definitions
48+
* Auto configures optimized quality definitions
4249
* Plex Notify Script
4350
* Reduce Plex scanning by notifying Plex the exact folder to scan
4451
* Queue Cleaner Script
4552
* Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Radarr, which enables Radarr to automatically re-search for the Title
46-
53+
4754
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
4855

49-
5056
### Plex Example
51-
![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
5257

58+
![amvtd](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg)
5359

60+
## Credits
5461

55-
# Credits
56-
- [ffmpeg](https://ffmpeg.org/)
57-
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
58-
- [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) Base docker image
59-
- [Radarr](https://radarr.video/)
60-
- [The Movie Database](https://www.themoviedb.org/)
61-
- [Recyclarr](https://github.com/recyclarr/recyclarr)
62-
- 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>
62+
* [ffmpeg](https://ffmpeg.org/)
63+
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
64+
* [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) Base docker image
65+
* [Radarr](https://radarr.video/)
66+
* [The Movie Database](https://www.themoviedb.org/)
67+
* [Recyclarr](https://github.com/recyclarr/recyclarr)
68+
* Icons made by [Freepik](http://www.freepik.com/] from [Flaticon](ttps://www.flaticon.com)

0 commit comments

Comments
 (0)