Giter Club home page Giter Club logo

sonarr-radarr-queue-cleaner's Introduction

sonarr-radarr-queue-cleaner

A simple Sonarr and Radarr script to clean out stalled downloads. Couldn't find a python script to do this job so I figured why not give it a try.

Details:

This script checks every 10 minutes Sonarr's and Radarr's queue json information for downloads that has a status of Warning and or errorMessage that states The download is stalled with no connections for each item in the queue and removes it, informs download client to delete files and sends the release to blocklist to prevent it from re-downloading.

You can how often it checks via API_TIMEOUT=. It's currently set to 600 seconds (10 minutes). You probably should change this to check every hour or more.

The script uses asyncio to allow each call to wait for a response before proceeding. Logs everything and streams the info. You can replace with good ol' print if you like just remove the # Set up logging section and change all logging.error & logging.info to print.

This script was created to work in a docker container so the included files are necessary. to use in a docker container, copy folder to the machine hosting your docker, CD into the directory where the files are located and enter these following 2 commands:

1# docker build -t sonarr-radarr-queue-cleaner .

2#. docker run -d --name sonarr-radarr-queue-cleaner -e SONARR_API_KEY='123456' -e RADARR_API_KEY='123456' -e SONARR_URL='http://sonarr:8989' -e RADARR_URL='http://radarr:7878' -e TIMEOUT='600' --network="myDockerNetwork" sonarr-radarr-queue-cleaner

sonarr-radarr-queue-cleaner's People

Contributors

kjames2001 avatar mattdgtl avatar manimatter avatar

Stargazers

 avatar

Forkers

maxwlang

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.