Releases: Letark/servarr-auto-import
Releases · Letark/servarr-auto-import
Release list
v0.1.0
Initial prerelease.
Features
- Sonarr, Radarr, and Lidarr support
- Automatically imports downloads blocked by ID-based matching
- Dry-run mode for safe testing
- Configurable log levels and poll interval
- No external Python dependencies
- Multi-arch Docker image (
linux/amd64,linux/arm64)
Installation
# Docker Hub
docker pull letark/servarr-auto-import:0.1.0
# GitHub Container Registry
docker pull ghcr.io/letark/servarr-auto-import:0.1.0See the README for configuration.
What this solves
When Prowlarr sends a release to an *arr app using an indexer ID (TVDB, IMDB, etc.), the app may refuse to auto-import because the filename alone doesn't confirm the match — even though the grab history proves it's correct. Existing tools handle this by deleting and re-downloading. This tool trusts the grab history and completes the import instead.