From 6e7c6452061066450293461d5ec5ed2ef8d9ba80 Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:18:17 -0700 Subject: [PATCH 1/6] formatting and spelling --- README.md | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cccce50..8e3abae 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,21 @@ # arr-scripts + 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. -# Usage - [Radarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/radarr/readme.md)
- [Sonarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sonarr/readme.md)
- [Lidarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/lidarr/readme.md)
- [Readarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/readarr/readme.md)
+## Usage + + [Radarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/radarr/readme.md) + [Sonarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sonarr/readme.md) + [Lidarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/lidarr/readme.md) + [Readarr Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/readarr/readme.md) [SABnzbd Instructions](https://github.com/RandomNinjaAtk/arr-scripts/tree/main/sabnzbd#/readme.md) -# WARNING -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) +## WARNING -Also see here: https://wiki.servarr.com/docker-guide#portainer +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: ) -# Support Info -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... +Also see here: + +## Support Info + +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... From 7b54a5ebaa858191070a7f4ccc56842e6e2c0655 Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:20:27 -0700 Subject: [PATCH 2/6] formatting --- lidarr/readme.md | 50 +++++++++++++++++++++++++----------------------- 1 file changed, 26 insertions(+), 24 deletions(-) diff --git a/lidarr/readme.md b/lidarr/readme.md index f3d7d36..15cd8bd 100644 --- a/lidarr/readme.md +++ b/lidarr/readme.md @@ -1,21 +1,23 @@ -# Requirements +# README -Container: https://docs.linuxserver.io/images/docker-lidarr
+## Requirements -# Installation/setup +Container: -1. Add 2 volumes to your container
- `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
- Docker Run Example:
- `-v /path/to/preferred/local/folder-01:/custom-services.d`
+## Installation/setup + +1. Add 2 volumes to your container + `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) + Docker Run Example: + `-v /path/to/preferred/local/folder-01:/custom-services.d` `-v /path/to/preferred/local/folder-02:/custom-cont-init.d` -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:
+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: `-v /path/to/preferred/local/folder-02:/custom-cont-init.d` 3. Start your container and wait for the application to load 4. Optional: Customize the configuration by modifying the following file `/config/extended.conf` 5. Restart the container -# Updating +## Updating Updating is a bit more combersum. To update, do the following: @@ -25,7 +27,7 @@ Updating is a bit more combersum. To update, do the following: 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. -# Features +## Features @@ -36,8 +38,8 @@ This configuration does its best to update everything automatically, but with ho
- -* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin): + +* Downloading **Music** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin): * Completely automated * Searches for downloads based on Lidarr's album missing & cutoff list * Downloads using a third party download client automatically @@ -85,16 +87,16 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts ![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png) -# Credits +## Credits -- [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr) -- [Lidarr](https://lidarr.audio/) -- [Beets](https://beets.io/) -- [Deemix download client](https://deemix.app/) -- [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader) -- [r128gain](https://github.com/desbma/r128gain) -- [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance) -- [ffmpeg](https://ffmpeg.org/) -- [yt-dlp](https://github.com/yt-dlp/yt-dlp) -- [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator) -- [Freyr](https://github.com/miraclx/freyr-js) +* [LinuxServer.io Team](https://github.com/linuxserver/docker-lidarr) +* [Lidarr](https://lidarr.audio/) +* [Beets](https://beets.io/) +* [Deemix download client](https://deemix.app/) +* [Tidal-Media-Downloader client](https://github.com/yaronzz/Tidal-Media-Downloader) +* [r128gain](https://github.com/desbma/r128gain) +* [Algorithm Implementation/Strings/Levenshtein distance](https://en.wikibooks.org/wiki/Algorithm_Implementation/Strings/Levenshtein_distance) +* [ffmpeg](https://ffmpeg.org/) +* [yt-dlp](https://github.com/yt-dlp/yt-dlp) +* [SMA Conversion/Tagging Automation Script](https://github.com/mdhiggins/sickbeard_mp4_automator) +* [Freyr](https://github.com/miraclx/freyr-js) From a0b86729c5037cce8bb0d061ff67a449eddfa3af Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:25:21 -0700 Subject: [PATCH 3/6] spelling and formatting --- lidarr/readme.md | 4 +-- radarr/readme.md | 64 ++++++++++++++++++++++++++---------------------- 2 files changed, 37 insertions(+), 31 deletions(-) diff --git a/lidarr/readme.md b/lidarr/readme.md index 15cd8bd..223f9ad 100644 --- a/lidarr/readme.md +++ b/lidarr/readme.md @@ -81,11 +81,11 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts ### Audio & Video (Plex Example) -![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plex.png) +![plex](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/plex.png) ### Video Example (Kodi) -![](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png) +![kodi](https://github.com/RandomNinjaAtk/docker-lidarr-extended/raw/main/.github/kodi-music-videos.png) ## Credits diff --git a/radarr/readme.md b/radarr/readme.md index 525c6e9..bd9296d 100644 --- a/radarr/readme.md +++ b/radarr/readme.md @@ -1,24 +1,31 @@ -# Requirements -Container: https://docs.linuxserver.io/images/docker-radarr
+# README -# Installation/setup -1. Add 2 volumes to your container
- `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
- Docker Run Example:
- `-v /path/to/preferred/local/folder-01:/custom-services.d`
+## Requirements + +Container: + +## Installation/setup + +1. Add 2 volumes to your container + `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) + Docker Run Example: + `-v /path/to/preferred/local/folder-01:/custom-services.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/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` -4. Start your container and wait for the application to load -5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` -6. Restart the container +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` +1. Start your container and wait for the application to load +1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` +1. Restart the container + +## Updating -# Updating 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/radarr/extended.conf) -2. Restart the container, wait for it to fully load the application. -3. Restart the container again, for the new scripts to activate. -# Features +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) +1. Restart the container, wait for it to fully load the application. +1. Restart the container again, for the new scripts to activate. + +## Features + @@ -27,7 +34,7 @@ Updating is a bit more combersum. To update, do the following:
-* Downloading **Movie Trailers** and **Extras** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin): +* Downloading **Movie Trailers** and **Extras** using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin): * Connects to Radarr to automatically download trailers for Movies in your existing library * Downloads videos using yt-dlp automatically * 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: * Recyclarr built-in * Auto configures Custom Formats * Auto configures Custom Format Scores - * Auto configures optimzed quality definitions + * Auto configures optimized quality definitions * Plex Notify Script * Reduce Plex scanning by notifying Plex the exact folder to scan * Queue Cleaner Script * 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 - + For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki) - ### Plex Example -![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg) +![amvtd](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg) +## Credits -# Credits -- [ffmpeg](https://ffmpeg.org/) -- [yt-dlp](https://github.com/yt-dlp/yt-dlp) -- [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) Base docker image -- [Radarr](https://radarr.video/) -- [The Movie Database](https://www.themoviedb.org/) -- [Recyclarr](https://github.com/recyclarr/recyclarr) -- Icons made by Freepik from www.flaticon.com +* [ffmpeg](https://ffmpeg.org/) +* [yt-dlp](https://github.com/yt-dlp/yt-dlp) +* [linuxserver/radarr](https://github.com/linuxserver/docker-radarr) Base docker image +* [Radarr](https://radarr.video/) +* [The Movie Database](https://www.themoviedb.org/) +* [Recyclarr](https://github.com/recyclarr/recyclarr) +* Icons made by [Freepik](http://www.freepik.com/] from [Flaticon](ttps://www.flaticon.com) From f44d73dd40c04f24f9c6a7c83786d457890d5422 Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:27:58 -0700 Subject: [PATCH 4/6] formatting --- readarr/readme.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/readarr/readme.md b/readarr/readme.md index 8fc8963..2b48e16 100644 --- a/readarr/readme.md +++ b/readarr/readme.md @@ -1,22 +1,28 @@ -# Readarr + +# README + ## Requirements -Container: https://hub.docker.com/r/linuxserver/readarr
+ +Container: ## Installation/setup -1. Add 2 volumes to your container
- `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
- Docker Run Example:
- `-v /path/to/preferred/local/folder-01:/custom-services.d`
+ +1. Add 2 volumes to your container + `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) + Docker Run Example: + `-v /path/to/preferred/local/folder-01:/custom-services.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/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` -4. Start your container and wait for the application to load -5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` -6. Restart the container +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` +1. Start your container and wait for the application to load +1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` +1. Restart the container # Updating + 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/readarr/extended.conf) -2. Restart the container, wait for it to fully load the application. -3. Restart the container again, for the new scripts to activate. +1. Restart the container, wait for it to fully load the application. +1. Restart the container again, for the new scripts to activate. 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. From 63e97ad3e6ea55f5e603a4a6a4a2d8b7e75b9aa1 Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:29:13 -0700 Subject: [PATCH 5/6] formatting --- sabnzbd/readme.md | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/sabnzbd/readme.md b/sabnzbd/readme.md index f09091f..35a92cc 100644 --- a/sabnzbd/readme.md +++ b/sabnzbd/readme.md @@ -1,22 +1,29 @@ -# Requirements -Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd)
+# README -# Installation/setup -1. Add volume to your container
- `/custom-cont-init.d`
- Docker Run Example:
+## Requirements + +Container: [https://docs.linuxserver.io/images/docker-sabnzbd](https://docs.linuxserver.io/images/docker-sabnzbd) + +## Installation/setup + +1. Add volume to your container + `/custom-cont-init.d` + Docker Run Example: `-v /path/to/preferred/local/directory:/custom-cont-init.d` 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` 1. Start your container and wait for the application to load 1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` 1. Add the `/config/scripts` folder to the "Scripts Folder" folder setting in SABnzbd -1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category +1. Add `video.bash` or `audio.bash` script to the appropriate SABnzbd category + +## Updating -# Updating 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/sabnzbd/extended.conf) -2. Restart the container, wait for it to fully load the application. -3. Restart the container again, for the new scripts to activate. -# Additional Information +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) +1. Restart the container, wait for it to fully load the application. +1. Restart the container again, for the new scripts to activate. + +## Additional Information + For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts/wiki) From bbe45656542b608f701b653ae1c964fc0b33ce80 Mon Sep 17 00:00:00 2001 From: Jason Krause Date: Sun, 26 Nov 2023 09:32:25 -0700 Subject: [PATCH 6/6] close image, formatting --- radarr/readme.md | 2 +- sonarr/readme.md | 56 +++++++++++++++++++++++++++--------------------- 2 files changed, 33 insertions(+), 25 deletions(-) diff --git a/radarr/readme.md b/radarr/readme.md index bd9296d..b59f27c 100644 --- a/radarr/readme.md +++ b/radarr/readme.md @@ -65,4 +65,4 @@ For more details, visit the [Wiki](https://github.com/RandomNinjaAtk/arr-scripts * [Radarr](https://radarr.video/) * [The Movie Database](https://www.themoviedb.org/) * [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) diff --git a/sonarr/readme.md b/sonarr/readme.md index d6de25a..3aac61d 100644 --- a/sonarr/readme.md +++ b/sonarr/readme.md @@ -1,26 +1,32 @@ -# Sonarr +# README + ## Requirements -Container: https://docs.linuxserver.io/images/docker-sonarr
+ +Container: Version Tag: develop (v4 is required for some of the features) ## Installation/setup -1. Add 2 volumes to your container
- `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...)
- Docker Run Example:
- `-v /path/to/preferred/local/folder-01:/custom-services.d`
+ +1. Add 2 volumes to your container + `/custom-services.d` and `/custom-cont-init.d` (do not map to the same local folder...) + Docker Run Example: + `-v /path/to/preferred/local/folder-01:/custom-services.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` -4. Start your container and wait for the application to load -5. Optional: Customize the configuration by modifying the following file `/config/extended.conf` -6. Restart the container +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` +1. Start your container and wait for the application to load +1. Optional: Customize the configuration by modifying the following file `/config/extended.conf` +1. Restart the container ## Updating + 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) 2. Restart the container, wait for it to fully load the application. 3. Restart the container again, for the new scripts to activate. -# Features +## Features + @@ -28,7 +34,7 @@ Updating is a bit more combersum. To update, do the following:
- + * 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 * 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 * Recyclarr built-in * Auto configures Release Profiles + Scores - * Auto configures optimzed quality definitions + * Auto configures optimized quality definitions * Plex Notify Script * Reduce Plex scanning by notifying Plex the exact folder to scan * 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 * Youtube Series Downloader Script * 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) - ### Plex Example -![](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg) - # Credits -- [ffmpeg](https://ffmpeg.org/) -- [yt-dlp](https://github.com/yt-dlp/yt-dlp) -- [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 from www.flaticon.com +![amvtd](https://raw.githubusercontent.com/RandomNinjaAtk/docker-amtd/master/.github/amvtd-plex-example.jpg) + +## Credits + +* [ffmpeg](https://ffmpeg.org/) + +* [yt-dlp](https://github.com/yt-dlp/yt-dlp) +* [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)