Bash and Python utility scripts for Starr apps (Radarr, Sonarr, Lidarr, Readarr).
servarr/— Shared Starr app utilities- Root scripts — Individual automation tools (backup, dedup, update, etc.)
- Bash scripts use
.shextension - Python scripts use
.pyextension - All scripts should be POSIX-compatible where possible
- Use
.env.sampleas template for required environment variables
Pre-commit hooks configured via .pre-commit-config.yaml. Run pre-commit run --all-files before committing.