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?

link|improve this question
feedback

1 Answer

Found the answer:

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.