Skip to content

Adding extra EXIF data such as Camera Make, Model, Lens etc #1471

Answered by RhetTbull
rollbahn asked this question in Q&A
Discussion options

You must be logged in to vote

rather than making sure to remember to do it directly in exiftool before importing into Photos.

Unfortunately that's the only way to do this currently.

The --exiftool-option is only for passing flags like -m to exiftool.

I do have an issue to add a --exiftool-template option that would allow you to do what you're stating (#243) but that's not implemented yet and I'm currently busy with some other things so can't say when it'll be done.

In the meantime you could use the osxphotos query command to get the path to the file and pipe it to exiftool to run your command.

For example, for the currently selected photo(s):

osxphotos query --quiet --selected --print "{photo.path}" | xargs -I {} ex…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rollbahn
Comment options

Answer selected by rollbahn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants