Hi,
I have been trying every possible way to get Premiere CC 2019 to start playback from the ExtendScript. It just does not work. This is on mac.
The file is in the ~/Documents/Adobe Scripts directory.
The extendscriptprqe.txt file is present in the same directory as Adobe Premiere
When I hit the play button in ExtendScript it just sits there, ExtendScript Toolkit prints "Result: true" and Premiere does not do anything.
That's my code:
app.enableQE();
qe.startPlayback()