- Articles now carry a `grabbed` flag; manually downloading one (or an
auto/forced rule grab) marks it, persisted across restarts, so the UI
shows it as added and re-runs skip it.
- POST /api/rss/refresh {name?} synchronously re-polls one feed (or all)
for an on-demand repull.
- POST /api/rss/rules/run {name} re-applies a rule to every existing
article (not just newly-seen ones), grabbing ungrabbed matches —
useful after editing a rule. Returns matched/grabbed counts.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
No EOL
1.3 KiB
Markdown
15 lines
No EOL
1.3 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.
|
|
- ✅ RSS should have a manual download button
|
|
- ✅ RSS should have a manual repull
|
|
- ✅ I should be able to force re-run a rule for cases where it was modified. |