I’m working on a project where a customer wants to use Vantage to ingest camera files and create a proxy file to be then added to a Premiere Pro project file. I’d been looking at using UXP to do and I can add a media file to a project but only to the top root bin and not to a sub bin like “Rushes”
Looks like proxy attachment cannot be automated. Adobe’s Premiere 26 UXP API does not expose
a way to get a clip reference after importFiles() - the method returns only a
boolean. Without a ClipProjectItem reference, attachProxy() cannot be called.
The follwoing have been noticed.
- importFiles() returns boolean only, no clip reference
- ClipProjectItem.findItemsMatchingMediaPath() exists as an instance method
but there is no way to obtain a ClipProjectItem instance after import - BinProjectItem.getItems() does not exist - only RootProjectItem has it
meaning nested bins cannot be traversed