Question about rutorrent and moving files

randac56

Member
May 25, 2018
915
0
16
Hello,

i been looking around to see if i can achieve the following, upon an torrent finishes downloading he moves this file/folder to an 2nd folder. I checked around and there's 2 ways that do partially what i want, auto tools (rutorrent plugin) and rtorrent in the .rtorrent.rc using events:

Example:
Code:
on_finished = move_complete,"execute=mv,-u,$d.get_base_path=,/done/ ;d.set_directory=/done/"
Now the part that i can't find is what if i want to keep seeding 1 specific torrent and not moving it until an certain ratio is done or i stop the torrent. Anyone every tried to accomplish this?
 

randac56

Member
May 25, 2018
915
0
16
Thank you very much this is interesting indeed, i will definitely read this page as soon i get a bit of time.