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

reading and setting custom metadata

Explorer ,
Jan 13, 2016 Jan 13, 2016

Copy link to clipboard

Copied

Hello,

Has there been any work/success on reading or setting custom metadata fields in Premiere Pro vie ExtendScript?

thanks,

Kelly

TOPICS
SDK

Views

657

Translate

Translate

Report

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 , Jan 14, 2016 Jan 14, 2016

I think you're asking about the ability to modify XMP within programatically added schemae, right Kelly?


There was nothing new along those lines introduced in 9.1. Works today, as exercised in PProPanel, if you're get/setting a schema that's been activated by the user, in the "Metadata Display..." prefs.

Votes

Translate

Translate
Community Expert ,
Jan 13, 2016 Jan 13, 2016

Copy link to clipboard

Copied

Here is a sample solution of read/write custom metadata in InDesign.

Extend_Script_experimentals/XMPtool.jsx at master · ten-A/Extend_Script_experimentals · GitHub

Probably, It helps...

Votes

Translate

Translate

Report

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 ,
Jan 14, 2016 Jan 14, 2016

Copy link to clipboard

Copied

I think you're asking about the ability to modify XMP within programatically added schemae, right Kelly?


There was nothing new along those lines introduced in 9.1. Works today, as exercised in PProPanel, if you're get/setting a schema that's been activated by the user, in the "Metadata Display..." prefs.

Votes

Translate

Translate

Report

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
Explorer ,
Jan 14, 2016 Jan 14, 2016

Copy link to clipboard

Copied

Yes, I'm trying to read and set custom schema XMP metadata.

But also trying to read from Project Metadata. 

example:

I have an FCP XML that was created from a Digital Asset Manager (Dalet Galaxy).  Within that  XML I see:

     <comments>

         <mastercomment1/>

         <mastercomment2>ADMIN</mastercomment2>

         <mastercomment3>NEW</mastercomment3>

         <mastercomment4>CATEGORIES/LIBRARY/Features/2015/I/Into The Grizzly Maze (2014)</mastercomment4>

      </comments>

These master comments are then created in the project metadata area in PPro.  I'm assuming these are custom fields because when I go into the Metadata display, I can delete these properties.

However, these fields are what I'm trying to access.  Possible?

Votes

Translate

Translate

Report

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 ,
Jan 20, 2016 Jan 20, 2016

Copy link to clipboard

Copied

LATEST

You've managed to pick "special case" fields, that only exist if that sequence was imported from an FCP XML.

Any chance you could store your info in an existing, canonical (and more likely to be present) field?

Votes

Translate

Translate

Report

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