Adding and renaming Video / Audio Tracks in UXP

Hi there,

I think there was no direct option to add / delete and rename Video and Audio tracks in CEP either, but there was at least the workaround through QE. I couldn´t find anything like this in UXP yet.

A workaround for adding Video / Audiotracks would be to insert an item into the Sequence with a greater track index than the number of existing tracks. But this is not the nicest way and also doesn´t allow to delete and rename the tracks. Especially being able to rename tracks is something I would need to migrate my CEP extension to UXP.
Are there any plans to implement this?

Edit: In CEP, renaming Tracks was possible even without QE - app.project.sequences[index].videoTracks[index].name is marked as read-only in the documentation but renaming this way actually worked.

Thanks!

Adding Track –> See UXP API to create AudioTrack to a Sequence/timeline?

Many of the question you will have probably have been answered already.
If you do not found it when searching the forum, look at what the forum suggest when you are creating a new topic (before sending a new question).
Often it lists previous post that are relevant. On my side search + looking at those first answer most of my questions. (Bonus: I do not have to wait for an answer + create less noise in the system).

Thx - that’s basically what I meant with the workaround I described.
It works, but obviously it’s not the most straightforward way to add tracks - creating items above the current track count just to force-create a track and then deleting them again.
And unfortunately it still doesn’t solve my main issue: I can’t rename or delete tracks.

I saw the post you linked (thanks for that), but I was hoping this might be possible by now. It also didn’t really help with the renaming/deleting part unfortunately.