And the problem with the N vs NX, is most torrents are named something along the lines of:
show.season0episode0.resolution.encoding.crackteam
with the %~n selection, you get this result:
show.season0episode0.resolution.encoding
since it truncates the extension (even if it isn't a real extension). Therefore you need the %~nx parameter in order to contain the entire directory name. It's an odd (likely) torrent-specific condition, only because periods are used as space indicators. If they were commas or underscores, you would be absolutely correct.
And it's confirmed - the script won't launch until the Completion Move has been completed. Just downloaded a 4Gb file, and had to wait ~30 seconds for the script to launch. <sad>
