If I import one file at a time, then I just display it. If I import a whole bunch of files, then I just display the last one, so you don’t have files “flashing”. There’s still something not quite right because sometimes it decides to try and import the whole directory. There’s also the problem where the first file is slow, and the rest are quick. I wait on each file until it’s complete which can backlog the system a little. I’m thinking queue them and process the queue each run, taking what’s complete and leaving the rest for the next run.