I'm new on a number of private trackers and so I am trying to maximise seeding as much as possible.
Announcement
Collapse
No announcement yet.
The rutorrent Ratio Groups Tutorial
Collapse
X
-
Originally posted by cfpe View PostI'm afraid you didn't miss anything @dongledude. Afaik this isn't possible (yet). Btw, may I ask why you need both conditions?
I too wish this was capable. Need both conditions because of Hit & Run rules. Some private trackers require seeding of up say 3 days regardless of ratios or receive a hit and run. Further, if the torrent isn't seeded for at least a ratio of 1.0, this will hurt your overall ratio for the tracker (some trackers even have a limit to # of torrents you can have below 1.0).
I would love to be able to automate things - if all conditions are satisfied then remove the torrent when you need space, etc.
PS. These do not seem like difficult problems to tackle, do you know if the plugin is open source?
Comment
-
Thanks for the feedback :)
Originally posted by kylerudolfph906 View PostPS. These do not seem like difficult problems to tackle, do you know if the plugin is open source?
EDIT:
I think I've just found a solution: rtcontrol. This tool is included in the CommandLineTools component of PyroScope. With rtcontrol you can filter torrents from rtorrent and then perform an action on them. You can apply many different filter conditions which all must be satisfied.
For example:
rtcontrol is_complete=yes is_open=yes ratio=+1 seedtime=+3d alias=sometracker --stop
should stop all complete torrents of „sometracker“ that have a ratio greaten than 1 and that were seeded more then three weeks. If you then put this command in a cron job that runs exery x minute, you don't have to worry about minimun seed requirement anymore :)Last edited by cfpe; May 7, 2015, 08:40 AM.
sigpic
Sharing together - now and forever
Comment
-
Originally posted by cfpe View PostThanks for the feedback :)
rtcontrol is_complete=yes is_open=yes ratio=+1 seedtime=+3d alias=sometracker --stop
should stop all complete torrents of „sometracker“ that have a ratio greaten than 1 and that were seeded more then three weeks. If you then put this command in a cron job that runs exery x minute, you don't have to worry about minimun seed requirement anymore :)
I'll test it out and let you know how its working.
Comment
-
Originally posted by kylerudolfph906 View PostThis should do the trick nicely! Thanks cfpe! Saves me the trouble :).
I'll test it out and let you know how its working.
For example,,
Do you think its just not pulling in time data for the torrents? Something I'll have to play around with. Could be a configuration that I missed in my haste to test it out.
Comment
-
I haven't installed or used rtcontrol yet but while browsing the docu I found the following hint:
For the loaded and completed fields to work, as well as the started, leechtime and seedtime ones, you also have to add these commands [...]
sigpic
Sharing together - now and forever
Comment
-
Example 2
Torrents should stop always after 48 hours seeding regardless of how much (or little) has been uploaded
Min %
Max % UL,MB Time,h 1000000 0 any value 48
Min %
Max % UL,MB Time,h 1000000 0 0 1
Comment
-
Originally posted by Quito View PostI tried that and I have it like
I want to stop seeding after 1 hour but it is not working for some reason any advice, please?
Is there something else that I need to switch on, or flag I have to set, or something?
Comment
Comment