unarr/internal/library
Deivid Soto 386c97f84a fix(torrent): expand tracker list, add DHT persistence and configurable timeouts
- Expand default trackers from 5 to 31 (synced with web tracker-list.ts)
- Add DHT node persistence between sessions (~/.local/share/unarr/dht-nodes.txt)
  Saves known nodes on shutdown, restores on startup for warm DHT bootstrap
- Make metadata_timeout and stall_timeout configurable in config.toml
  Default: 0 (unlimited, like qBittorrent) — users can set custom values
- Fix CleanTitle to handle web domains and format patterns (e.g. pctfenix.com)
2026-03-29 19:09:51 +02:00
..
mediainfo feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
cache.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
cache_test.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
resolve.go fix(torrent): expand tracker list, add DHT persistence and configurable timeouts 2026-03-29 19:09:51 +02:00
resolve_test.go fix(torrent): expand tracker list, add DHT persistence and configurable timeouts 2026-03-29 19:09:51 +02:00
scanner.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00
types.go feat: add migrate command, media server detection, and debrid auto-config 2026-03-29 16:54:32 +02:00