Rtorrent: `system.method.set_key` not work's anymore?

Created on 6 Oct 2014  路  3Comments  路  Source: rakshasa/rtorrent

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 :)

Most helpful comment

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="

All 3 comments

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=

Was this page helpful?
0 / 5 - 0 ratings