Skip to content

Commit

Permalink
Merge pull request #1 from finestream/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
finestream committed Dec 16, 2020
2 parents e097f3a + 3155045 commit 8237bc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,10 @@ Example: export photos to file structure based on 4-digit year and full name of

`osxphotos export ~/Desktop/export --directory "{created.year}/{created.month}"`

Example: export photos to file structure based on 4-digit year of photo's creation date and add keywords for media type and labels (labels are only awailable on Photos 5 and higher):

`osxphotos export ~/Desktop/export --directory "{created.year}" --keyword-template "{label}" --keyword-template "{media_type}"`

Example: export default library using 'country name/year' as output directory (but use "NoCountry/year" if country not specified), add persons, album names, and year as keywords, write exif metadata to files when exporting, update only changed files, print verbose ouput

`osxphotos export ~/Desktop/export --directory "{place.name.country,NoCountry}/{created.year}" --person-keyword --album-keyword --keyword-template "{created.year}" --exiftool --update --verbose`
Expand Down

0 comments on commit 8237bc8

Please sign in to comment.