Re: Looking for answers on XMP files - where should they be stored as sidecar...
Hi there, You answered a prior question from me so I wanted to reach out to you about this. I just need a step by step on how, if possible, to View LRCC on my MacBookPro when the main interface is on...
View ArticleRe: Looking for answers on XMP files - where should they be stored as sidecar...
Perhaps I am being dense but I keep thinking that LR CC through the creative cloud would allow me to sync my LR Master catalog or libraries with my laptop. Am I way off on this? Thanks in advance.
View ArticleRe: Cannot get Sample Metadata UI Extensions to Show in Adobe Bridge
Hello Sunil, As you explained, creating the sample.xml file and placing this file in the right location (/Users/UserName/Library/Application Support/Adobe/XMP/Custom File Info...
View ArticleXMP data changes not accessable
I work with a database (MediaBeacon) that saves product description as XMP data with their images. When texts are modified, the changes are not accessable in Indesign CS6 or CC. They are not visible...
View ArticlePossible bug in XMP_DateTime with kXMP_TimeIsUTC
Can somebody please explain kXMP_TimeIsUTC? Its existence appears to be a design and/or documentation bug to me. In particular, if I set tzSign tp kXMP_TimeIsUTC and non-zero values for tzHour and/or...
View ArticleDoes a schema exist for Adobe xmp, xmpMM, xmpRights, pdf?
Dublin Core has a schema at: http://dublincore.org/schemas/xmls/qdc/2008/02/11/dc.xsd Does a schema exist for Adobe xmp, xmpMM, xmpRights, pdf? I am trying to create a schema for properties exported...
View Articleimplicit conversion loses integer precision when compiling xmp-sdk
I am building 64 bit version of xmp-sdk on mac yosemite (xcode 6) and am getting a slew of warnings. I am assuming that they are ok to ignore? Is Adobe going to address these warnings in a upcoming...
View ArticleHow to reset XMP information in Ilustrator (CS6)
Hi,I've got one issue about the XMP on illustrator. When i verify the XMP on a file, I've got bad information in the color, stating two process black. And when i create a pdf from the illustrator file,...
View ArticleAre XMP property names case sensitive?
Hi Can you tell me if XMP property names are case sensitive? For example: is "Title" the same as "title" Many thanks, Mark
View ArticleAdding default and hidden values to metadata using UI SDK
Hi Is there a way of adding a default value to a xmp_property though using the UI SDK?Also is there a way using the UI SDK of adding metada to a document without it appearing on the panel view?For...
View ArticleGet XMP for PSD file
I have tried using xmpcore-5.1.2.jar to get xmp metadata from PSD, JPEG and TIFF files and it always throws a SAXParseException - Content is not allowed in prolog. I tried the Chilkat library and it...
View ArticleRe: Update for XMP FileInfo SDK available
Hello!I hope Steve has found an answer before now, but for reference, here is a link explaining how to pass the unknown developer hurdle:...
View ArticleRe: Get XMP for PSD file
I'm pretty green at this, but if you're accessing the XMP via extendscript, this has worked for me with PSDs: if (ExternalObject.AdobeXMPScript == undefined) ExternalObject.AdobeXMPScript = new...
View ArticleRe: Adding default and hidden values to metadata using UI SDK
Any metadata added to a file will show up in the Raw Panel, but that field would have to be added to the other view and edit panels for anyone to be able to see or edit it.
View ArticleRe: Get XMP for PSD file
Chuck, Thanks for your response. I am trying to access the xmp data from Java. I found that the Metadata Extractor library works. Gary
View ArticleRe: Get XMP for PSD file
I had a feeling it was more involved than I thought! Thanks for letting me know.
View ArticleRe: Adding default and hidden values to metadata using UI SDK
Hi Chuck, Thanks for you reply and sorry for my delayed response.What I was aiming for not to inject in some invisible metadata which won't show up in the raw data rather by using the UI SDK to...
View ArticleRe: Adding default and hidden values to metadata using UI SDK
It could be done with a fairly simple script that just adds a custom metadata field to the XMP metadata.
View ArticleRe: Adding default and hidden values to metadata using UI SDK
Yep but that would have to be added to the scripts startup folder (or executed manually) which for this case I don't want to do.It would also mean adding an extra eventListener (or execute manually for...
View Article