Skip to content

Instantly share code, notes, and snippets.

@gneek
gneek / PhotoImport.scpt
Created April 28, 2020 02:35
Photo Importer for Apple Photos
tell application "Finder"
with timeout of 36000 seconds
set source_folder to choose folder with prompt "Select source folder."
set destination_folder to choose folder with prompt "Select folder to move imported images to"
my moveToPhotos(source_folder, destination_folder)
end timeout
end tell
on moveToPhotos(sFolder, dFolder)
set albumName to "2020"