Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.57 KB

File metadata and controls

37 lines (21 loc) · 1.57 KB

arr-scripts

A collection of scripts related to the *arrs (Radarr, Sonarr, etc.), Usenet (SABnzbd), Jellyfin, Jellyseerr, cross-seed and more.


📂 Available Scripts

This script queries the Jellyfin server for movies and TV episodes released in the past 30 days and saves their unique IDs to the specified file for Jellyfin Media Bar.
Script: create_featured_list.sh

Example:

image

🔹 Sonarr

The script scans the Sonarr download queue for items stuck after failed imports (e.g., "No files found") and deletes them automatically.
Script: clear_queue.sh

The script scans the Sonarr queue for stuck downloads marked as completed but not imported, and attempts to manually import them using the API.
Script: import_stuck_items.sh

🔹 Radarr

The script scans the Radarr download queue for items stuck after failed imports (e.g., "No files found") and deletes them automatically.
Script: clear_queue.sh

The script scans the Radd queue for stuck downloads marked as completed but not imported, and attempts to manually import them using the API.
Script: import_stuck_items.sh


Each subfolder contains its own README.md with setup instructions and usage examples.