Postponed (maintainer needs more info)
Project:
Media Mover
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 11:09 UTC
Updated:
22 Sep 2008 at 01:57 UTC
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
Comment #1
arthurf commentedThere 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.