Skip to content

Tokenised Metadata

fjb2020 edited this page Jan 23, 2026 · 1 revision

🏷 Tokenised Metadata

The plugin supports tokenised metadata for use in photograph title and description.

  • Use {{token}} placeholders in title and description.
  • Supports all metadata from photo:getFormattedMetadata and photo:getRawMetadata.

πŸ’‘ Tip: Tokens allow dynamic metadata substitution at export time.


πŸ“Œ Keywords & File Info
  • keywordTags – All keywords applied to the photo (exact set, no filtering).
  • keywordTagsForExport – Keywords selected to export, including parent/ancestor tags.
  • fileName – File leaf name (e.g., myFile.jpg).
  • preservedFileName – Preserved file name of the image.
  • copyName – Name associated with this copy.
  • folderName – Folder containing the file.
  • fileSize – Formatted size (or smart preview size if offline).
  • fileType – File type (DNG, RAW, etc.).
⭐ Rating, Labels & Core Metadata
  • rating – User rating (number of stars).
  • label – Assigned color label.
  • title – Photo title.
  • caption – Photo caption.
πŸ“ Image Dimensions & Exposure
  • dimensions – Original dimensions (e.g., "3072 x 2304").
  • croppedDimensions – Cropped dimensions.
  • exposure – Exposure summary (e.g., "1/60 sec at f/2.8").
  • shutterSpeed – Shutter speed (e.g., "1/60 sec").
  • aperture – Aperture (e.g., "f/2.8").
  • brightnessValue – Brightness value.
  • exposureBias – Exposure compensation (e.g., "-2/3 EV").
  • flash – Flash fired status.
  • exposureProgram – Exposure program (e.g., "Aperture priority").
  • meteringMode – Metering mode (e.g., "Pattern").
  • isoSpeedRating – ISO (e.g., "ISO 200").
  • focalLength – Lens focal length (as shot).
  • focalLength35mm – 35mm equivalent focal length.
  • lens – Lens description.
  • subjectDistance – Distance to subject (e.g., "3.98 m").
πŸ“… Dates & Camera Info
  • dateTimeOriginal – Date/time of capture (localized format).
  • dateTimeDigitized – Date/time of scanning.
  • dateTime – Adjusted date/time.
  • cameraMake – Camera manufacturer.
  • cameraModel – Camera model.
  • cameraSerialNumber – Camera serial number.
  • artist – Artist/creator name.
  • software – Software used to process/create the photo.
πŸ“ GPS & Location Metadata
  • gps – Photo location (e.g., "37Β°56'10" N 27Β°20'42" E").
  • gpsAltitude – GPS altitude (e.g., "82.3 m").
  • gpsImgDirection – GPS image direction (e.g., "South-East").
  • locationCreated – Table of capture locations.
  • locationShown – Table of locations depicted.
  • city, stateProvince, country – Location shown in image.
  • isoCountryCode – ISO 3166 country code.
πŸ‘€ Creator / Rights / Licensing
  • creator, creatorJobTitle, creatorAddress, creatorCity, creatorStateProvince, creatorPostalCode, creatorCountry, creatorPhone, creatorEmail, creatorUrl – Creator details.
  • copyright, copyrightState, rightsUsageTerms, copyrightInfoUrl – Copyright info.
  • provider – Credited person when published.
  • source – Original owner of copyright.
  • copyrightOwner – PLUS table for copyright owners.
  • licensor – Licensing contact info.
πŸ“° IPTC / Publishing Metadata
  • headline – Brief summary.
  • descriptionWriter – Person who wrote or edited description.
  • iptcSubjectCode – IPTC Subject NewsCode.
  • iptcCategory, iptcOtherCategories – Legacy fields.
  • dateCreated – IPTC creation date.
  • intellectualGenre – Nature of image (e.g., daybook, feature).
  • scene – IPTC Scene NewsCodes.
  • jobIdentifier – Workflow or tracking ID.
  • instructions – Embargo or restriction info.
  • artworksShown – Table of artwork/object metadata.
πŸŽ₯ Video Metadata
  • duration – Video duration (HH:mm:ss:SSS).
  • trimmedDuration – Trimmed video duration.
  • frameRate – Video frame rate.
β™Ώ Accessibility Metadata
  • altTextAccessibility – Brief textual description.
  • extDescrAccessibility – Detailed textual description.
πŸ–Ό Other Metadata
  • imageSupplier, imageSupplierImageId – Image supplier info.
  • registryId – Registry item and organization IDs.
  • maxAvailWidth, maxAvailHeight – Maximum available photo dimensions.
  • sourceType – Type of source image.
  • imageCreator – Table of image creators.
  • propertyReleaseID, propertyReleaseStatus, modelReleaseID, modelReleaseStatus – Release info.
  • additionalModelInfo, modelAge, minorModelAge – Model info.
  • plusVersion, digImageGUID – PLUS metadata identifiers.

⬆ Back to Home

Clone this wiki locally