Naut/ISSUES.md
ookami125 4708db151d nautd: hash-check paused torrents (check-only worker)
A paused torrent never ran a worker, so it never verified on-disk data
and showed no progress. Add a one-shot check-only swarm mode (open +
resume scan + report, no peers/engine/download). The reconciler runs it
for a paused torrent flagged needs_check (set on paused-add and recheck);
the worker stays paused afterward. New TORRENT_CHECKING state -> webui
checkingDL/UP. Mark #11 done.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 01:22:10 -04:00

12 lines
No EOL
1.1 KiB
Markdown

- ✅ Set Location doesn't work, it should also show the current location.
- ⬛ I need a way to modify a category (including Uncategorozied).
- ✅ Adding a Category means I can't have none selected on adding a torrent.
- ⬛ Category default download location does nothing as changing it doesn't change the download location. Download location should be greyed out by default with the default location shown. Clicking should allow you to change the location. If the location is set it shouldn't change if the category is changed.
- ✅ Automation variables at half window width makes the script unseeable. It should be displayed above the script if the window is to narrow.
- ⬛ We need to implement the RSS and Search Tabs.
- ✅ I need to be able to add Tags on adding a torrent.
- ✅ Categories aren't saved across restart.
- ✅ Pausing a torrent will go back into Downloading and Seeding.
- ✅ A torrents data could overlap with another existing torrent. This should be blocked to avoid
- ✅ A paused torrent should still do a full piece check.
- ✅ Something appears to have broken the peers info tab, nothing shows up.