Skip to content

Releases: gomaaz/missingarr

v0.1.0 — Initial Release

20 Mar 21:15

Choose a tag to compare

Missingarr v0.1.0

First release of Missingarr — a lightweight, self-hosted missing content & upgrade searcher for Sonarr and Radarr.

Features

  • Multi-agent architecture: Orchestrator → SonarrAgent / RadarrAgent → Skills
  • SearchMissingSkill: Search order (Random, Smart, Newest First, Oldest First), Missing Mode (Episode, Season Packs, Show Batch, Smart)
  • SearchUpgradesSkill: Upgrade Source (Wanted List, Monitored Items, Both) — Radarr only
  • HealthCheckSkill: Connection monitoring every 5 minutes
  • Rate limiting with rolling window, Quiet Hours, Hours After Release
  • Dashboard with countdown timers, rate bar, stats, Recent Actions, FORCE button
  • Search History tab, Live log with Debug toggle (SSE streaming)
  • Full instance form with tooltips on all fields
  • Help page with field reference and FAQ
  • Parameterized SQL, Pydantic validation, API keys masked in logs

Compatibility

  • Sonarr v4.x (API v3)
  • Radarr v6.x (API v3) — X-Api-Key auth only

Docker

```bash
docker pull gomaaz/missingarr:latest
```