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

New Method to Help With Wrangling Metadata: getProjectColumnsMetadata()

Adobe Employee ,
Sep 27, 2021 Sep 27, 2021

A new method will allow you to parse object metadata.

This is available in Beta today, and will ship with the release of v 22.0.0

Below is what the Premiere Pro Scripting Guide entry will look like.

 

Method:

app.project.rootItem.children[index].getProjectColumnsMetadata()

Description:

Returns a JSON string to the user with all the metadata from the current project view layout

Returns:
A JSON string that can be parsed with JSON.parse() method in the Javascript layer. This generates a list of objects, each object representing a column. Each object will contain 4 key/value pairs: ColumnName, ColumnValue, ColumnID, ColumnPath.
ColumnName and ColumnValue serve as informational key/value.
ColumnID and ColumnPath can be used to modify that column via the method setProjectMetadata() or setXMPMetadata().

For example:

Key Value Description
ColumnName Name Name of the column
ColumnValue A014C003_180620_R205.mov Example of column value
ColumnID Column.Intrinsic.Name ID of the column
ColumnPath http://ns.adobe.com/premierePrivateProjectMetaData/1.0/ Path of the column

 



TOPICS
Feature request
232
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
no replies

Have something to add?

Join the conversation