You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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>
13
18
14
-
Also see here: https://wiki.servarr.com/docker-guide#portainer
19
+
## Support Info
15
20
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...
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:
3. Start your container and wait for the application to load
15
17
4. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
16
18
5. Restart the container
17
19
18
-
# Updating
20
+
##Updating
19
21
20
22
Updating is a bit more combersum. To update, do the following:
21
23
@@ -25,7 +27,7 @@ Updating is a bit more combersum. To update, do the following:
25
27
26
28
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.
27
29
28
-
# Features
30
+
##Features
29
31
30
32
<table>
31
33
<tr>
@@ -36,8 +38,8 @@ This configuration does its best to update everything automatically, but with ho
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
14
20
15
-
# Updating
16
21
Updating is a bit more combersum. To update, do the following:
22
+
17
23
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.
@@ -27,7 +34,7 @@ Updating is a bit more combersum. To update, do the following:
27
34
</tr>
28
35
</table>
29
36
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):
31
38
* Connects to Radarr to automatically download trailers for Movies in your existing library
32
39
* Downloads videos using yt-dlp automatically
33
40
* 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:
38
45
* Recyclarr built-in
39
46
* Auto configures Custom Formats
40
47
* Auto configures Custom Format Scores
41
-
* Auto configures optimzed quality definitions
48
+
* Auto configures optimized quality definitions
42
49
* Plex Notify Script
43
50
* Reduce Plex scanning by notifying Plex the exact folder to scan
44
51
* Queue Cleaner Script
45
52
* 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
+
47
54
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
- Icons made by <ahref="http://www.freepik.com/"title="Freepik">Freepik</a> from <ahref="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/)
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
15
19
16
20
# Updating
21
+
17
22
Updating is a bit more combersum. To update, do the following:
23
+
18
24
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.
21
27
22
28
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.
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`
10
14
1. Start your container and wait for the application to load
11
15
1. Optional: Customize the configuration by modifying the following file `/config/extended.conf`
12
16
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
14
20
15
-
# Updating
16
21
Updating is a bit more combersum. To update, do the following:
22
+
17
23
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
20
28
21
-
# Additional Information
22
29
For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki)
0 commit comments