Displaying Metadata in Lightroom 4

I want to display the IPTC metadata in Lightroom 4 in the same way as in Bridge CS6 so that it only displays the fields I want to use - is this possible without having to install 3rd party software? I've tried the metadata pop-up menu selections but these either omit items I want to see or include many items which I don't use. I bought Lightroom because it was designed for photographers but I am discovering that there are a number of areas where it is not as flexible as Bridge.

1MickMick wrote:
the plugin is only a beta release but may revisit it once the final version appears.
I recommend trying while it's in beta. The only reason it's in beta is due to recent enhancements that concerned dynamic acquisition of other plugin's metadata. If you're not using that feature, it's beta-ism shouldn't affect you. This is otherwise a mature plugin - very low risk.
I "alpha" tested it, and only turned up one problem, which Jeffrey promptly fixed.
If you want to develop your own metadata viewer presets without resorting to a 3rd party plugin or add-in, you can develop your own:
Put in 'Metadata Field Lists' (you must create folder if not already existing) subfolder of "Lightroom Presets Folder" (see Preferences, Presets tab), a .lua file containing stuff like this:
return {
  version   = 1, -- format this file is in (format version #1)
  title     = "Rob's Minimal",
  id        = "com.robcole.metadatafieldlist.minimal",
  type      = "MetadataFieldList",
  -- keep plugins alphabetical
  items = {
        --   A D O B E
        { "com.adobe.label", label = "File Info" },
        'com.adobe.filename',
        'com.adobe.folder',
        'com.adobe.dateTimeOriginal',
        'com.adobe.dateTimeDigitized.onlyIfUnique',
        'com.adobe.imageCroppedDimensions',
        'com.adobe.separator',
        { "com.adobe.label", label = "Title & Caption" },
        'com.adobe.title',
        { 'com.adobe.caption', height_in_lines = 3 },
        'com.adobe.separator',
        { "com.adobe.label", label = "Shooting Info" },
        'com.adobe.exposureBiasValue',
        'com.adobe.flash',
        'com.adobe.software',
        'com.adobe.separator',
        { "com.adobe.label", label = "Genre, Scene, & Location" },
        'com.adobe.intellectualGenre',
        'com.adobe.scene',
        'com.adobe.location',
        'com.adobe.city',
        'com.adobe.state',
        'com.adobe.country',
        'com.adobe.isoCountryCode',
        'com.robcole.lightroom.CustomMetadata.*',
        'com.robcole.dev.ChangeManager.*',
        'com.robcole.ChangeManager.*',
        'com.robcole.lightroom.metadata.RC_CustomMetadata.*',
        'com.robcole.lightroom.develop.DevAdjust.*',
        'com.adobe.separator',
        --   D E V   M E T A
        { "com.adobe.label", label = "RC Dev Meta" },
        'com.adobe.separator',
        'com.robcole.lightroom.metadata.DevMeta.lastUpdate',
        'com.adobe.separator',
        'com.robcole.lightroom.metadata.DevMeta.ProcessVersion',
        'com.adobe.separator',
        { "com.adobe.label", label = "Camera Calibration" },
        'com.robcole.lightroom.metadata.DevMeta.CameraProfile',
        'com.robcole.lightroom.metadata.DevMeta.ShadowTint',
        'com.robcole.lightroom.metadata.DevMeta.rgbColorMods',
        'com.adobe.separator',
        { "com.adobe.label", label = "Basic" },
        'com.robcole.lightroom.metadata.DevMeta.WhiteBalance',
        'com.robcole.lightroom.metadata.DevMeta.Temperature',
        'com.robcole.lightroom.metadata.DevMeta.Tint',
        'com.robcole.lightroom.metadata.DevMeta.Exposure',
        'com.robcole.lightroom.metadata.DevMeta.HighlightRecovery',
        'com.robcole.lightroom.metadata.DevMeta.FillLight',
        'com.robcole.lightroom.metadata.DevMeta.Shadows',
        'com.robcole.lightroom.metadata.DevMeta.Brightness',
        'com.robcole.lightroom.metadata.DevMeta.Contrast',
        'com.robcole.lightroom.metadata.DevMeta.Clarity',
        'com.robcole.lightroom.metadata.DevMeta.Vibrance',
        'com.robcole.lightroom.metadata.DevMeta.Saturation',
        'com.adobe.separator',
        { "com.adobe.label", label = "Tone Curve" },
        'com.robcole.lightroom.metadata.DevMeta.ToneCurveName',
        'com.robcole.lightroom.metadata.DevMeta.toneCurveParamMods',
        'com.robcole.lightroom.metadata.DevMeta.toneCurvePointMods',
        'com.adobe.separator',
        { "com.adobe.label", label = "HSL / Color / B & W" },
        'com.robcole.lightroom.metadata.DevMeta.colorType',
        'com.robcole.lightroom.metadata.DevMeta.colorMods',
        'com.adobe.separator',
        { "com.adobe.label", label = "Split Toning" },
        'com.robcole.lightroom.metadata.DevMeta.splitToning',
        'com.adobe.separator',
        { "com.adobe.label", label = "Detail" },
        'com.robcole.lightroom.metadata.DevMeta.Sharpness',
        'com.robcole.lightroom.metadata.DevMeta.SharpenRadius',
        'com.robcole.lightroom.metadata.DevMeta.SharpenDetail',
        'com.robcole.lightroom.metadata.DevMeta.SharpenEdgeMasking',
        'com.adobe.separator',
        'com.robcole.lightroom.metadata.DevMeta.LuminanceSmoothing',
        'com.robcole.lightroom.metadata.DevMeta.LuminanceNoiseReductionDetail',
        'com.robcole.lightroom.metadata.DevMeta.LuminanceNoiseReductionContrast',
        'com.adobe.separator',
        'com.robcole.lightroom.metadata.DevMeta.ColorNoiseReduction',
        'com.robcole.lightroom.metadata.DevMeta.ColorNoiseReductionDetail',
        'com.adobe.separator',
        { "com.adobe.label", label = "Lens Corrections" },
        'com.robcole.lightroom.metadata.DevMeta.lensDistortion',
        'com.robcole.lightroom.metadata.DevMeta.lensVignetting',
        'com.robcole.lightroom.metadata.DevMeta.lensCa',
        'com.robcole.lightroom.metadata.DevMeta.perspective',
        'com.adobe.separator',
        { "com.adobe.label", label = "Effects" },
        'com.robcole.lightroom.metadata.DevMeta.postCropVignette',
        'com.robcole.lightroom.metadata.DevMeta.grain',
        'com.adobe.separator',
        { "com.adobe.label", label = "Crop, Locals, & Retouch" },
        'com.robcole.lightroom.metadata.DevMeta.retouched',
        'com.robcole.lightroom.metadata.DevMeta.redeye',
        'com.robcole.lightroom.metadata.DevMeta.gradients',
        'com.robcole.lightroom.metadata.DevMeta.brushes',
        'com.adobe.separator',
        {"com.adobe.label", label="RC Exif Meta" },
        'com.robcole.develop.ExifMeta.lastUpdate',
        'com.adobe.separator',
        { 'com.adobe.label', label = 'SubIFD1' },
        'com.robcole.develop.ExifMeta.SubIFD1_BitsPerSample',
        'com.adobe.separator',
        { formatter = 'com.robcole.develop.ExifMeta.bigBlock', topLabel=true },
        --   N X   T O O
        'com.adobe.separator',
        -- { "com.adobe.label", label = "RC Nx Too" }, -- The label is automatic when * is used.
        'com.robcole.lightroom.NxToo.*',
PS - Lemmeno if you want more details...
Rob

Similar Messages

  • How to synchronise metadata between Lightroom catalogue and exif metadata (e.g. Orientation and rating)?

    Hi there,
    i have some third-party tools that also read my original photos that I use in my workflow. That is especially my private synology cloud, from which I can watch my images in the browser and in mobile devices like my iPhone/iPad.
    i Ido not want to export a second copy of the pictures from Lightroom to be used by the other tools and still want to be able to synchronise the two most important values between these tools and Lightroom: orientation and rating.
    is there any way to store orientation and rating from lightroom in the original photo's exif data? vice versa is there a way to synchronise these values back from the exif metadata to Lightroom? Especially orientation is an issue, because I have older cameras that do not set the orientation tag and I have to orient them in Lightroom.
    rationale: I'd like to use web or mobile devices to rate pictures with my friends and family and do not to have everybody gather around my Lightroom PC.
    I don't want to be trapped in the adobe product family. Buying Lightroom-mobile is not an option as I don't accept public clouds and the pricing of it.
    Any hints?
    cheers,
    Meike

    Use the Metadata > Save Metadata To File command to write orientation and rating from the LR catalog back to the photo's metadata.  Or set the option Catalog Settings > Metadata > Automatically Write Changes Into XMP.
    If an external tool changes a photo's metadata, LR will display an indicator in the upper-right corner of its thumbnail in Library grid mode:
    You can tell LR to reread all the metadata from the file by doing Metadata > Read Metadata From File (this will replace all the metadata in the LR catalog, so beware).
    You can find all photos that have changed metadata in the file by using the Metadata Status column in Metadata browser of the Library Filter bar.

  • Question about showing jpeg metadata in lightroom

    Hi,
    I have briefly gone through the sdk material but there are some aspects that remained unclear to me. In more detail, I would like to show the RegionName tag from jpg-file in the LR metadata for searching etc. This tag includes the face recognition data from Picasa. I have already experimented with the exiftool and know how to add the names in RegionName to Subject or Keywords tag in both jpg-file and corresponding .xmp file for the raw-file. However, I would like to find an elegant solution by showing the tag in the LR directly. Before trying the make the LUA code, I would like to understand some basic principles behind the plugin programming namely:
    1) How do I read the RegionName tag from the jpg-file and in which part of the plug-in? Is there a way to make LR read it every time the "Read Metadata from File" is used?
    2) How do I "publish" it to appear in the Metadata panel on the right side of the LR (this is somewhat handled in the examples even though I do not understand the com.adobe.xxx reference i.e. which structure is it actually referencing to?)
    Any comments and help is welcome on this or any advice where to find the information!
    Mikko

    Mikko,
    LR provides access only to some metadata fields, not all.  RegionName is not one of the fields LR knows about, so you won't be able to use the SDK's metadata methods to access or display it.  Typically, plugins that want to access such metadata run the free Exiftool on the images and then parse the output of Exiftool. 
    The ExifMeta plugin exposes all metadata that's accessible by Exiftool as custom metadata fields in LR.  I suggest you try out that plugin to see if it meets your needs.  If it doesn't, you can examine its source code as an example of how to use Exiftool to access and display metadata.  The plugin's author Rob Cole is a frequent contributor to this forum and quite willing to answer questions.

  • Exporting metadata from Lightroom to Excel

    For all those out there wanting to export metadata from Lightroom to CSV, I have found a Fantastic Company www.pkzsoftware.com that sell their product for approx AUS $10.00 "Lightroom Metadata Explorer" it works perfectly and their customer service is just the best you will find anywhere, being a computer novice I had a few problems and they went out of their way to assist me to get exactly the data I needed. Can't speak highly enough of the Company.

    John,
    Thanks for your reply and the references to the tools. I ran the sqlLite Database Browser to look at the LR database, and to be honest it was pretty much gibberish to me. There's over 50 tables in the database and some quick browsing through them revealed data that would seem to require a knowledge of the database structure to extract. I'm a photographer with very good knowledge of how to use software tools to do my job, but I'm not a programmer and really don't have the time or the desire to become one.
    My point is any good database software should have the capability to generate at least a flat file of the information contained within. In LR's case, I (and it seems others based on feature requests) would like to see a capability of exporting a CSV or tab-delimited file of the information contained in the side panels (i.e., keywords, the metadata browser, and the metadata panel for starters) on an image-by-image basis. I could then use the output in any of several other tools to do what I need.
    Thanks again for your helpful links. Maybe someone can come up with a "CSV generator" using one of those tools that could be shared among LR users.

  • Display metadata instead of clip name on the clips in the timeline and in the source monitor

    Is there a way to display metadata instead of clip name on the clips in the timeline and in the source monitor? Clip names are usually set by the camera and are of no use to me. What i would like the clip and the source monitor to display is the name of the shot from the metadata. That's,in my opinion, a very useful info when you're editing a film.  If that feature doesn't exist, is there a way to batch rename clips based on metadata?

    thanks
    is that new or was that always there. Not to sure if I have tried that in the past
    anyway it helped and will makes things much faster
    one other question maybe you have an answer to that too. it seems both Audio tracks are independ when putting on keyframes is there a way when using keyframes in the time line that it affect both channels of audio for example a1 an a2
    once again thanks for your help

  • Displaying metadata on artboard

    Is it possible to display metadata as text on an artboard?

    Thanks for the reply, I was hoping to find a script online but no joy so far. I've had to create a custom metadata panel so I can input information relevant to me but I imagine this will make getting the right script even trickier.

  • How to display "Metadata Only" field in Update Form

    Hi,
    I have added the below configuration in Config.cfg file to make Primary File non mandatory,
    AllowPrimaryMetaFile=true
    suppressAlternateFile=true
    createPrimaryMetaFile=true
    After restarting the server it displayed "Metadata only" fileld upon selecting Primary File became non mandatory, but while updating the Content this field is not getting displayed, rather it is displaying Original File field and Primary File became mandatory.
    Could you please let me know how to make Primary File non mandatory (otherwise displaying "Metadata only") in Update form. Appreciate your help on this. Thank you.
    Thanks,
    Ashok

    Hi Srinath,
    Thank you for responding, here we need to make Primary File non mandatory by displaying "Metadata only" field. we achieved this in Check In form, we need the same in Update Form.
    From the Kyle blog, he specified that option to completely hide Primary File but our requirement is making non mandatory by introducing metadata only field.
    Thanks,
    Ashok

  • Microsoft Pro Photo - Geotag metadata in Lightroom

    Geotagging (embedding location information in image metadata) has occasionally been mentioned in posts in this forum, but I just thought I'd share my recent experiences with Microsoft Pro Photo Tools (MPPT) with those that may not be aware of its existence/capabilities.
    MPPT is essentially a metadata editor with Geotagging capability - and it is free (
    ). Since version 2 it has supported Adobe's XMP sidecar file format. I've recently used it with the following workflow to tag my images with location info directly from a separate GPS:
    1. Whilst shooting pictures, I carry around my Garmin GPS, recording my track (optional).
    2. Back at home, I download my images into LR, automatically adding copyright metadata, etc to all files at import.
    3. I download the track information from my Garmin GPS, saving it as a GPX file.
    4. I then open up the track GPX file and the images in MPPT.
    5a. Based on the date/time exif data embedded in the image file and the date/time information in the track file, MPPT automatically identifies the location of each image and displays them on a map.
    5b. If you have no GPS, you can easily enter in location and fine tune on a map. For example, enter "Seattle Art Museum" and the selected images are associated with the location of the Seattle Art Museum and shown on a map for you to fine tune!
    6. With one click, MPTT then writes location metadata (Country, State, City, Location, etc) to either the original image file or the sidecar XMP (depending on user defined configuration) - I write the data to XMP.
    7. Back to Lightroom and sync metadata (one click). At that point, all the location metadata is visible within the Library module.
    I was impressed how easy this all was. One day this capability may well be within LR, but until then this is an easy way to geotag your images.

    Have you looked at Jeffrey Friedl's cross platform tool? http://regex.info/blog/lightroom-goodies/gps and http://regex.info/blog/2008-10-29/979
    This works inside Lightroom, understands track log files, works with manual tagging from google maps and much more.

  • Missing Metadata from Lightroom Gallery Jpegs

    I have been making some Lightroom web galleries using standard templates that are included in LR. However when I examine or remove the large jpegs it seems that my metadata has been stripped out by the process. I'm looking at the large photo in Photoshop CS3 by going to File>File Information. None of the keywords or copyright information is present.
    The metadata displays correctly in the Library area within Lighroom.
    I'm using Mac OS 10.4.8

    Thanks for the suggestion Sean, I'll give that a try. I'll also run a test by simply trashing the old sidecar files. That may be the path of least resistance.
    I hate to go back to Bridge especially after spending the last year using Photo Mechanic, which I still use in my assignment workflow. For editing, ranking and renaming it's head and shoulders above Bridge but it's weakness is that it can't make customized web galleries and it's not a RAW converter either. It does make galleries but they lack even the most basic HTML customizable features without serious coding. That said, Photo Mechanic's ability to embed metadata is fantastic. You can even embed the unique file name of each image as a keyword. If you've ever been handed back one of your own images by a client after they remove the file name and spent time searching for it you'll begin to appreciate being able to go to the metadata and just get the file name in the keyword field.
    I'm using Lightroom only to make web galleries for my stock site and it's very important to me that copyright info gets embedded into each image. Keywords would be helpful too but that's not a deal breaker.
    So far Lightroom has been fantastic as a batch processing tool but I'm amazed at how difficult it is with metadata. If metadata can't reliably be entered and saved in files then what good is it? The thing that bothers me the most is that it looks as if it's totally stripped out in the gallery process which is unspeakably awful.
    I hope that the answer is that I'm doing something wrong in my processing and that it's easily fixable.

  • Displaying Metadata on Image

    Hi, I'm new to Lightroom and was curious to see if there is any way to display some of my metadata on my image and export it so that when I view the picture later, for instance, the bottom left corner of the image would show the data and location. Essentially, I'm looking for the same functionality as in the slideshow mode, where I can create a custom text box that displays certain metadata fields on each slide. But, correct me if I'm wrong, the slideshow only outputs to a .pdf and there is no way to save the text on each image. The reason I ask is that my Grandma got a digital picture frame for Christmas and it would be helpful to her if the year, location, etc. were visible somewhere on the photo being displayed. Thanks for your help.
    Chris

    Yes, with my LR/Mogrify plugin.
    http://www.timothyarmes.com/lrmogrify.php

  • Displaying metadata, how to display ONLY the Date

    I would like to display the Date below each image in Aperture 3. When I select "Date" in the Browser & Viewer Metadata window, the result is a very long string with the Date, the Time and the Time Zone. meaning that most of the time I see nothing because the string is much too long to be displayed...
    How to display ONLY the Date ?
    Thank you.
    Olivier

    om28 wrote:
    I will do that but still... if the Date could be ONLY the Date "without time and time zone", I would be able to display more information.. and it will look nicer.
    I said at the top of my first response above: +Afaik, there is no way within Aperture to change the date format of the date metadata overlay.+
    Send Aperture feedback to Apple via "Aperture→Provide Aperture Feedback"
    In the past I used Expression Media and the config for displaying such info was better.
    Aperture has a strange interface for it (and for other parameters), it does not behave at all like an Apple software (for the GUI), probably an external development team... but I agree it is more complex than iPhoto.
    Aperture is 10x more complex than iPhoto.
    If you want to see a rigid, boxed, "engineer"-style image database interface, take a look at Lightroom 3. It's a great program -- but it's a very different concept of information presentation and interaction.
    Thanks again.

  • Video files don't display Metadata (Canon 60D)

    I use Lightroom for archiving both stills and video. I use two cameras for my work: a Canon 5D MK II and a Canon 60D. This being the case the filter function is very useful as I can search for images from each camera separately (and check exposure info etc).
    I have no problems with the 5D. But Lightroom doesn't display any metadata for video files from the 60D. Interestingly the image files do not have this issue and display the metadata I need: Exposure, focal length etc. Its just the video files... They contain no info. If 60D video files are present in the catalogue the filter bar at the top reads "Unknown Camera" and displays the (correct) number of 60D video files. I am up to date with Firmware 3.3.
    Any suggestions? Thanks!

    I think you have it! Thank you. Yes, there are no sidecar files with the 60D video files (only with the 5D video files). But why isn't the 60D providing these files?... Do you know how I can fix this? Thanks again!

  • How to display metadata such as data load date in answers report title?

    We have a requirement to display the last load date of the data relevant to the report the user is viewing. We have such information stored in a metadata table listed by the fact table the report is referencing. Our proposed solution is to create new answers reports off of this metadata table and put each report (with the appropriate filter on the fact table) on each dashboard section where the corresponding report is placed. One problem with this approach is the load date information will not be reflected in the print form of the report as the date is dashboard content - not report content. Is there any way to overcome this situation (other than create a ton of variables specifically created for this purpose)? I'm open to entertaining javascript ideas, if necessary. I would love to know how to push this OBIEE envelope further. Thanks in advance.

    Hi,
    I discuss with some people who are familiar with SharePoint, we both thought Windows Explorer may
    not accept the custom metadata.
    if we want to do some customization, it is recommended to ask for help in development forum.
    http://social.msdn.microsoft.com/Forums/windowsdesktop/en-US/home?category=windowsdesktopdev
    If you have any feedback on our support, please click
    here
    Alex Zhao
    TechNet Community Support

  • Metadata from Lightroom to Bridge

    Using Lightroom 3 to import images from SD card to Mac hard drive. Complete set of IPTC metadata entered as a preset in Lightroom, does not appear in Bridge. All the fields are blank. Would you please explain why this is happening, and pointme to instructions to do this correctly.

    I believe you have to choose the option, "Write changes to XMP" to have that happen. For those files that you have already added the information, try highlighting them and pressing Ctrl(Cmd)/S.

  • Why is the metadata in Lightroom 5 not updated ?

    Hi there,
    I have made changes to photos in a folder using Adobe CS6 via the Camera Raw in Adobe Bridge CS6.
    However, when I open up my Lightroom 5, all the changes that I made in Adobe Bridge CS6 was not shown in Lightroom 5.
    How do make Lightroom 5 recognise the changes that I made in Adobe Bridge CS6 ?
    Thanks

    Use Metadata->Read Metadata from Files
    If I could give you some advice, using two programs (Bridge and Lightroom) whose purposes generally overlap is not a good procedure, and furthermore, there is no way to have LR automatically recognize those metadata change made in Bridge. It must be done manually, every single time. So, my advice is that if you're going to use Lightroom, make all your metadata changes in Lightroom and stop using Bridge.

Maybe you are looking for

  • Conversion of a numeric or decimal field

    Hello, i have an adobe print form for my invoices. in one cell of a table, either a percentage value will be printed or a fix amount. in the table, the value for -30% is "300.00-", for the fix amount, it is 4.88 on the printform, it should be display

  • 2011 MacBook Pro loose trackpad

    About a few weeks ago my three-month-old MacBook Pro's trackpad started making very noticable annoying "click" sound (especially on the right side), as if something was loose underneath. I went to my local Apple store, and the genius "tightened up th

  • Oracle 11g AQ : problem enqueue user-defined type with varchar2 attribute

    Hello. I have a problem enqueuing a user-defined type to the queue on Oracle 10g. I'm using jdbc driver (ojdbc5.jar, version 11.1.0.6.0) as they provide oracle.jdbc.aq package. The type is following: CREATE OR REPLACE TYPE FIXED_T5 AS OBJECT (id inte

  • Group by calculation

    select 802 as acct1, 803 as acct2,100 as amt1 ,-100 as amt2 into #Acct Insert INTO #Acct select 802,803,100,-100 UNION ALL select 803,802,-100,100 UNION ALL select 803,802,-100,100 UNION ALL Select 803,802,-100,100 Hi, I inserted the sample data as s

  • Status code error in app store

    So I want to download an app. The store asks me for my log in information, I enter it all correctly. Then it says, 'STATUS_CODE-ERROR' and won't let me log in. I tried the same password and username on my AppleID and it was fine? It's just the app st