Copy link to clipboard
Copied
I'm new to Bridge (Adobe Bridge CC ver. 9.0.1.216 x64). I'm in the Filmstrip view and have added the Metadata panel so I can view and edit the metadata in my files. I only use a small subset of the metadata fields and currently have to go through all different types (IPTC Core, IPTC Extension, File Properties, etc) to change the values.... I'm curious if there is a way to create a custom view / panel for metadata that only shows the metadata fields I want to see. I tried using Metadata templates but that only seems like a way to apply standard data to a bunch of files... The data I'm adding is specific to each photo for the work I do with genealogy (people in the photos, description, location, date photo was taken, who is in the photo, etc).
Try Preferences->Metadata and turn off what you don't want to see.
Metadata is accessible via ExtendScript if you wanted to do some programming. Its a bit confusing the start with but once you get the idea, fairly easy to do.
Copy link to clipboard
Copied
Edit: I fear that what was once simple has now become much harder… Can anybody please comment on how this now works in later versions of CC?
Copy link to clipboard
Copied
Try Preferences->Metadata and turn off what you don't want to see.
Metadata is accessible via ExtendScript if you wanted to do some programming. Its a bit confusing the start with but once you get the idea, fairly easy to do.
Copy link to clipboard
Copied
Hi Lumigraphics, in earlier versions of Bridge, a custom metadata panel was “easily” created from a single XML file, such as this one here for custom date fields for a specific studio workflow:
However in CC versions, this no longer works. You mention javascript/extendscript however can you confirm if more is required? I can’t recall however I thought that this was now achieved via CEP extensions, which are usually more than just a script.
Is there a definitive resource for creating custom metadata panels in CC versions of Bridge?
Copy link to clipboard
Copied
Yeah the old XML panels are no longer supported. You can use CEP or ScriptUI, either way you have to use ExtendScript to do the actual work. CEP is just an alternative to ScriptUI for creating the panel itself.
You can also use a palette window to input data.
Adobe has an SDK which is confusing but once you figure out how to access XMP via scripting it works pretty well.
Copy link to clipboard
Copied
Ah, excellent, so this can still be achieved without CEP! I’ll look into the SDK, however I am not encouraged by your description.
Copy link to clipboard
Copied
Look for "DIY Metadata" which still works in Bridge 2019 AFAIK.
Copy link to clipboard
Copied
Not sure if this helps anybody or not, however I recently stumbled over this link:
Custom Keywords Panel for Bridge CC and the AEM Tags Panel Extension for Bridge CC
Copy link to clipboard
Copied
Does anyone have a simple sample of how to make your custom metadata panel with the scripting? I am trying to make one and the APIs are woefully difficult to read and follow.
This used to be easy, but not anymore
Copy link to clipboard
Copied
Try our Custom metadata panel. It works in Bridge, Photoshop and Illustrator.
Copy link to clipboard
Copied
Hi
I tried the panel, but the custom metadata is not searchable. Did I miss something?
cb
Copy link to clipboard
Copied
Custom metadata is searchable in Bridge, however you need to search all metadata.
Copy link to clipboard
Copied
Thanks!
Cordialement/Regards