-
-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FR]: Set seed time / ratio for a specific tag #88
Comments
I'm thinking of implementing a priority feature for specifying share limits. Please take a look at the sample config to see if it would satisfy this requirements. This would mean that you will no longer be able to specify the share limits in the share_limits:
noHL:
priority: 1
tags:
- noHL
exclude_tags:
- Beyond-HD
categories:
- RadarrComplete
- SonarrComplete
max_ratio: 4.0
max_seeding_time: 129600
limit_upload_speed:
cross-seed:
priority: 2
tags:
- cross-seed
max_ratio: 1.0
max_seeding_time: 10200
grouping3:
priority: 3
tags:
- PassThePopcorn
- blutopia
max_ratio: 2.0
max_seeding_time: 130000
How this works is that when tagging new torrents, or tagging noHL/cross-seed, it will start from the first priority and if it matches any of the tags it will apply the share limits defined. If not it will move onto the next priority etc... Note: This is not yet implemented, I'm still brainstorming ideas on what would be the best way to implement this |
Looking at this, i think this would work for such use-cases and gives a nice additional flexibility. |
Hi, I just pushed out this new feature that needs some thorough testing! Please refer to the new configuration.yml.sample on how to get setup. New Features
Validation Suggestion
Breaking Changes
|
Not sure how many are following but I've decided to change. Please refer to the configuration.yml.sample for the update. |
Is your feature request related to a problem? Please elaborate.
No
Describe the solution you'd like
would it be possible to add the possibility to set a seed-time via qbit-manage for a specific tag? So i could just set the seeding time for "cross-seed" tagged torrents to 6 days for example?
These are two examples for the FR. Having the possibility to define those for tags we can specify in qbit-manage would help some use cases.
Does your solution involve any of the following?
Describe alternatives you've considered
Tried to set a tracker tag as "cross-seed" for my case as discussed in Discord. Didn't do the trick
Who will this benefit?
Everyone that has the need to handle specific tags with specific times/ratios
Additional Information
No response
The text was updated successfully, but these errors were encountered: