Last active
August 14, 2021 11:53
-
-
Save jackbaty/dd4332290edc5b09e45b1f500fba1bab to your computer and use it in GitHub Desktop.
My Lightroom Metadata field set
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks to https://paulmaguirephoto.com/2019/how-to-customise-the-metadata-panel-in-lightroom/