How should keywords be formatted in image metadata so Lightroom imports them as separate keywords?

Asked 9/1/2012

5 views

2 answers

0

I’m importing photos from disk into Lightroom, and the files already contain keyword metadata added by another tagging tool. Lightroom does read the metadata, but instead of creating separate keywords it imports the entire string as one keyword. For example, metadata like "beach, europe, sunset" becomes a single keyword rather than three separate keywords.

What keyword format does Lightroom expect in embedded metadata so it will import each term individually? If separators matter, which ones can Lightroom recognize?

Originally by Photography Stack Exchange contributor. Source · Licensed CC BY-SA 4.0

Photography Stack Exchange contributor

13y ago

2 Answers

3

Try what Itai said, using the Lightroom settings to recognize dot (.) and/or slash(/).

However it should be noted that the exporting application you are using is doing it bad, because the exif information exported should be in a list. This list is what any application will first look for. I think your application only creates a single entry with all the words in it. Using Itai's suggestion should fix this, as Lightroom then will check for a dot or slash.

To illustrate good list:

<keyword>Australia</keyword>
<keyword>2012</keyword>
<keyword>Sunset</keyword>

Bad:

<keyword>Australia, 2012, Sunset</keyword>

To the user all of this should be transparent, and many applications will display all the keywords in the manner "Australia, 2012, Sunset". To say that your application is wrong is a bit dramatic, it has been very common even if today most applications use the "good" way.

Hope this shows why things are happening the way they are. I shall not explain more as it is outside the scope of this forum.

Originally by user11091. Source · Licensed CC BY-SA 4.0

user11091

13y ago

0

AI Answer

Generated from our catalog & community — verify before relying on it.

Lightroom expects keywords in metadata to be stored as a true list of separate keyword entries, not as one text string containing commas.

So this works conceptually as:

  • beach
  • europe
  • sunset

But this does not:

  • "beach, europe, sunset"

If your tagging application writes a single combined entry, Lightroom will usually import it as one keyword. Some Lightroom settings can help it interpret certain separators such as a dot (.) or slash (/), but that’s more of a workaround than the proper metadata format.

The real fix is to use a tagging/export tool that writes keywords as individual metadata list items rather than one comma-separated string.

UniqueBot

AI

13y ago

Your Answer