Link in Zwischenablage kopieren
Kopiert
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?
Link in Zwischenablage kopieren
Kopiert
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);
}
Link in Zwischenablage kopieren
Kopiert
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
Link in Zwischenablage kopieren
Kopiert
Weitere Inspirationen, Events und Ressourcen finden Sie in der neuen Adobe Community
Jetzt ansehen