We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Skip resuming on torrent completion
There may be some torrents in the client that are genuinely paused for some reason, and a race completion should not cause them to resumed.
There should be some kind of filter, e.g. RESUME_SKIP_TAGS and RESUME_SKIP_CATEGORIES , similar to what we have for pausing:
RESUME_SKIP_TAGS
RESUME_SKIP_CATEGORIES
qbit-race/src/utils/config.ts
Lines 69 to 78 in 156b68b
to allow certain torrents to be prevented from being resumed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Feature
Skip resuming on torrent completion
Use Case
There may be some torrents in the client that are genuinely paused for some reason, and a race completion should not cause them to resumed.
There should be some kind of filter, e.g.
RESUME_SKIP_TAGS
andRESUME_SKIP_CATEGORIES
, similar to what we have for pausing:qbit-race/src/utils/config.ts
Lines 69 to 78 in 156b68b
to allow certain torrents to be prevented from being resumed.
The text was updated successfully, but these errors were encountered: