What is the filebot command you are running? (NOTE: sharing console output as text via copy & paste is more easy and more effective than trying to do the same via screenshots)
Why do you process the same files twice? If you're using the amc script then you can use the --def excludeList option to keep track of already-processed files so you don't process them again in subsequent runs.
rednoah wrote: ↑01 Aug 2012, 13:04--def excludeLink=y Skip symlinks and hardlinks where the link count is more than 1 --def excludeList=amc.txt Keep a list of already processed file paths to be skipped in future runs (NOTE: enable this if you process the same folder repeatedly)