From 235e1fb1a6a52f32e1c8fed217dda2d35c092d0a Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 17 Apr 2020 23:23:57 -0700 Subject: [PATCH] Updated README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e681382d..c7a50947 100644 --- a/README.md +++ b/README.md @@ -363,13 +363,13 @@ Substitution Description {person} Person(s) / face(s) in a photo ``` -Example: export all photos to ~/Desktop/export, including edited versions and live photo movies, group in folders by date created +Example: export all photos to ~/Desktop/export group in folders by date created -`osxphotos export --export-edited --export-live --export-by-date ~/Pictures/Photos\ Library.photoslibrary ~/Desktop/export` +`osxphotos export --export-by-date ~/Pictures/Photos\ Library.photoslibrary ~/Desktop/export` **Note**: Photos library/database path can also be specified using --db option: -`osxphotos export --export-edited --export-live --export-by-date --db ~/Pictures/Photos\ Library.photoslibrary ~/Desktop/export` +`osxphotos export --export-by-date --db ~/Pictures/Photos\ Library.photoslibrary ~/Desktop/export` Example: find all photos with keyword "Kids" and output results to json file named results.json: