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

Add --tag-match pattern #3

Closed RhetTbull closed 3 years ago

RhetTbull commented 3 years ago

Allows a partial pattern to match tags to export

e.g.

--tag-match ISO would export

EXIF:ISO, XMP:ISOSpeed, etc.

RhetTbull commented 3 years ago

Would also need to be able to specify use tag group or not when used with -g

RhetTbull commented 3 years ago

Maybe --match-tag to match the tag name w/out group and --match-group to match tag name with group.