Copy link to clipboard
Copied
Hello, tagging with keywords in Bridge CC (preferred over Lightroom Classic), I often want to add one more keyword to several images in a row that already have various non-identical keywords. I want to add the new keyword(s) so that the existing keywords remain there and are not replaced, but added-to. I think LR has a specific field to type keywords into; they will be added to selected images, but existing keywords remain.
Example:
Image A:
Existing keyword 1: beach
Existing keyword 2: sunset
Image B:
Existing keyword 1: street
Existing keyword 2: traffic light
Both images should receive the new keyword icecream, while the existing, non-identical keywords remain in-image. But when I select both images in Bridge, open "File Info" (translating menu commands here from other language) and type the new keywords, the old keywords are lost. I believe only LR has the small box that accepts keywords as additions, not replacements.
I found these ways to add – not replace – keywords to several selected images in one go in Bridge, but none is totally satisfactory:
I am also aware of hierachical keywords and of importing tabbed text files as keywords. But I use many keywords and I am a fast and safe typer. On the other hand, my Keywords panel gets way too long very quickly, even if I empty it all the time; I don't like to use it. My list of metadata templates has grown too long too, but you can easily clean up by moving or deleting some xmp files.
Do you know a smoother way how to rapid-add keywords to several, already non-identically tagged images in Bridge?
Thanks!
I just tested and It works in CC2019 on Windows… Although the script would need adjustment for nicer GUI colours!
It is not too complicated, copy the following 194 lines of source code and paste into a plain text editor like TextEdit.app or Notepad.exe, and save the file with a .jsx extension rather than .txt:
// https://stackoverflow.com/questions/47797219/edit-script-for-editing-metadata-in-adobe-bridge-how-should-i-put-key-words
#target bridge
if( BridgeTalk.appName == "bridge" ) {
ke
...
Copy link to clipboard
Copied
Hello again, i did fresh install of windows and i need to add script again into the bridge. I tried but it wont work now, can you please help me and tell me which part of the code i need to copy/paste? All of it or? I forgot
Copy link to clipboard
Copied
Copy all of the clearly styled code.
Perhaps take a look at the updated code posted by @gregreser instead.
Instructions here:
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copy link to clipboard
Copied
Amazing. Thank you so much! Can't believe Bridge doesn't have an Add to Meta Data tool within it's regular UI.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now