[FR]: limit_upload_speed for torrents from specified trackers based on their ratio #703
Open
2 tasks done
Labels
feature request
New feature or request
Is your feature request related to a problem? Please elaborate.
not really a problem but i think it would be nice if we could throttle torrents from trackers based on their ratio,
example: limit_upload_speed for torrents from trackerABC to 2000 KB/s if the ratio is above 3
atm you could set the max_ratio and the torrent gets stopped/deleted once the ratio is reached
or set a general upload limit for a tracker
but what if i wanted to only limit the upload speed if the torrent from a specified tracker has reached a specified ratio
Describe the solution you'd like
implementing a new variable and command which would only limit the upload speed of a torrent from a specified tracker if a specified ratio has been reached.
Does your solution involve any of the following?
Describe alternatives you've considered
with the help of chatgpt i made a python script, which does what i described above.
in case someone is interested https://pastebin.com/raw/fH3ugqLM
Who will this benefit?
everyone who wants to limit the upload speed of torrents from a specific tracker, based on the ratio
Additional Information
No response
The text was updated successfully, but these errors were encountered: