apple-photos-export

Command line tool to export photos from the macOS Photos library, organized by album and/or date.

MIT License

Stars
4
Committers
1

Bot releases are visible (Hide)

apple-photos-export - Version 0.3.0 Latest Release

Published by haukesomm about 1 month ago

  • Target macOS 14.6 with Photos 9.0
    • Even though the version remained the same, the internal schema of the Photos database changed with the above
      version
  • Improve error handling and error messages
    • Errors are now exported to an error log file in the export directory
    • Internal error handling has been improved
  • Rename database models to be better distinguishable from the library models
apple-photos-export - Version 0.2.0

Published by haukesomm 4 months ago

  • Add support for offline-only libraries. Previously, the app only supported icloud-enabled libraries.
  • Rename -e/--exclude-albums flag to -x/--exclude-albums.
  • Add new export flags:
    • -e/--include-edited to include edited asset versions in the export if available.
    • -E/--only-edited to always export the edited version of an asset if available.
  • Internal refactoring of the export command's logic
  • Even more internal cleanup and refactoring
apple-photos-export - Version 0.1.0

Published by haukesomm 6 months ago

  • Use diesel ORM for database access.
  • Proper handling of assets that have been offloaded to iCloud
  • Add changelog subcommand to display this changelog from the CLI.
  • Rename export-assets subcommand to export.
  • Rename --include flag to --include-albums.
  • Rename --exclude flag to --exclude-albums.
  • Add new flags to controll whether hidden assets are included or not:
    • Add -H/--include-hidden export flag to include hidden assets in the export.
    • Add --must-be-hidden flag to exclusively export hidden assets.
    • By default, hidden assets are not included.
  • Loads of refactoring and code cleanup.
apple-photos-export - Initial release

Published by haukesomm 7 months ago

First public release