But of course, this data is not in a single location:
Code: Select all
In SETTINGS > Thumbnail > Labels > Custom Label:
------------ DATE -----------
{EXIF:Date Taken [Y-m-d]} EXIF Image Date Taken
XMP xmp CreateDate
XMP exif DateTimeOriginal
{IPTC:Created Date} IPTC Origin Created Date
-------- DESCRIPTION --------
{EXIF:Image Description} EXIF Camera Image Description
{EXIF:XPTitle} EXIF Camera XPTitle
{EXIF:XPSubject} EXIF Camera XPSubject
XMP dc title
XMP dc description
{IPTC:Headline} IPTC Caption Headline
{IPTC:Caption} IPTC Caption Caption
- what script variables do I use for:
- XMP xmp CreateDate
- XMP exif DateTimeOriginal
- XMP dc title
- XMP dc description
- Is there an OR command (or similar) I can use to combine these variables.
(to just return the first non-empty variable)