Let's have another go here...
Note that I have alt.binz configured to put downloads into folders based on nzb names, ie: c:\downloads\Movie (2007)\
Let's imagine that alt.binz has opened "Movie (2007).nzb" that describes theses files:
movie-part1.par2
movie-part1.rar -> movie-part1.rxx
movie.nfo
README
movie-part2.par2
movie-part2.rar -> movie-part2.rxx
movie.nfo
README
movie-part1.par2 will verify these files:
movie-part1.rar -> movie-part1.rxx
movie.nfo
README
movie-part2.par2 will verify these files:
movie-part2.rar -> movie-part2.rxx
movie.nfo
README
It's stupid to have the nfo in both par2 sets, but hey, it happens.
Alt.binz will either not download the second copies of movie.nfo and README, or will create new files called movie.1.nfo and README.1, depending on your configuration. I personally set alt.binz to not download existing files. I don't want multiple copies of nfos. The movie-part1.par2 set will repair and extract first. Note that I have alt.binz configured to extract files to a separate folder (d:\downloads\<nzb file name>).
These files are now deleted: movie-part1.par2 and movie-part1.rar -> movie-part1.rxx
If I configure alt.binz to move *.nfo to the same folder that the files were unrared to, alt.binz will have to repair the nfo in the second par2 set. Now there are up to three versions of the nfo. In any case, alt.binz will go on to repair and extract the second par2 set, and delete the remaining par2s and rars.
Since the original download folder c:\downloads\Movie (2007) has at best the README left behind, alt.binz won't delete the folder c:\downloads\Movie (2007), and I have to move the README and delete the folder by hand.
I think it would be cool if alt.binz moved all files that are left behind after par2 repair and unraring of a collection. This would eliminate annoyances like described above, and would work for mp3 albums and any other weird thing I download. Of course this would take some work, since moving files takes place after unrarring, which is organized by grouping files in a par2 set. Maybe par2 sets could be grouped the same way the download queue groups collections.
Feel free to ignore this suggestion. Although it would make my life a little easier, it's no biggy.