ratio

saroos1

Member
May 25, 2018
718
0
16
What is the command to set in rtorrent.rc file to automatically stop torrents when a ratio of 400% as been reached i am using 0.8.6/3.1

tried

schedule = ratio,60,60,stop_on_ratio=400,200M,2000


not working
 

simur612

Member
May 25, 2018
879
0
16
I think you've forgotten quoting :

schedule = ratio,60,60,"stop_on_ratio=400,200M,2000"

Will be better.

++
 

saroos1

Member
May 25, 2018
718
0
16
1 i did rtfm and 2 i have the plugin but wanted to add the code to the rc file so it would stop automatically but


schedule = ratio,60,60,"stop_on_ratio=400,0M,400"

does not work