unarr/internal/cmd
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
..
clean.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
clean_test.go feat: add clean command to remove temp files, logs, and cached data 2026-03-29 11:04:51 +02:00
completion.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
completion_helpers.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
config_menu.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
daemon.go feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
daemon_install.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
doctor.go feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
doctor_unix.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
doctor_windows.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
download.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
helpers.go feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
init.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
inspect.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
migrate.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
popular.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
recent.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
reload_unix.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
reload_windows.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
root.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
scan.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
search.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
self_update.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
stats.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
status.go feat: replace setup with init wizard + interactive config menu 2026-03-29 12:09:03 +02:00
stream.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
stream_handler.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
stubs.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
version.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
version_cmd.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00
watch.go docs: improve CLI help, shell completion, and README 2026-03-28 21:36:27 +01:00