From d40b16a456c64014674505b7c715c80b977da76a Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 16 Dec 2020 21:56:19 -0800 Subject: [PATCH] Updated README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 75ae79fe..48d6e68a 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,10 @@ will be rendered to substitute template fields with values from the photo. For example, '{created.month}' would be replaced with the month name of the photo creation date. e.g. 'November'. +Some options supporting templates may be repeated e.g., --keyword-template +'{label}' --keyword-template '{media_type}' to add both labels and media +types to the keywords. + The general format for a template is '{TEMPLATE_FIELD[,[DEFAULT]]}'. Some templates have optional modifiers in form '{[[DELIM]+]TEMPLATE_FIELD[(PATH_SEP)][?VALUE_IF_TRUE][,[DEFAULT]]}'