Hi all, I have a remote box running rtorrent, and I have completed torrents rsynced to another machine upon completion, via a cron job. I have it working by moving completed torrents to a separate directory, but that seems to cause problems with torrent resumes should rtorrent get restarted.
So I'm trying to use a group-based solution, where torrents are marked with a separate group when they're finished. I have this event in my .rtorrent.rc file: system.method.set_key = event.download.finished,chgrp_complete,"execute=chgrp,-R,completed,$d.get_base_path=" But it does not work. I've not had much luck with getting any debug information out of it, or determining if chgrp is being called or returning an error or anything else. Does anyone have any suggestions or see anything I may be doing incorrectly? Thanks much. _______________________________________________ Libtorrent-devel mailing list Libtorrent-devel@rakshasa.no http://rakshasa.no/mailman/listinfo/libtorrent-devel