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

Metadata.applyMetadataTemplate() not working (ExtendScript) still not working in Bridge 2024 v14.0.4

Community Beginner ,
Aug 23, 2024 Aug 23, 2024

Saw Lumigraphics thread saying it's not working in 2023:

 

https://community.adobe.com/t5/bridge-discussions/bridge-2023-numerous-bugs-unusable/td-p/13292491

 

When will it get fixed?

TOPICS
Bug , Metadata , Problem or error , Scripting
645
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
LEGEND ,
Sep 04, 2024 Sep 04, 2024

This code works in Bridge 12 but is broken in Bridge 13, 14, and 15 beta (obviously with a corresponding "2024" metadata template installed.)

try{
	var sels = app.document.selections;
	app.synchronousMode = true;
	var fileMeta = sels[0].metadata; //new metadata object
	fileMeta.applyMetadataTemplate('2024', 'replace');
	app.synchronousMode = false;
	}
catch(e){
	Window.alert(e + e.line);
}

 

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 19, 2025 Mar 19, 2025

Hi, 
 
The fix for this issue is available in the latest update of Adobe Bridge (15.0.3). 
We would love for you to try it out and share your feedback. 
 
Regards 
Bridge team 

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
Community Beginner ,
Apr 09, 2025 Apr 09, 2025
LATEST

Since two weeeks, Bridge crashes upon starting. I can't even access the preferences since the program closes immediately. I de-installed it and reinstalled it, but to no avail. The version is 15.0.3 and I am using OS Sequoia 15.3.2

 

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