unarr/internal/engine
Deivid Soto c476bd865c feat(daemon): add auto-scan, force start, and stall timeout default
- Auto-scan: daemon scans library daily (configurable via config.toml)
  [library] auto_scan = true, scan_interval = "24h"
- Force start: tasks with forceStart=true bypass concurrency semaphore
  (like Transmission's Force Start — opens temporary extra slot)
- Stall timeout default: 30m instead of unlimited, prevents dead torrents
  from permanently blocking download slots
- ForceStart field in agent.Task for CLI/server communication
2026-03-29 20:22:15 +02:00
..
debrid.go fix(torrent): expand tracker list, add DHT persistence and configurable timeouts 2026-03-29 19:09:51 +02:00
debrid_test.go feat(debrid): add HTTPS downloader for debrid direct URLs 2026-03-28 18:09:34 +01:00
manager.go feat(daemon): add auto-scan, force start, and stall timeout default 2026-03-29 20:22:15 +02:00
manager_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
method.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
notify.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
notify_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
organize.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
organize_test.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
progress.go feat(agent): add WebSocket transport with HTTP fallback 2026-03-28 18:55:29 +01:00
resolve.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
resolve_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
safepath.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
safepath_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stream.go feat: improve daemon resilience, streaming, and usenet downloads 2026-03-28 21:36:12 +01:00
stream_player.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
stream_server.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
stream_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
task.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
task_test.go feat(debrid): add HTTPS downloader for debrid direct URLs 2026-03-28 18:09:34 +01:00
torrent.go feat(daemon): add auto-scan, force start, and stall timeout default 2026-03-29 20:22:15 +02:00
usenet.go fix: harden usenet/debrid downloaders from critico review 2026-03-28 22:11:04 +01:00
verify.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00
verify_test.go feat: initial commit — unarr CLI 2026-03-28 11:29:42 +01:00