When dropping media-files into the import folder and after that, run the job, the files in the import folder will remain.
Within the next run, there will be duplicate nodes because the "old" files are still in the import-folder.

Comments

arthurf’s picture

Status: Needs work » Postponed (maintainer needs more info)

There shouldn't be duplicate harvests- the mm_dir module actually checks each file against the database. It doesn't remove them, but that's by design- there could be an option to delete them if there was interest, but the module does do uniqueness checking. I did some updates to the code to simplify how the harvest works using drupal file functions. Please grab the latest from CVS and let me know if that works for you.