Skip to main content
Hey Evgenii
Inspiring
July 11, 2023
Answered

Listen to timeline changes via scripting

  • July 11, 2023
  • 1 reply
  • 1214 views

Guys I am pretty sure that the answer is no, but just asking - is there any way to listen to changes on timeline in premiere pro? I need to change label color whenever clips are moved within tracks

Maybe there are some workarounds or is it possible with plugins instead of extensions?

This topic has been closed for replies.
Correct answer Ivan Stepanov

Sorry for not being clear, I meant is it possble to achieve it with plugins, not extensions that use extnedscript API

I feel there is should be a workaround as rendertom has achieved this in his Labels ppro 2


I don't think Labels Pro 2 allow to change label of trackItems. It only works if user have "Show Source Clip Name and Label" enabled. Basically it changes projectItem label and then this is reflected in timeline, because of "Show Source Clip Name and Label" setting.

https://rendertom.gitbook.io/labelsppro/known-issues#targeting-sequence-clips-does-not-work

1 reply

Ivan Stepanov
Legend
July 11, 2023

Here is the list of all Premiere Pro events. You definetly can see if item was moved in timeline:

https://community.adobe.com/t5/premiere-pro-discussions/addeventlistener-for-adding-markers-in-sequence/td-p/10900225

 

I'm not sure if you can change label color in timeline. This is only possible for projectItems.

Bruce Bullis
Community Manager
Community Manager
July 11, 2023

Ivan's right; you cannot change the label color of an existing trackItem.

Bruce Bullis
Community Manager
Community Manager
July 12, 2023

Sorry for not being clear, I meant is it possble to achieve it with plugins, not extensions that use extnedscript API

I feel there is should be a workaround as rendertom has achieved this in his Labels ppro 2


No C++ plug-in APIs have control over label color of either project or track items. 

If Labels PPro 2 is changing the color of existing trackItems, then rendertom is doing that without the benefit of any API call to change trackItem label color. 🙂