Skip to content

Instantly share code, notes, and snippets.

@Sixcurses
Sixcurses / fix-tba.sh
Last active August 29, 2024 20:27 — forked from goose-ws/fix-tba.sh
Script to fix TBA titled episodes in Sonarr
#!/bin/bash
#description=Fixes TBA episodes leftover by sonarr
#name=Fix-TBA
#arrayStarted=true
# Minor edits to work with Unraid User scripts plugin
# Changed docker exec -it >> docker exec -t
# Add via webui and set hourly task
# or add it to /boot/config/plugins/user.scripts/scripts/fixTBA and set hourly
#################################################################################