Skip to main content
ademard69803213
Participant
January 6, 2023
Question

addDLToBatch : Not being able to run on 23 New World

  • January 6, 2023
  • 0 replies
  • 80 views

Hi there guys, can someone help me with some scripting problem?
I can make frontend.addDLToBatch work on AME 22, but the same code doesnt run on 23.
Looking at the documentation it doesn´t appear as changes were made to the method.
Does anyone know what is going on?

I am using this piece of code for testing (as said before, it works just fine on 22)


 

var frontend = app.getFrontend();
frontend.addDLToBatch(
      "C:\\testP\\teste lalala.aep",
      "H.264",
      "C:\\testP\\teste.epr",
      "0000002a-0000-0000-0000-000000000000",
      "C:\\testP\\teste lalala_AME\\Comp 2.mp4"
    );

 

 

Thanks in advance.

This topic has been closed for replies.