Request for config that stops torrent upon complete except for one category. #373
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the reply and so quickly too! Those are just the parts of the YML I thought relevant, not the entire thing. At the top I have share_limits set to true. I've been though the Unraid installation guide and the Config setup guide but sorry, still confused by it. Last question! You sent the Commands link... Sorry about this confusion! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone,
I've been trying at this for a few days with no success so thought I'd ask here...
All I want is all my torrents to stop except for any in the "Books" category.
I'm not sure why it isn't doing anything but when I run qbit_manage, it just... does nothing.
I'm on Unraid > Docker > qbit_manage
And a side question.... can I have qbit_manage do its thing on a schedule of my choosing?
Like can I have it stop torrents every 10 minutes?
Here's there relevant config parts...
commands:
dry_run: false
cross_seed: false
recheck: false
cat_update: false
tag_update: false
rem_unregistered: false
tag_tracker_error: false
rem_orphaned: false
tag_nohardlinks: false
share_limits: true
skip_qb_version_check: false
skip_cleanup: false
directory:
cross_seed:
root_dir: /data/
cat:
Books: /data/Complete/Media/Books
Console - 3DS: /data/Complete/Console/3DS
Console - GameCube: /data/Complete/Console/GameCube
PC - Games: /data/Complete/Games/PC
PC - Utilities: /data/Complete/PC/Utilities
Video - Movies: /data/Complete/Media/Video/Movies
Video - Series: /data/Complete/Media/Video/Series
share_limits:
KeepBooks:
priority: 1
categories:
- Books
max_seeding_time: -1
cleanup: false
default:
priority: 999
max_ratio: -1
max_seeding_time: 1
cleanup: false
Beta Was this translation helpful? Give feedback.
All reactions