Skip to content

Instantly share code, notes, and snippets.

@jackbaty
Last active August 14, 2021 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jackbaty/dd4332290edc5b09e45b1f500fba1bab to your computer and use it in GitHub Desktop.
Save jackbaty/dd4332290edc5b09e45b1f500fba1bab to your computer and use it in GitHub Desktop.
My Lightroom Metadata field set
return {
version = 1,
title = 'My Essentials',
id = 'com.mytagsets.tagset2',
type = 'MetadataFieldList',
sortOrder = -9,
items = {
'com.adobe.metadataStatus',
'com.adobe.filename',
'com.adobe.copyname',
'com.adobe.folder',
'com.adobe.separator',
'com.adobe.title',
{ formatter = 'com.adobe.caption', heightInLines=4, height_in_lines=4 },
{ formatter = 'com.adobe.personInImage', label = 'Persons' },
'com.adobe.separator',
'com.adobe.captureDate',
'com.adobe.captureTime',
'com.adobe.separator',
'com.adobe.colorLabels',
'com.adobe.rating',
'com.adobe.separator',
{formatter = 'com.adobe.model', label = 'Camera' },
'com.adobe.lens',
'com.adobe.focalLength',
'com.adobe.separator',
'com.adobe.exposureAndISO',
"com.adobe.exposureProgram",
"com.adobe.exposureBiasValue",
'com.adobe.meteringMode',
'com.adobe.flash',
'com.adobe.separator',
'com.adobe.imageFileDimensions',
'com.adobe.imageCroppedDimensions',
'com.adobe.separator',
{ formatter = 'com.adobe.location', label='Location' },
'com.adobe.city',
'com.adobe.country',
'com.adobe.GPS'
}
};
@jackbaty
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment