bobokun
bobokun
I currently use qbit_manage with cross seeds and it works fine without deleting any of the data until there's only one torrent left without any orphan files. This is the...
@ahatdude , this can definitely be achieved with share limits. > The first version from tracker A is now tagged as noHL and the torrent will get removed. When tracker...
just tried that version but I'm still getting a similar error ` return walk(exp, index + endsub) File "/home/bobokun/scripts/bencode.py", line 59, in walk return walk(exp, index + endsub) File "/home/bobokun/scripts/bencode.py",...
Oops I closed the issue by accident.
@walkerp1 , can you please test the latest develop branch to see if your aggregation group speed is still working as expected? Thanks!
Hi @walkerp1 , can you please test again? Thank you!
Do you think it makes more sense to have a global flag under settings or for each priority in share limits?
Hmm, as I was coding this I realized that if the group_upload_speed is defined at the group_config level, then it doesn't make sense to define a limit_upload_speed variable as well...
What are your thoughts on having just a limit_upload_speed variable and a separate Boolean variable called enable_group_upload_speed. This way the limit upload speeds get defined in one variable and the...
@walkerp1 , can you please test the latest changes in develop and use `enable_group_upload_speed: true` in your config instead?