Hey @rakshasa, you did nice work here :)
I just want to ask, when I upgrade to 0.9.4, this command not works anymore, and I can't see any document about this.
system.method.set_key = event.download.finished,notify_me,"execute=/path/to/mail.sh,$d.get_name="
Thanks :)
Hey,
Look => https://github.com/rakshasa/rtorrent/wiki/RPC-Migration-0.9
You new command :
method.set_key = event.download.finished,notify_me,"execute2=/path/to/mail.sh,$d.name="
I just change from system.method.set_key to method.set_key and I still don't get this work.
You change :
execute => execute2
$d.get_name= => $d.name=
Most helpful comment
Hey,
Look => https://github.com/rakshasa/rtorrent/wiki/RPC-Migration-0.9
You new command :