diff --git a/Owinenatorr/owinenatorr.ps1 b/Owinenatorr/owinenatorr.ps1 index 75cf48b..6dbc39f 100644 --- a/Owinenatorr/owinenatorr.ps1 +++ b/Owinenatorr/owinenatorr.ps1 @@ -27,12 +27,15 @@ None. Uses Write-Host for status updates. .NOTES - Version : 2.0 - Author : AngryCuban13 + Author : angrycuban13 + Dependencies: None + Requires : PowerShell 7+ + Version : 2.0 .LINK https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts #> + #Requires -Version 7 [CmdletBinding(SupportsShouldProcess)] diff --git a/README.md b/README.md index 883e8b4..fd521d0 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -# Scripts +# Just A Bunch Of Starr Scripts [![CodeFactor](https://www.codefactor.io/repository/github/angrycuban13/just-a-bunch-of-starr-scripts/badge)](https://www.codefactor.io/repository/github/angrycuban13/just-a-bunch-of-starr-scripts) [![made-with-powershell](https://img.shields.io/badge/Made%20with-Powershell-1f425f.svg)](https://docs.microsoft.com/en-us/powershell/) -These scripts interact directly with Radarr/Sonarr/Lidarr API for the most part. Someone wanted to do *X* and the tool didn't exist at the time, however, *X* can be accomplished via the API, so I wrote a script for it. Feel free to read through their respective READMEs to see if any of them would work for you. +These scripts interact directly with the Radarr/Sonarr/Lidarr API. They were created because me or somebody else wanted to do *X* automatically but there was not an application that did it but *X* is easily doable by using the API in a script. -* [Upgradinatorr](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/Upgradinatorr/README.md) * [Owinenatorr](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/Owinenatorr/README.md) +* [Set-RadarrCollectionsMonitored](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/Set-RadarrCollectionsMonitored/README.md) +* [Upgradinatorr](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/Upgradinatorr/README.md) * [ZakTag](https://github.com/angrycuban13/Just-A-Bunch-Of-Starr-Scripts/blob/main/ZakTag/README.md) diff --git a/Upgradinatorr/upgradinatorr.ps1 b/Upgradinatorr/upgradinatorr.ps1 index 4b8961a..bc0c1a5 100644 --- a/Upgradinatorr/upgradinatorr.ps1 +++ b/Upgradinatorr/upgradinatorr.ps1 @@ -25,11 +25,12 @@ # Process Lidarr using default config file .NOTES - Author : AngryCuban13 - Requires: PowerShell 7 - Version : 3.0 + Author : angrycuban13 + Dependencies: None + Requires : PowerShell 7+ + Version : 3.0 - Special thanks to Roxedus and austinwbest for giving me a guiding hand at the beginning of this + Special thanks to Roxedus and austinwbest for giving me a guiding hand at the beginning of this script. #> #Requires -Version 7 diff --git a/ZakTag/ZakTag.ps1 b/ZakTag/ZakTag.ps1 index feed9ea..d4ab196 100644 --- a/ZakTag/ZakTag.ps1 +++ b/ZakTag/ZakTag.ps1 @@ -6,8 +6,10 @@ The ZakTag.ps1 script automatically tags movies in Radarr with their release group. The script retrieves all movies from Radarr, filters the results to only movies with existing files, and then retrieves all existing tags. The script then creates missing tags for each release group, filters the tags to only release group tags, and tags movies with their corresponding release group tag. If the movie has the wrong tag, the script will remove it and apply the correct tag. .NOTES - Author: AngryCuban13 - Version: 2.0 + Author : angrycuban13 + Dependencies: None + Requires : PowerShell 7+ + Version : 2.0 #> #Requires -Version 7