DEV Community

pineapplemeat
pineapplemeat

Posted on

Export photos from Apple Photos app via commandline organized by date

Use tool https://github.com/RhetTbull/osxphotos

> osxphotos \
--db /path/to/PhotoLibrary.photoslibrary \
export /path/to/export/destination \
--directory "{created.year}/{created.month}" \
--verbose \
--report /path/to/exported_files_report.csv
Enter fullscreen mode Exit fullscreen mode

Top comments (0)