Skip to content
New issue

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

[Feature Request] Allow certain torrents to not be resumed #48

Open
ckcr4lyf opened this issue Jul 5, 2024 · 0 comments
Open

[Feature Request] Allow certain torrents to not be resumed #48

ckcr4lyf opened this issue Jul 5, 2024 · 0 comments

Comments

@ckcr4lyf
Copy link
Owner

ckcr4lyf commented Jul 5, 2024

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 and RESUME_SKIP_CATEGORIES , similar to what we have for pausing:

/**
* Torrents with these tags will be skipped from pause logic
* when adding a new torrent for racing
*/
PAUSE_SKIP_TAGS: string[];
/**
* Torrents matching any of these categories will be skipped
* from pause logic when adding a new torrent for racing
*/
PAUSE_SKIP_CATEGORIES: string[];

to allow certain torrents to be prevented from being resumed.

@ckcr4lyf ckcr4lyf changed the title [Feature Request] [Feature Request] Allow certain torrents to not be resumed Jul 5, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant