I'm working on one of these scripts that is reading/writing metadata to image files. Reading from a tab-delimited text file and spitting that data into the image meta data. I have worked a script up that is working, but what I need to find out is how to access all the different fields of data available. I need to go through and check to see if there's data in certain fields that shouldn't be there. I can see the fields in Bridge, but don't know how to access them in the script.
For example, I am using this schema for "Author":
md.namespace = "
http://ns.adobe.com/photoshop/1.0/";
md.Author = author;
That put data into what displays as "Creator" under the IPTC Core section in Bridge for the image.
Is there a master list of all the schemas and what they access? I have been reading this:
http://www.adobe.com/devnet/xmp/pdfs/XMPSpecificationPart2.pdf
Which helps, but seems to be missing some of the fields I need to access - like keywords, copyright and such.
Thanks. I tried searching the forums for an answer to this already, but didn't find anything, so forgive me if it's already been discussed.
scott