From af827d7a5769f41579d300a7cc511251d86b7eed Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Fri, 27 Nov 2020 16:58:11 -0800 Subject: [PATCH] Updated template values --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b7c5dc36..aa3a00e9 100644 --- a/README.md +++ b/README.md @@ -2053,6 +2053,7 @@ The following template field substitutions are availabe for use with `PhotoInfo. |{label}|Image categorization label associated with a photo (Photos 5 only)| |{label_normalized}|All lower case version of 'label' (Photos 5 only)| |{comment}|Comment(s) on shared Photos; format is 'Person name: comment text' (Photos 5 only)| +|{exiftool:GROUP:TAGNAME}|Use exiftool (https://exiftool.org) to extract metadata, in form GROUP:TAGNAME, from image. E.g. '{exiftool:EXIF:Make}' to get camera make, or {exiftool:IPTC:Keywords} to extract keywords. See https://exiftool.org/TagNames/ for list of valid tag names. You must specify group (e.g. EXIF, IPTC, etc) as used in `exiftool -G`. exiftool must be installed in the path to use this template.| ### Utility Functions