IPTC Tokens

Top  Previous  Next

Date and time tokens

%a

Abbreviated weekday name

e.g. Fri

%A

Full weekday name

e.g. Friday

%b

Abbreviated month name

e.g. Jun

%B

Full month name

e.g. June

%d

Date in the form YYMMDD (equivalent to %y%m%D)

e.g. 030611 for June 11, 2016

%D

Day of the month (01 to 31)

 

%H

Hour (00 to 23)

 

%I

Hour (01 to 12)

 

%j

Day of the year (001 to 366)

 

%l

Long date/time representation of locale

e.g. Wednesday, December 17, 2016 19:03:47

%L

Long date representation for locale

e.g. Wednesday, December 17, 2016

%m

Month (01 to 12)

e.g. 06 for June

%M

Minutes (00 to 59)

 

%p

am/pm indicator

e.g. PM

%S

Seconds (00 to 59)

 

%t

Time in the form HHMMSS (equivalent to %H%M%S)

 

%W

Week number (00 to 53)

 

%x

Date representation for locale

e.g. 06_11_03 for June 11, 2017

%X

Time representation for locale

e.g. 14_39_29

%y

Year without century

e.g. 03

%Y

Year with century

e.g. 2017

%z

Time zone name

e.g. GMT Standard Time

%Z

Time zone offset wrt UTC

e.g. +0100 for GMT during DST

%1

Year 'now' in the form YYYY

e.g. 2017

%2

Month 'now' (01 to 12)

e.g. 06

%3

Day 'now' (01 to 31)

e.g. 20

{year}

Year 'now' in the form YYYY

e.g. 2017

{month}

Month 'now' (01 to 12)

e.g. 06

{day}

Day 'now' (01 to 31)

e.g. 20

{yearLess8h}

Same as {year} except using the current time less 8 hours

e.g. 2017

{monthLess8h}

Same as {month} except using the current time less 8 hours

e.g. 06

{dayLess8h}

Same as {day} except using the current time less 8 hours

e.g. 20

Shooting data tokens
 

{camera#}

Camera number as displayed in cameras dropdown list

e.g. 1

%c

Camera serial number

 

%C

Canon EOS-1D/1DS style camera serial number

 

%e

File extension (without the '.')

e.g. JPG for IMG_4567.JPG

%i

ISO value read from the shooting data

 

%o

Image filename without extension

e.g. IMG_4567

%O

Owner string stored in the camera

 

{orientation}

Image orientation: L for landscape or P for portrait

 

{orientationAngle}

Image orientation angle in degrees: 0, 90 or 270

 

{owner}

Owner string (same as %O)

 

{author}

Author string stored in the camera (newer camera models only)

 

{artist}

Author string (same as {author})

 

{copy}

Copyright string stored in the camera (newer camera models only)

 

{copyright}

Copyright string (same as {copy})

 

%T

Camera model name starting from the first word containing digits

e.g. 10D for Canon EOS 10D

%T1

Same as %T, but '-' are treated as spaces

e.g. 1DS for Canon EOS-1DS

%T2

Full camera model name

e.g. Canon EOS 10D

%T3

First word of camera model name containing digits

 

%T4

Same as %T3, but '-' are treated as spaces

 

%T5

Last word of camera model name containing digits

e.g. 10D for Canon EOS 10D

%T6

Same as %T5, but '-' are treated as spaces

e.g. 1DS for Canon EOS-1DS

%v

Camera model name starting from the first word containing digits

(same as %T)

 

%V

Full camera model name (same as %T2)

 

Other tokens

{comment}

The value of comment entered in the main window

 

%#

Specifies where to place the image number when used in the filename prefix

e.g. IMG_%#_{owner} places the image number before the owner string