--[[---------------------------------------------------------------------------- This is a Library Module Metadata Panel Preset Definition for Adobe Photoshop Lightroom 1.1 generated by Jeffrey's Friedl's Lightroom Metadata-Panel Preset Builder (version 0.29) http://regex.info/Lightroom/Meta This file is formatted for use with Lightroom Version 1.1. There are no guarantees that this file nor the instructions herein are supported by any other version of Lightroom. This file itself may be inspected, edited, and redownloaded at: http://regex.info/Lightroom/Meta/View=q6i Adobe does not officially support the use of this file; use at your own risk. -------------------------------------------------------------------------------- To install, ensure this file ends with an .lrtemplate extension, and copy it to the "Metadata Field Lists" folder of the Lightroom application support folder. To find the right folder, invoke [ Help > Go to Lightroom Presets Folder ] to bring up the "Lightroom" folder, within "Metadata Field Lists" should be created if it doesn't already exist, and then into which the .lrtemplate file should be copied. For reference, the target folder is likely to be: On Mac OS X: ~/Library/Application Support/Adobe/Lightroom/Metadata Field Lists On Windows XP: C:\Documents and Settings\\Application Data\Adobe\Lightroom\Metadata Field Lists On Windows Vista: C:\Users\\AppData\Roaming\Adobe\Lightroom\Metadata Field Lists or maybe this, which I've gotten reports of: C:\Users\\Application Data\Adobe\Lightroom\Metadata Field Lists Note that on Windows, the Application Data folder is a hidden folder visible only if you turn on the option to see hidden folders in the Folder Options dialog. On Mac OS X, the ~ represents your home directory, which is usually in: /Users/ Once this file has been installed, it is picked up by Lightroom the next time Lightroom starts. --]]---------------------------------------------------------------------------- return { version = 1, -- format this file is in (format version #1) title = "The Usual Suspects", id = "info.regex.lrmeta.v2.q6i", type = "MetadataFieldList", items = { "com.adobe.filename", { formatter = 'com.adobe.originalFilename.ifDiffers', label="Orig Name" }, "com.adobe.title", "com.adobe.sidecars", "com.adobe.copyname", "com.adobe.folder", "com.adobe.filesize", "com.adobe.imageFileDimensions", "com.adobe.imageCroppedDimensions", "com.adobe.fileFormat", "com.adobe.metadataStatus", "com.adobe.metadataDate", "com.adobe.audioAnnotation", "com.adobe.separator", "com.adobe.rating", "com.adobe.colorLabels", "com.adobe.separator", "com.adobe.headline", { formatter = 'com.adobe.caption', heightInLines=3, height_in_lines=3 }, "com.adobe.separator", { formatter = "com.adobe.label", label = "EXIF" }, "com.adobe.exposure", { formatter = 'com.adobe.exposureBiasValue', label="Bias" }, "com.adobe.flash", { formatter = 'com.adobe.exposureProgram', label="Mode" }, { formatter = 'com.adobe.meteringMode', label="Metering" }, { formatter = 'com.adobe.ISOSpeedRating', label="ISO" }, "com.adobe.focalLength", { formatter = 'com.adobe.focalLength35mm', label="(35mm)" }, "com.adobe.lens", { formatter = 'com.adobe.subjectDistance', label="Distance" }, "com.adobe.dateTime", { formatter = 'com.adobe.dateTimeOriginal.onlyIfUnique', label="(original)" }, "com.adobe.make", "com.adobe.model", { formatter = 'com.adobe.serialNumber', label="Serial" }, "com.adobe.artist", "com.adobe.software", "com.adobe.GPS", "com.adobe.GPSAltitude", "com.adobe.separator", { formatter = "com.adobe.label", label = "Image" }, "com.adobe.location", "com.adobe.city", { formatter = 'com.adobe.state', label="State" }, "com.adobe.country", { formatter = "com.adobe.label", label = "Copyright" }, { formatter = 'com.adobe.copyrightState', label="Status" }, "com.adobe.copyright", { formatter = 'com.adobe.rightsUsageTerms', label="Rights" }, { formatter = 'com.adobe.copyrightInfoURL', label="Info URL" }, "com.adobe.separator", { formatter = "com.adobe.label", label = "Contact" }, { formatter = 'com.adobe.creator', label="Creator" }, { formatter = 'com.adobe.creatorAddress', label="Address" }, { formatter = 'com.adobe.creatorCity', label="City" }, { formatter = 'com.adobe.creatorState', label="State" }, { formatter = 'com.adobe.creatorZip', label="Postcode" }, { formatter = 'com.adobe.creatorCountry', label="Country" }, { formatter = 'com.adobe.creatorWorkPhone', label="Phone" }, { formatter = 'com.adobe.creatorWorkEmail', label="Email" }, { formatter = 'com.adobe.creatorWorkWebsite', label="Website" } } }; -- end of configuration file