Move arr stack scripts from Media/ to Arrs_Stack/

Media/ now holds only media-level scripts (cleaner, permissions, play_state_sync).
All arr management scripts (cleanup, discovery, sync, webhooks, release fixer) live in Arrs_Stack/.
This commit is contained in:
Gmer4Lfe
2026-06-27 18:39:33 -04:00
parent 99b2d1879b
commit b4bc9267e9
26 changed files with 88 additions and 88 deletions
+3 -3
View File
@@ -1062,7 +1062,7 @@ Background: YES
```bash
#!/bin/bash
/boot/config/plugins/varaverk/Media/lidarr_cleanup.sh --dry-run --log
/boot/config/plugins/varaverk/Arrs_Stack/lidarr_cleanup.sh --dry-run --log
```
**What it does:**
@@ -1094,7 +1094,7 @@ Background: YES
```bash
#!/bin/bash
/boot/config/plugins/varaverk/Media/sonarr_cleanup.sh --dry-run --log
/boot/config/plugins/varaverk/Arrs_Stack/sonarr_cleanup.sh --dry-run --log
```
**What it does:**
@@ -1115,7 +1115,7 @@ Background: YES
```bash
#!/bin/bash
/boot/config/plugins/varaverk/Media/radarr_cleanup.sh --dry-run --log
/boot/config/plugins/varaverk/Arrs_Stack/radarr_cleanup.sh --dry-run --log
```
**What it does:**