codez / ImportPhotoFolders

Import a folder hierarchy as albums into OS X Photos.
MIT License
246 stars 42 forks source link

Import large folders #13

Closed janhar closed 8 years ago

janhar commented 8 years ago

This will fix issue https://github.com/codez/ImportPhotoFolders/issues/8 error "Finder got an error: AppleEvent timed out." number -1712

This error can happen when an event takes an unusually long time to complete.

Steps to reproduce:

  1. Folder with a large number of files (tested with 5000++ files, each 10mb)
  2. Run script
codez commented 8 years ago

Thanks for the pull request.