RhetTbull / photosmeta

Extract known metadata from Apple's MacOS Photos library and export this metadata to EXIF/IPTC/XMP fields in the photo file For example: Photos knows about Faces (personInImage) but does not preserve this data when exporting the original photo.
MIT License
42 stars 0 forks source link

Feature: treat Album name as a keyword when exporting #9

Closed AHThomas closed 4 years ago

AHThomas commented 4 years ago

My goal is to export all of my photos to JPG and preserve all of the metadata that I've added to them via the Photos app. Album names can be considered metadata, essentially just another way of tagging or adding a keyword to photos. I'd like to have the Album names stored as keywords in the JPG files so that the info is saved and can be used in other apps.

RhetTbull commented 4 years ago

Thanks -- I'll add this feature as soon as I get a chance.

RhetTbull commented 4 years ago

@AHThomas I've added this to photosmeta, new option: --albums-as-keywords which stores the album name as a keyword. Give it a try and let me know if this does what you need.

RhetTbull commented 4 years ago

Completed with addition of --albums-as-keywords