Running a script on rtorrent completion

5

2

How can I make rtorrent run a script when it's finished downloading a torrent, with the full path to the torrent's folder as a parameter?

Clark Gaebel

Posted 2011-09-21T23:51:09.717

Reputation: 273

Answers

4

Found the answer:

system.method.set_key = event.download.finished,some_name_for_this_command,"execute=/path/to/script.sh,$d.get_name="

Clark Gaebel

Posted 2011-09-21T23:51:09.717

Reputation: 273