unarr/internal
Deivid Soto 677a8fe083 feat: add migrate command, media server detection, and debrid auto-config
- Migration wizard from Sonarr/Radarr/Prowlarr (unarr migrate) [pre-beta]
  - Auto-detect instances via Docker, config files, port scan, Prowlarr
  - Import wanted list (monitored+missing movies/series)
  - Import download history and blocklist to avoid re-downloading
  - Extract debrid tokens from *arr download clients
  - Quality profile mapping to preferred_quality config
  - DISTINCT ON PostgreSQL query for optimal torrent selection
  - JSON export with --dry-run --json (text to stderr, JSON to stdout)
- Media server detection (Plex/Jellyfin/Emby) in unarr init
  - Detects library paths and offers them as download directory options
- Debrid auto-configuration in unarr init
  - Scans *arr instances for debrid tokens
  - Validates and saves via API if user confirms
- New preferred_quality setting in config (2160p/1080p/720p)
- Library scan command (unarr scan) with ffprobe metadata extraction
2026-03-29 16:54:32 +02:00
..
agent feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
arr feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
cmd feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
config feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
engine feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
library feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
mediaserver feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
parser feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
sentry feat: add Sentry error reporting 2026-03-29 01:00:26 +01:00
ui chore(deps): update all dependencies and GitHub Actions to latest 2026-03-28 21:56:22 +01:00
upgrade feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
usenet fix: harden usenet/debrid downloaders from critico review 2026-03-28 22:11:04 +01:00