Skip to content

Commit 524b51e

Browse files
Merge pull request #119 from jasonpatrickellykrause/readme-formatting
Formatting updates to README
2 parents e9a6b4d + bbe4565 commit 524b51e

File tree

6 files changed

+148
-115
lines changed

6 files changed

+148
-115
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
11
# arr-scripts
2+
23
Official Home of the scripts that were previously packaged with the "Extended" containers. Designed to be easily implemented/added to [Linuxserver.io](https://www.linuxserver.io/) containers.
34

4-
# Usage
5-
[Radarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/radarr/readme.md)<br>
6-
[Sonarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sonarr/readme.md)<br>
7-
[Lidarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/lidarr/readme.md)<br>
8-
[Readarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/readarr/readme.md)<br>
5+
## Usage
6+
7+
[Radarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/radarr/readme.md)
8+
[Sonarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sonarr/readme.md)
9+
[Lidarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/lidarr/readme.md)
10+
[Readarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/readarr/readme.md)
911
[SABnzbd Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sabnzbd#/readme.md)
1012

11-
# WARNING
12-
DO NOT USE PORTAINER, it is known to not work and typcally breaks things... From the various discussions I've seen in the Arr communities and Linuxserver.io, they tend to trend on saying to avoid it... If your using portainer and this is not functioning as expected, that is likely your problem.... (Example: https://github.com/RandomNinjaAtk/arr-scripts/discussions/57)
13+
## WARNING
14+
15+
DO NOT USE PORTAINER, it is known to not work and typically breaks things... From the various discussions I've seen in the Arr communities and Linuxserver.io, they tend to trend on saying to avoid it... If your using portainer and this is not functioning as expected, that is likely your problem.... (Example: <https://github.com/RandomNinjaAtk/arr-scripts/discussions/57>)
16+
17+
Also see here: <https://wiki.servarr.com/docker-guide#portainer>
1318

14-
Also see here: https://wiki.servarr.com/docker-guide#portainer
19+
## Support Info
1520

16-
# Support Info
17-
Scripts are provided as-is... Generally, if a script works one time, it will work everytime, that is the nature of scripts... So if you're experiencing an issue that has not been previously reported and is more likely a technical problem of some sort, it is more than likely caused by user error...
21+
Scripts are provided as-is... Generally, if a script works one time, it will work everytime, that is the nature of scripts... So if you're experiencing an issue that has not been previously reported and is more likely a technical problem of some sort, it is more than likely caused by user error...

lidarr/readme.md

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
1-
# Requirements
1+
# README
22

3-
Container: https://docs.linuxserver.io/images/docker-lidarr<br>
3+
## Requirements
44

5-
# Installation/setup
5+
Container: <https://docs.linuxserver.io/images/docker-lidarr>
66

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>
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`
1113
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
12-
2. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/scripts_init.bash)) and place it into the following folder: <br>
14+
2. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/lidarr/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/lidarr/scripts_init.bash)) and place it into the following folder:
1315
`-v /path/to/preferred/local/folder-02:/custom-cont-init.d`
1416
3. Start your container and wait for the application to load
1517
4. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
1618
5. Restart the container
1719

18-
# Updating
20+
## Updating
1921

2022
Updating is a bit more combersum. To update, do the following:
2123

@@ -25,7 +27,7 @@ Updating is a bit more combersum. To update, do the following:
2527

2628
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.
2729

28-
# Features
30+
## Features
2931

3032
<table>
3133
<tr>
@@ -36,8 +38,8 @@ This configuration does its best to update everything automatically, but with ho
3638
<td><img src="https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/video.png" width="150"></td>
3739
</tr>
3840
</table>
39-
40-
* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
41+
42+
* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
4143
* Completely automated
4244
* Searches for downloads based on Lidarr's album missing & cutoff list
4345
* Downloads using a third party download client automatically
@@ -81,22 +83,22 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts
8183

8284
### Audio & Video (Plex Example)
8385

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

8688
### Video Example (Kodi)
8789

88-
![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png)
89-
90-
# Credits
91-
92-
- [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr)
93-
- [Lidarr](https://lidarr.audio/)
94-
- [Beets](https://beets.io/)
95-
- [Deemix download client](https://deemix.app/)
96-
- [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader)
97-
- [r128gain](https://github.com/desbma/r128gain)
98-
- [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance)
99-
- [ffmpeg](https://ffmpeg.org/)
100-
- [yt-dlp](https://github.com/yt-dlp/yt-dlp)
101-
- [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator)
102-
- [Freyr](https://github.com/miraclx/freyr-js)
90+
![kodi](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png)
91+
92+
## Credits
93+
94+
* [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr)
95+
* [Lidarr](https://lidarr.audio/)
96+
* [Beets](https://beets.io/)
97+
* [Deemix download client](https://deemix.app/)
98+
* [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader)
99+
* [r128gain](https://github.com/desbma/r128gain)
100+
* [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance)
101+
* [ffmpeg](https://ffmpeg.org/)
102+
* [yt-dlp](https://github.com/yt-dlp/yt-dlp)
103+
* [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator)
104+
* [Freyr](https://github.com/miraclx/freyr-js)

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](https://www.freepik.com/) from [Flaticon](ttps://www.flaticon.com)

readarr/readme.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,28 @@
1-
# Readarr
1+
2+
# README
3+
24
## Requirements
3-
Container: https://hub.docker.com/r/linuxserver/readarr<br>
5+
6+
Container: <https://hub.docker.com/r/linuxserver/readarr>
47

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

1620
# Updating
21+
1722
Updating is a bit more combersum. To update, do the following:
23+
1824
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)
19-
2. Restart the container, wait for it to fully load the application.
20-
3. Restart the container again, for the new scripts to activate.
25+
1. Restart the container, wait for it to fully load the application.
26+
1. Restart the container again, for the new scripts to activate.
2127

2228
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.

sabnzbd/readme.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,29 @@
1-
# Requirements
2-
Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)<br>
1+
# README
32

4-
# Installation/setup
5-
1. Add volume to your container <br>
6-
`/custom-cont-init.d` <br>
7-
Docker Run Example: <br>
3+
## Requirements
4+
5+
Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)
6+
7+
## Installation/setup
8+
9+
1. Add volume to your container
10+
`/custom-cont-init.d`
11+
Docker Run Example:
812
`-v /path/to/preferred/local/directory:/custom-cont-init.d`
913
1. Download the [script_init.bash](https://github.com/RandomNinjaAtk/arr-scripts/blob/main/sabnzbd/scripts_init.bash) ([Download Link](https://raw.githubusercontent.com/RandomNinjaAtk/arr-scripts/main/sabnzbd/scripts_init.bash)) and place it into the following folder: `/custom-cont-init.d`
1014
1. Start your container and wait for the application to load
1115
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
1216
1. Add the `/config/scripts` folder to the "Scripts Folder" folder setting in SABnzbd
13-
1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category
17+
1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category
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/sabnzbd/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+
## Additional Information
2028

21-
# Additional Information
2229
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)

0 commit comments

Comments
 (0)