All Projects → codez → Importphotofolders

codez / Importphotofolders

Licence: mit
Import a folder hierarchy as albums into OS X Photos.

Programming Languages

applescript
352 projects

Import Photo Folders

Import a directory hierarchy as albums into OS X Photos (El Capitan).

Just download ImportPhotoFolders.applescript, open it in Script Editor and execute it from there. You will be asked to select the directories to import.

Example

Given the following directory structure:

  • Pictures/
    • Mountains/
      • Asia/
        • everest.jpg
        • k2.jpg
      • Europe/
        • matterhorn.jpg
    • People/
      • i.jpg
      • mejenny.jpg
    • whatever.jpg

When selecting the Pictures directory to import, the following structure will be generated in Photos:

  • Pictures/ (folder)
    • Mountains/ (folder)
      • Asia (album)
        • everest.jpg
        • k2.jpg
      • Europe (album)
        • matterhorn.jpg
    • People (album)
      • i.jpg
      • mejenny.jpg
    • Pictures (album)
      • whatever.jpg
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].