Does anyone know if there is a way to access the name of a clip in a specific sequence? I'm looking for the name that is displayed, not necessarily the projectItem name.
In Premiere you can right click on a clip in a sequence and rename the instance of that clip, but not have that actually rename the source item's name in the project.
I'm looking for a way to view the renamed clip's name (and potentially modify it)
I know I can get the source name of a clip with something like this:
app.project.activeSequence.videoTracks[0].clips[0].projectItem.name;
But that won't give me the renamed name.
Has anyone come across this before? Any help is appreciated!
Thanks!