I was recently writing a small plugin to deal with uploading torrents to my fileserver as they finish. As I use the move completed functionality, I noted there was no way to ensure the file was moved before the plugin was called. As such I have made a patch against the current master revision, creating a new event which fires when torrents have completed moving.
While asking about my issue on IRC, I heard there was an issue with the extractor plugin, which sounded like it was caused by this. In the patch I have also modified the extractor plugin to utilise the same event, and in my tests it appears to work where move completed is used.
The patch is availible here.
If there is a better way to submit this, then let me know.
Patch for Ticket #1126 (Extracting not always working)
Re: Patch for Ticket #1126 (Extracting not always working)
Attaching to the ticket is the normal way to submit patches. If you can create a patch against 1.3-stable then it can be reviewed and included in the next release.
Re: Patch for Ticket #1126 (Extracting not always working)
Disregard that, I had to verify my email address. I have added the patch for 1.3-stable to the ticket.I have a patch against 1.3-stable, however I do not appear to have permissions to add to the ticket.
--Lattyware