Skip to content

Commit

Permalink
Rough docs for apple-photos command, refs #1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 5, 2020
1 parent e5fede1 commit 2d75869
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,11 @@ Run this command to upload every photo in a specific directory to your S3 bucket
The command will only upload photos that have not yet been uploaded, based on their sha256 hash.

To see what the command would do without uploading any files, use the `--dry-run` option.

## Importing Apple Photos metadata

The `apple-photos` command can be run _after_ the `upload` command to import metadata from your Apple Photos library.

$ photo-to-sqlite apple-photos photos.db

Imported metadata includes places, people, albums, quality scores and machine learning labels for the photo contents.

0 comments on commit 2d75869

Please sign in to comment.