RhetTbull / exif2findertags

Read EXIF metadata from image and video files and convert it to macOS Finder tags and/or Finder comments.
MIT License
22 stars 0 forks source link

Initial design #2

Open RhetTbull opened 3 years ago

RhetTbull commented 3 years ago

Thinking about what the command line options will be for initial design. Here's my basic thoughts:

exif2findertags --tag EXIF_TAG --comment EXIF_TAG --tag-value EXIF_TAG --all-tags --all-exif --all-iptc --all-xmp -g FILES

Where:

Examples: exif2findertags --tag Make --tag Model --comment ImageDescription file.jpg would produce finder tags/keywords like: Make: Canon, Model: G10 and Finder comment would be something like "This is a photo of my dog".

exif2findertags --all-exif -g file.jpg would result in Finder keywords like: EXIF:Make: Canon, EXIF:Model: G10, EXIF:ISO 800, etc.

RhetTbull commented 3 years ago

Also should have an ini file option, for example:

exif2findertags --ini file.ini file.jpg

Where file.ini would look something like:

[tags]
Make
Model
ISO

[tag_value]
PersonInImage

[comment]
ImageDescription