Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Custom Metadata Panel doesn't synchronize

New Here ,
Jul 11, 2024 Jul 11, 2024

We have begun using Custom Metadata Panel.  I am building entry fields per the IPTC Core and Extension schema.  When I add an entry to "Event" for the IPTC Extension list, it won't appear in the metadata window.  However, when I add the data directly, it synchronizes back to the Custom Metadata Panel.

 

To simplify, it appears I'm using the correct Property Name.  However, the update only happens if I add the data manually in the files Metadata window.

 

For reference, I added an Event field, and that updated properly in IPTC Extension.  It almost seems like a cache issue.  I've cleared cache in Bridge, but that didn't resolve the issue.

 

Any ideas about what's happening?

 

Is there a list of IPTC Extension namespace fields that match exactly to what's listed in Bridge?

 

Thanks in advance.

 

Doug Palmer

Dept of Veterans Affairs

TOPICS
Keywords , Metadata , Performance , Problem or error , Scripting
143
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Community Expert , Jul 12, 2024 Jul 12, 2024

IPTC Ext Event is a langAlt property, so make sure you enable that in the view editor Advanced screen.

gregreser_0-1720803600469.pngexpand image

 

JSON should look like this:

{
id: "C58pHBqUBI",
displayName: "Event",
prefix: "Iptc4xmpExt",
namespace: "http://iptc.org/std/Iptc4xmpExt/2008-02-29/",
propertyName: "Event",
type: "Text",
dependencies: [],
linkToFile: {},
readOnly: false,
multiLine: false,
altLang: [],
altLangDefault: "",
altLangEnabled: true,
disabled: false,
}

Translate
Community Expert ,
Jul 12, 2024 Jul 12, 2024

IPTC Ext Event is a langAlt property, so make sure you enable that in the view editor Advanced screen.

gregreser_0-1720803600469.pngexpand image

 

JSON should look like this:

{
id: "C58pHBqUBI",
displayName: "Event",
prefix: "Iptc4xmpExt",
namespace: "http://iptc.org/std/Iptc4xmpExt/2008-02-29/",
propertyName: "Event",
type: "Text",
dependencies: [],
linkToFile: {},
readOnly: false,
multiLine: false,
altLang: [],
altLangDefault: "",
altLangEnabled: true,
disabled: false,
}

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Mar 07, 2025 Mar 07, 2025
LATEST

Hi Doug. CMP author here. We partnered with IPTC to include a Tab that IPTC made, so it's completely compliant with their spec, including pre-defined properties. They've included a Photo and Video version, too. Update to version 2.0.5 to get the latest. 

You can now create new Tabs without loading JSON, too. See the new Tab Manager below.

Create_new_tab.pngexpand image

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines