Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Project metadata Premiere Pro

Participant ,
Feb 01, 2020 Feb 01, 2020

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 projectScreenshot_1.png

TOPICS
How to , SDK
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Adobe Employee , Feb 03, 2020 Feb 03, 2020

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:

 

https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPRO/Premiere.jsx#L940

...
Translate
Community Expert ,
Feb 01, 2020 Feb 01, 2020

Why do you need to change the metadata? try exploring options with adobe bridge.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 01, 2020 Feb 01, 2020

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 01, 2020 Feb 01, 2020

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 01, 2020 Feb 01, 2020

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 01, 2020 Feb 01, 2020

Adobe Bridge showed me the project metadata. Thank you. Hm... I wonder how to do this in Premiere

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Feb 01, 2020 Feb 01, 2020

Not sure you can in premiere. Bridge is the way to go

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Feb 03, 2020 Feb 03, 2020

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:

 

https://github.com/Adobe-CEP/Samples/blob/5adff5bfad64ed20ae68770ab0e2401790d47e7e/PProPanel/jsx/PPR...

 

Again, this all happens at the ExtendScript layer, not the CEP (JavaScript) layer.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Feb 03, 2020 Feb 03, 2020
LATEST

Thank you, Bruce

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines