Skip to content

Releases: tommyvange/ArrStalledHandler

1.1.3

05 Mar 12:28
5a52f44

Choose a tag to compare

What's Changed

Full Changelog: 1.1.2...1.1.3

1.1.2

07 Feb 06:53
d5135f4

Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

1.1.1

06 Feb 14:32
ec57c54

Choose a tag to compare

Added Lidarr support

1.1.0

24 Nov 22:55
98f26b7

Choose a tag to compare

What's Changed

Full Changelog: 1.0.1...1.1.0

1.0.1

24 Nov 15:07
ee393ac

Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.0.1

Initial release (1.0.0)

21 Nov 12:35
d4d4983

Choose a tag to compare

This is the first official release of ArrStalledHandler

Features

  • Automatic Handling of Stalled Downloads:
    • Detect stalled downloads based on error messages from Radarr/Sonarr queues.
    • Perform configurable actions such as:
      • Remove the stalled download.
      • Blocklist the stalled download.
      • Blocklist and re-trigger a search for the movie or episodes.
  • Database Tracking:
    • Tracks stalled downloads in a SQLite database to ensure actions are only taken after a specified timeout period.
  • Logging:
    • Verbose and informative logging controlled via configuration.
  • Docker Support:
    • Easily deployable with Docker and customizable run intervals.