Stop torrents after download?

simur612

Member
May 25, 2018
879
0
16
Some trackers I am on have slot limits so I am looking to auto-stop downloads once they are complete (i.e. stop them from going in to seed mode).

How would I achieve this?

Right now I have:
Code:
system.method.set_key =event.download.finished,stop_seed,d.stop=
but it doesn't work