I have a script which runs from altbinz which sorts and organizes my downloads. In most cases this works as expected. However it has been causing problems with some downloads with more than one par files each. In some cases this causes the 'default execute command' to be run 3-4 times!
Idealy, this script should only be run once ALL pars for that collection are done. In many cases there are 3 pars (cd1, cd2, other). The main problem is when cd1 finishes, but there was some recovery done, and by the time cd1 is 'complete' there have been 2-3 files from cd2 finished. My script will move cd1 files to CD1 and cd2 files to CD2... if there is need for parchecks on cd2... those expected files are now unavailable.