The following keywords can be used to modify file metadata programmatically with the SetAttr META command. Most fields can only be set to a string (or number), or cleared, however some fields accept more complex instructions, and these are noted below.
Field | Keyword | Notes | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Standard Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Attributes |
attr |
Attributes are specified with one or more of the following letters: You can also use + to turn attributes on and - to turn attributes off. Example: SetAttr META attr:+c-r - sets compression and clears read-only attributes |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date created |
createdate |
The date and time can be set to an absolute date (in which case the time will be unchanged), an absolute time (in which case the date will be unchanged), or both. The valid formats of the <time-adjust> string are: You can't adjust the date without also adjusting the time - so specify 0 for <time-adjust> if you only want to adjust the date. Example: SetAttr META createdate:now - sets the creation date to the current date/time You can also copy the values from another date field by specifying the other field's name: createdate, lastmodifieddate, datedigitized or datetaken. (For backward compatibility, modifydate also works as an alias of lastmodifieddate.) Example: SetAttr META createdate:lastmodifieddate - sets the creation date to the file's last modified date/time |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date modified |
lastmodifieddate |
Accepts the same values as createdate (described above). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Extended Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Comment |
comment |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rating |
rating |
Accepts a value from 0 (to clear the rating) through to 5 (5 stars). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tags |
tags |
Accepts multiple semi-colon separated tags. You can either set the tags absolutely, or add tags to or remove tags from the existing set. Example: SetAttr META tags:one;two - sets the tags to "one" and "two" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Picture Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Aperture |
aperture |
Accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Camera make |
cameramake |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Camera model |
cameramodel |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Contrast |
contrast |
Accepts the following values (either the value or the keyword can be used):
Example: SetAttr META contrast:2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Creation software |
software |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date digitized |
datedigitized |
Accepts the same values as createdate (described above in the Standard Properties section). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Date taken |
datetaken |
Accepts the same values as createdate (described above in the Standard Properties section). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Digital Zoom |
digitalzoom |
Accepts a decimal or fractional value, as well as the keyword off. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Exposure bias |
exposurebias |
Accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Exposure program |
exposureprogram |
Accepts the following values (either the value or the keyword can be used):
Example: SetAttr META exposureprogram:aperturepriority |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Exposure time |
exposuretime |
Specified in seconds or fractions of a second - accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
F-number |
fnumber |
Accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Flash |
flash |
Accepts the following values (either the value or the keyword can be used):
Alternatively, the following codes can be used in conjunction to represent the various states:
Example: SetAttr META flash:0x50 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Focal length |
focallength |
Specified in millimetres - accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Focal length (35mm) |
35mmfocallength |
Specified in millimetres - accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
GPS Altitude |
gpsaltitude |
Specified as metres relative to sea level - accepts either a decimal or fractional value. Specify a negative number to reference below sea level. Example: SetAttr META gpsaltitude:-423 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
GPS Latitude |
gpslatitude |
Accepts coordinates in any of the following formats:
Example: SetAttr META gpslatitude:45:26:46.302N |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
GPS Longitude |
gpslongitude |
Accepts coordinates in any of the following formats:
Example: SetAttr META gpslongitude:65W58.36 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Image description |
imagedesc |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
ISO speed |
isospeed |
Accepts a numeric value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Metering mode |
meteringmode |
Accepts the following values (either the value or the keyword can be used):
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Rotation |
orientation |
Accepts the values 0, 90, 180 and 270. Example: SetAttr META orientation:90 - set orientation to 90 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturation |
saturation |
Accepts the following values (either the value or the keyword can be used):
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Scene capture type |
scenecapturetype |
Accepts the following values (either the value or the keyword can be used):
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Sharpness |
sharpness |
Accepts the following values (either the value or the keyword can be used):
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Shutter speed |
shutterspeed |
Specified in seconds or fractions of a second - accepts either a decimal or fractional value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Special instructions |
instructions |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subject distance |
subjectdistance |
Specified in either metres or millimetres - accepts either a decimal or fractional value. Example: SetAttr META subjectdistance:10.3mm - 10.3 millimetres |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
White balance |
whitebalance |
Accepts the following values (either the value or the keyword can be used):
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Music Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Album |
album |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Album artist |
albumartist |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Compilation |
compilation |
iTunes Compilation tag. Can be True (1) or False (0). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Cover art |
coverart |
This can set, add and remove cover art. To set cover art (removes any existing art), the value must be specified as: The cover art type can be specified as follows (either the value or the keyword can be used):
Example: SetAttr META "coverart:3:/mypictures/Pink Floyd.jpg" |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Disc number |
discnumber |
Accepts either a single digit (the number of the disc), or two digits separated by a forward slash (the number of the disc and the total number of discs in the set). Example: SetAttr META discnumber:3/8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Initial key |
initialkey |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Original artists |
origartist |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Release date |
releasedate |
Accepts YYYYMMDD or YYYY-MM-DD format for the date. Example: SetAttr META releasedate:1973-03-01 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Track number |
track |
Accepts either a single digit (the number of the track), or two digits separated by a forward slash (the number of the track and the total number of tracks on the disk). Append a + to the value to activate auto-increment mode. Example: SetAttr META track:5/14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Video Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Directors |
directors |
User-defined string. Multiple directors can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Producers |
producers |
User-defined string. Multiple producers can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Writers |
writers |
User-defined string. Multiple writers can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Music and Video Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Author URL |
authorurl |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Artists |
artist |
User-defined string. Multiple artists can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
BPM |
bpm |
Accepts a numeric value. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Composers |
composers |
User-defined string. Multiple composers can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Conductors |
conductor |
User-defined string. Multiple conductors can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content group |
contentgroup |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Encoded by |
encoder |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Encoding software |
encodingsoftware |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Genre |
genre |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Mood |
mood |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Publisher |
publisher |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subtitle |
subtitle |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Year |
year |
Accepts a four digit year (YYYY). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Document Properties |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Authors |
author |
User-defined string. Multiple authors can be separated with semi-colons. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Category |
category |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Company |
company |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content Status |
contentstatus |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Content Type |
contenttype |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Copyright |
copyright |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Creator |
creator |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Language |
language |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Last saved by |
lastsavedby |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Manager |
manager |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Producer |
producer |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Subject |
subject |
User-defined string. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||
Title |
title |
User-defined string. |