Identify Markers in PremierePro - UXP

Is it possible to get an Id or Guid for a specific Marker?

This used to be available in CEP.

We want to be able to sync our Markers in our system with PremierePro, but it’s difficult without an identifier or ability to add a tag to a Marker. Ideally there would be a getId method on Marker, if possible?

Good find; we’re tracking this as DVAPR-4263572, and will address it as part of our ongoing parity work.

1 Like

Also migrating a CEP app to UXP and need this functionality. We do a lot with markers in our integration, so will need this before we can retire our CEP integration. Any idea on timeframe?

Is there any update on ticket DVAPR-4263572? Thanks!

Is there any update on ticket DVAPR-4263572 ?

See the current premiere_api example code, in current beta builds. :slight_smile:

Hi Bruce,

I’ve tested and can see the guid now on Marker. Couple of things:

  1. Is it possible to return the guid or Marker when call createAddMarkerAction instead of a boolean?

  2. Will there be a method to ‘createSetStartAction’? If the user updates the ‘start’ of a marker in our system, at the moment the only solution is to delete and add a new marker in PremierePro

  1. While that seems possible, we have no plans to do so.
  2. That’s a totally reasonable request. :slight_smile:

Would Markers.createMoveMarkerAction(Marker, TickTime) suffice here?

1 Like

Yes, thanks, that would work