Hi All,

I am attempting to understand the new event management operation in version 0.8.4. I believe I understand the opened, closed, resumed, paused events based upon my experimenting but I have not seen the inserted, inserted_new, inserted_session events fire. Below is some of the code in my .rtorrent.rc file;

---------------------------------------

directory = /torrent/download
session = /torrent/session

schedule = watch_directory,10,10,load_verbose=/torrent/watch/*.torrent

system.method.set_key = event.download.inserted,mark_inserted,"create_link=tied,,.inserted" system.method.set_key = event.download.inserted_new,mark_new,"create_link=tied,,.inserted_new" system.method.set_key = event.download.inserted_session,mark_session,"create_link=tied,,.inserted_session" system.method.set_key = event.download.opened,mark_opened,"create_link=tied,,.opened" system.method.set_key = event.download.closed,mark_closed,"create_link=tied,,.closed" system.method.set_key = event.download.paused,mark_paused,"create_link=tied,,.paused" system.method.set_key = event.download.resumed,mark_resumed,"create_link=tied,,.resumed"

---------------------------------------

I have tried starting rtorrent without anything in it's watch directory and adding a torrent to the watch directory, but no link is created.

When does the inserted, inserted_new and inserted_sesssion events fire?

Thanks
Darren
_______________________________________________
Libtorrent-devel mailing list
[email protected]
http://rakshasa.no/mailman/listinfo/libtorrent-devel

Reply via email to