Is rootItem.setProjectMetadata possible?
Hi,
we use a MAM that manages all our assets. It also keeps track which Premiere projects use the asset. This enables us to find "footage that is not used in any project" or "other projects using that footage".
In order to make that work, the project needs an ID in the MAM. I assumed this should be easy, but after some research, I learned that only assets are supposed to have metadata, not projects.
So how can I write an external ID persistently in a .pproj-File?
We need this information because the panel will watch for changes in the project. If items are added/removed, the panel will tell the MAM about this, so the asset <--> project relations stay up to date.
Maybe someone has a suggestion how to solve the problem, thank you very much!