Skip to main content
Participant
October 17, 2019
Question

Customized Meta Fields in Bridge

  • October 17, 2019
  • 7 replies
  • 1623 views

I want to customize a set of metadata fields in Adobe Bridge to tag assets used for instructional designers. I noticed that you have a DICOM set created for the medical community. Is there any way to build one just like that with our own perimeters? I know that I can do custom tags in Lightroom.

 

Carmel

 

This topic has been closed for replies.

7 replies

Chuck Uebele
Community Expert
Community Expert
October 18, 2019

Here's where I have my panel on Win 10:

C:\Users\user name\AppData\Roaming\Adobe\XMP\Metadata Extensions\My panel folder

gregreser
Legend
October 22, 2019

Carmel - have you made progress on creating a custom metadata panel?

The current way to do this is documented in XMP Metadata UI SDK CC 2014  

In the doc folder, look at XMPMetadataUI.pdf for details.  You can start with their sample extention and customize for your needs.  Also, you can create your own namespace for custom properties, in case no other namespaces are appropriate.

On thing to know is that there is a bug with the extensions which causes invalid XMP arrays to be generated.  Becasue of this, you should only use XMP text properties, not bag, seq, or langAlt.

Let me know if you need help.

Chuck Uebele
Community Expert
Community Expert
October 18, 2019

Here's another link that looks promising,  but makes my head spin just looking at the subjects.

 

https://www.adobe.com/devnet/xmp.html

Chuck Uebele
Community Expert
Community Expert
October 18, 2019

For some reason, the one I created for my work, a few years ago, after they dropped Flash still works and shows up. Here's one link about where to put the panel, with the new system. Still looking for info on creating the panels currently. 

 

https://www.dpci.com/insights/installing-custom-metadata-panels-and-get-info-panels-adobe-bridge-cc

Participant
October 24, 2019

Thank you

Chuck Uebele
Community Expert
Community Expert
October 18, 2019

I hope that link that I gave you has current info. They dropped their Flash based panels a while ago, so hopefully that covers the new method.

Participant
October 18, 2019
Chuck: It's no longer as easy in CC 2019, the plugin information is now embedded as package infromation inside the app. I can see the dicom.plugin inside, but have no idea of how to add new ones. Adobe issued an SDK that allows using javascript to build new plugins, but it seems to be complicated and the parts are scattered.
Chuck Uebele
Community Expert
Community Expert
October 17, 2019

Then if you want custom names and fields, you'll have to create a custom panel with the link that I provided. 

Participant
October 17, 2019
Chuck: thank you for the idea. I'm tryign it now. Will keep everybody poasted
Chuck Uebele
Community Expert
Community Expert
October 17, 2019
Good luck, it's not that easy. And as I mentioned before, you need to enter the info in the file info panel rather than the normal metadata panel, as the changes don't always register.
Chuck Uebele
Community Expert
Community Expert
October 17, 2019

If you really want to create your own panel with custom names and fields, you can attempt to create one, but IMO it's a PIA. trying to figure out the proper namespaces and syntax is not fun. Plus I'm not sure how current this link is and how well these panels work now. There has been issues in the past with them. We developed one and Adobe changed the process, so we couldn't view or edit thousands of file's metadata. I'm not sure if there is a fix, but currently I have to enter the custom metadata in the file info panel and not the metadata panel that's on the side of Bridge.

http://metadatadeluxe.pbworks.com/f/XMP_CustomPanels.pdf

Chuck Uebele
Community Expert
Community Expert
October 17, 2019

Have you tried using Create Metadat Template under the tools menu?

Participant
October 17, 2019
Yes, I did, but it only allows me to organize metadata fields provinded by Adobe. I need some fields with customized names.