Skip to content

Commit

Permalink
Updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycuban13 committed Jan 1, 2025
1 parent beb2273 commit b51c5f6
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
7 changes: 5 additions & 2 deletions Owinenatorr/owinenatorr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
9 changes: 5 additions & 4 deletions Upgradinatorr/upgradinatorr.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 4 additions & 2 deletions ZakTag/ZakTag.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b51c5f6

Please sign in to comment.