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

Custom Metadata Panel doesn't synchronize

New Here ,
Jul 11, 2024 Jul 11, 2024

Copy link to clipboard

Copied

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

Views

91

Translate

Translate

Report

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.png

 

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,
}

Votes

Translate

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

Copy link to clipboard

Copied

LATEST

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

gregreser_0-1720803600469.png

 

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,
}

Votes

Translate

Translate

Report

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