Running exiftool on an existing export #698
RhetTbull
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've added a new
osxphotos exiftool
command in v0.49.2. It solves the following problem:osxphotos export --update --exiftool
, every photo will get re-exported before exiftool is run because osxphotos will see that the existing file signature doesn't match the expected file signature (which now includes exiftool updates).osxphotos exiftool
will run exiftool on every file from a previous export then also update the database so the next time you runosxphotos export --update --exiftool
, osxphotos will see the correct signature and not re-export all files. This is much faster than re-exporting your entire library.Use
osxphotos help exiftool
for help options. It accepts all the same exiftool options and templates asosxphotos export
does.Beta Was this translation helpful? Give feedback.
All reactions