Skip to main content
Known Participant
July 10, 2010
Question

xmp METADATA ADDING NAMESPACES

  • July 10, 2010
  • 2 replies
  • 1174 views

hi,


In Bridge, i have to update the information to the XMP metadata(File Info). In advanced tab,It contains namespaces. Based on that ,im updating the metadata to the corresponding images through scripting. Sometimes, Some of the namespaces missing. How can i include those namespaces here.

please help me...

Thanx in advance.

This topic has been closed for replies.

2 replies

Known Participant
July 10, 2010

Hi Subha,

Maybe you can get something from here:

http://search.about.com/fullsearch.htm?terms=xmp%20METADATA


Hope that helps.

Paul - Where are you?

Known Participant
July 12, 2010

hi paul,

Through scripting i have to updated the field, Sometimes in (advanced) tab, some of the namespaces missing, second oftenly it shows engine busy.If i keep on working with particular files, it shows the xmp metadata error, cannot write the datas. i use coded :

     md.namespace = "http://ns.adobe.com/photoshop/1.0/";
    mdpurl.namespace = "http://purl.org/dc/elements/1.1/";
    mdrights.namespace ="http://ns.adobe.com/xap/1.0/rights/";
    mdiptc.namespace="http://iptc.org/std/Iptc4xmpCore/1.0/xmlns/";
    mdtiff.namespace = "http://ns.adobe.com/tiff/1.0/" ;

    md.Headline =  Headline[cnt];
    md.Source = Source[cnt];
    md.Author = Creator[cnt];
    md.Title = Title[cnt];
    md.Credit=Provider[cnt];
    mdiptc.CiEmailWork=CreatorWebsite[cnt];
    mdiptc.CiUrlWork=CreatorEmail[cnt];
    md.Instructions = Instructions[cnt];
    mdiptc.Location = Location[cnt];
    md.Copyright = Copyright[cnt];
    md.TransmissionReference =JobIdentifier[cnt];
    md.Keywords=Keywords[cnt];
    mdrights.Marked="True";
    mdrights.UsageTerms= RightsUsageTerms[cnt];
    md.Caption = Description[cnt];


cnt: referes the index no, reading from csv

Paul Riggott
Inspiring
July 10, 2010

Can you input the data in a field you require in another tab (IPTC,IPTC Extension, Description, etc). If you can enter the data you can then select the Raw Data tab, and get the Namespace and property name.