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

Bridge 2023 scripting crasher

LEGEND ,
Nov 15, 2022 Nov 15, 2022

Copy link to clipboard

Copied

I see there is now an app.batchRename() method but its not documented. Testing it makes Bridge 2023 crash with no errors. "disc" is one of my saved Batch Rename presets.

 

Please document this new method as I'd love to start using it.

 

try{
    var thumbs = app.document.selections;
    app.batchRename(thumbs, 'disc');
    }
catch(e){
    $.writeln(e);
    }

 

TOPICS
Bug , Crash or freeze , Problem or error , Scripting

Views

103

Translate

Translate

Report

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
no replies

Have something to add?

Join the conversation