Copy link to clipboard
Copied
Hello! Does Premiere Project(.prproj) have someself metadata (not clips or sequence, just project)? Can I change or get it's with Adobe CEP API? Can I see it's? In the metadata panel, I don't see metadata for project
Actually, get/setting the private project metadata is only possible from within PPro, not Bridge (which is limited to media-specific metadata).
PProPanel shows how to get and change metadata at the media (per clip) and sequence level.
https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPRO/Premiere.jsx#L785
It is also possible to get/set private (per projectItem) metadata:
...
Copy link to clipboard
Copied
Why do you need to change the metadata? try exploring options with adobe bridge.
Copy link to clipboard
Copied
I develop plugin for Adobe Premiere. And in this plugin have option to import/export metadata to other system. For clips and sequence I implement this functionality, but import/export project metadata is problem, because I dont't know even how to see project metadata.
getXmpMetadata for rootItem in API gives me empty string, and in Premiere UI I can't see project metadata
Copy link to clipboard
Copied
I think Adobe Bridge might be the answer to your problem. I used it in the past to export metadata, I think it can work for project metadata
Copy link to clipboard
Copied
In my case (plugin developing) it is not advisable to use anything other than Premiere, but thank you for you help. I will consider the possibilities Adobe Bridge
Copy link to clipboard
Copied
Adobe Bridge showed me the project metadata. Thank you. Hm... I wonder how to do this in Premiere
Copy link to clipboard
Copied
Not sure you can in premiere. Bridge is the way to go
Copy link to clipboard
Copied
Actually, get/setting the private project metadata is only possible from within PPro, not Bridge (which is limited to media-specific metadata).
PProPanel shows how to get and change metadata at the media (per clip) and sequence level.
https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPR...
It is also possible to get/set private (per projectItem) metadata:
Again, this all happens at the ExtendScript layer, not the CEP (JavaScript) layer.
Copy link to clipboard
Copied
Thank you, Bruce
Find more inspiration, events, and resources on the new Adobe Community
Explore Now