Skip to main content
Inspiring
May 9, 2025
Answered

Automation Blocks - Play Down Timeline

  • May 9, 2025
  • 2 replies
  • 979 views

Hi @Mathias Moehl 

 

Is there a way in Automation Blocks to 'press play' on a timeline and play down the active sequence? Maybe some code in the extendscript block? 

Correct answer Mathias Moehl

I have some bad news and some good news for you.

Bad:
app.sourceMonitior.play() only works for playing the source monitor, but not for playing the active sequence. And there is nothing like that for the sequence in the scripting API.


Good:
I recorded a tutorial for you explaining how to use the Execute Code block and how to ask ChatGPT to write some code and then combine it with Automation Blocks:


2 replies

MyerPj
Community Expert
Community Expert
May 10, 2025

Thanks @Mathias Moehl , cool tutorial! 🙂

Mathias Moehl
Community Expert
Community Expert
May 9, 2025

Yes, I haven't tested this, but you should be able to execute this:

app.sourceMonitor.play(1)

inside an execute code block.

 

See
https://ppro-scripting.docsforadobe.dev/general/sourcemonitor/?h=play#sourcemonitorplay

 

Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects
Inspiring
May 9, 2025

Awesome. I never know what to put in the var field and the two parts that follow it in the top of that block. Can you lend a hand? That block is sort of the last frontier in my Automation Blocks upskilling journey.

Mathias Moehl
Community Expert
Mathias MoehlCommunity ExpertCorrect answer
Community Expert
May 10, 2025

I have some bad news and some good news for you.

Bad:
app.sourceMonitior.play() only works for playing the source monitor, but not for playing the active sequence. And there is nothing like that for the sequence in the scripting API.


Good:
I recorded a tutorial for you explaining how to use the Execute Code block and how to ask ChatGPT to write some code and then combine it with Automation Blocks:


Mathias Möhl - Developer of tools like BeatEdit and Automation Blocks for Premiere Pro and After Effects