Skip to main content
Inspiring
January 1, 2013
Answered

XMP namespaces and properties. Where to find a list of these therms?

  • January 1, 2013
  • 1 reply
  • 3560 views

Hi

I´m trying to create a script that stores some xmp informations of photos (like EXIF Data Created...IPTC Core Creator and so on) to variables.

var selected = app.document.selections

var xmp = selected[0].metadata

var creationData = xmp.read (namespace, property)

var author = xmp.read (namespace, property)

In order to do it I need to know the right namespace and property. The Bridge JavaScript reference does not show me a list of what I can use. Do you have any reference to follow?

I´m having no sucess looking over internet. Thank you a lot (again) for the help

Best Regards

Gustavo.

This topic has been closed for replies.
Correct answer Muppet Mark

IMO the easiest way is to just select a file in bridge and get info… comm+i and look at the raw data…

1 reply

Muppet MarkCorrect answer
Inspiring
January 1, 2013

IMO the easiest way is to just select a file in bridge and get info… comm+i and look at the raw data…

Inspiring
January 1, 2013

Hi Muppet

Yes...its the easy way...but I need to store these names in variables as strings in my scripts because I intent to use these datas to rename files and also folders automatically.

How could I find a list of namespaces and properties to use along the method metadata.read()??

Thank you a lot

Best Regards

Gustavo

Inspiring
January 1, 2013

Hum...interesting Muppet

Now I understand your answer!! haha

I´ll try this and tell you if sucess

Thank you a lot

Best Regards