From c2bf03a81123d1952c852e29cc154a43f16d0b1b Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Wed, 20 Jan 2021 15:58:32 -0800 Subject: [PATCH] Added DESCRIPTION.txt [skip ci] --- osxphotos/templates/DESCRIPTION.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 osxphotos/templates/DESCRIPTION.txt diff --git a/osxphotos/templates/DESCRIPTION.txt b/osxphotos/templates/DESCRIPTION.txt new file mode 100644 index 00000000..08ce8758 --- /dev/null +++ b/osxphotos/templates/DESCRIPTION.txt @@ -0,0 +1,8 @@ +Templates for creating XMP sidecar files + +* xmp_sidecar.mako: Mako template for generating XMP sidecar +* xmp_sidecar_beta.mako: template for beta testing new XMP properties, if run with --beta, osxphotos will use this template, otherwise it always uses xmp_sidecar.mako + +Reference: +* https://www.adobe.com/devnet/xmp.html +* https://www.makotemplates.org/