You can store information specific to the files you work with in Adobe Dynamic Media Classic; this information is called metadata. You can use metadata in Adobe Dynamic Media Classic for organizing, searching, filtering, and sorting your assets.
Metadata appears in Detail View along with Adobe Dynamic Media Classic-generated information, such as the file creation date, publishing date, and keywords. To view metadata, open the asset in Detail View, and then select the Metadata panel. You can enter and edit metadata in Detail View.
Some metadata is embedded directly into a file. If a file contains this metadata, Adobe Dynamic Media Classic automatically uploads it with the file. You can embed metadata into source assets in Adobe Photoshop, InDesign, Illustrator, and other applications; Adobe Dynamic Media Classic recognizes this metadata. You can also add metadata to individual files in the Metadata panel in Detail View. To ensure consistency across assets, company administrators create Metadata templates that provide the metadata fields that can be filled in.
For more information about embedded metadata, see Extensible Metadata Platform.
To view an asset’s metadata, open the asset in Detail View, and tap the Metadata panel. To select a set of metadata fields, choose an option on the Metadata View menu. Adobe Dynamic Media Classic offers these Metadata Views:
Compact View - A basic list of values.
IPTC - Values as defined by the International Press Telecommunications Council.
XMP - Values as defined by the extensible metadata program.
Administrators can create Metadata Views. These views also appear on the Metadata Views menu.
See Metadata Views for information about creating Metadata Views.
Open the asset in Detail View.
Open the Metadata panel and do one or both of the following:
Enter values in the Metadata panel.
To edit the metadata of several assets at once, select the assets and go to File > Edit Info. Edits you make to metadata in the Edit Info window apply to all the assets you selected.
In addition to metadata, you can use keywords to help with searching and managing your assets.
If you’ve added keywords to other files during this session, or if you have removed keywords from your list, they appear in the Keyword Suggestions table.
Open the file in Detail View.
Select Keywords.
To add keywords, do any of the following:
To remove a keyword, select it and select Remove. It moves to the Keyword Suggestions table.
You can add keywords to files as you upload them to Adobe Dynamic Media Classic. In the Upload Job Options dialog box, choose Additional Metadata and enter keywords.
See Upload options.
Rather than manually enter metadata one asset at a time, you can import metadata for many different assets from a tab-delimited or XML file. Entering the metadata in a tab-delimited or XML file and importing the file is less time-consuming than entering metadata in individual assets. In the first row of the tab-delimited file, enter the ID and the names of fields for which you want to record metadata. In each subsequent row, enter an asset ID name followed by metadata values. Fields that are not included in the tab-delimited or XML file are not modified. To import metadata from an XML file, make sure that you conform to the DTD.
You can create a template for entering metadata so that it can be properly imported to Adobe Dynamic Media Classic. After you create the template, you can use it to enter the metadata.
See Create a template for entering metadata to upload.
You can find more information about standardized properties at Adobe XMP Developer Center.
Keep the following in mind when identifying different metadata types to import:
For example: The XMP property for keywords is the XMP schema “Dublin Core” with the prefix dc
and subject
is the technical XMP name. The prefix and technical XMP name are combined into the dc:subject
full property name. In the XML metadata import format, dc.subject
must be the property name. In the tab-delimited import format, it must be the column header.
Keywords can be imported as comma-separated list. If a comma appears in any of the individual values, it must be escaped by a backslash (). A literal backslash is the usual double-backslash (\).
For example, a metadata import file containing the value Hello\, World!,back\\slash,foo
for dc:subject
sets three XMP keywords on the asset: Hello, World!,
back\slash,
and foo
.
The XML import accepts only valid XML. When importing XMP or Metadata Schema fields, the namespace prefix is added and behaves here like a XMP-namespace. This namespace must be declared. For example, in the top-level tag.
For example:
<ips>
<ghw_object vc_objectname="img_001" dc:subject="word1,word2"
</ips>
The prefix must be added to the related column header of the import field.
You can import metadata for multiple files by entering the metadata in a tab-delimited or XML file and selecting Process metadata files on the Upload Job Options (Via FTP tab) page.
Make sure the data in the tab-delimited or XML file is in the correct format. In the first row, enter the ID field followed by the names of metadata fields to be modified. In each subsequent row, enter an asset ID name followed by metadata values. Fields that are not included in the tab-delimited or XML file are not modified.
On the Global Navigation bar, select Upload. To import the metadata, on the Upload page, select the Via FTP tab, then select Job Options. In the Upload Job Options dialog box, select Job, then select Process metadata files check box.
Using metadata imported from a tab-delimited file or XML file, you can rename Adobe Dynamic Media Classic IDs. The imported metadata is applied only to the images specified in the metadata file itself. It does not matter whether images are selected on the Browse Panel.
To rename an image’s Adobe Dynamic Media Classic ID, add a column labeled newipsid to the tab-delimited file, or add a field called new_vc_objectname
to the XML data.
For example:
newipsid | |
---|---|
testjacket_1 | Jacket_test_1 |
testjacket_blue | Jacket_test_2 |
The job log for the Metadata job shows which IDs were successfully renamed and which ones were not.
Adobe Dynamic Media Classic offers a command for creating a template for recording metadata. Using the template ensures that the metadata is entered in the right format so it can be uploaded correctly to Adobe Dynamic Media Classic. To create a template for use in recording and importing metadata to Adobe Dynamic Media Classic, follow these steps:
A company administrator can view a list of all available schemas. On the Global Navigation bar, go to Setup > Application Setup > Metadata > Metadata Schema.
Initially, the list of global standard schemas like XMP is hidden. They can be shown using the checkbox at the bottom of the list.
The company administrator can create a custom schema, or edit an existing custom schema.
You can use the Metadata Schema Editor to perform the following actions:
Action | Description |
---|---|
Add | Adds a property to the schema. A modal dialog collects the information: ID, Label, Structure, and Data Type. |
Add Choice Value | Adds a new selectable choice to a property with structure Open Choice or Closed Choice. All choice values have the same type. Select the property itself to enable the button. |
Edit | Edit the Label of a property or choice value. You can only change the Label, ID, and type information is immutable. |
Move Up/Move Down | The order in the schema is reflected in the UI. To change the order, select a property or choice value and move it with the buttons. Drag & drop is not supported currently. |
Delete | Deletes a property or choice value from the schema. It does not delete values from the XMP block or the Database. The property is no longer available for Metadata Views and is removed from the Asset Detail View. If the property was published to the Metadata Server, perform a force publish to remove the data from the public-facing Metadata Server. |
The system automatically generates a custom schema for User-defined fields with the prefix s7udf
. It is existing User-defined Fields and they are edited in their own Setup section.
Changes to the schema never change the asset metadata itself. However, they are not visible for all Adobe Dynamic Media Classic and Metadata Server functionality and cannot be accessed after being changed. Likewise, if metadata for an asset exists, the creation of the matching schema makes the metadata usable in Adobe Dynamic Media Classic and the Metadata Server.
The Metadata Schema Editor offers a graphical way to add or edit a custom company schema inside Adobe Dynamic Media Classic. A schema is defined by a prefix, a namespace, and a list of properties.
Name - UI-Name for the schema. Used to identify the properties in Metadata Views and Advanced Search. Similar to XMP Sections like Basic, IPTC, PDF.
Prefix - Technical unique identifier for the schema. Restricted to the letters a-z and A-Z. The prefix is not visible in the Adobe Dynamic Media Classic UI, but used, when metadata for an asset is stored in the XMP block and the database. The prefix is used, to uniquely identify metadata fields in metadata search queries on the Metadata Server or import.
Namespace - Technical unique identifier for the schema, typically a URL in the form https://your.company.com/name/version/
. See the list of standard schemas for examples. The namespace is not visible in the Adobe Dynamic Media Classic UI, but is used to store metadata in the XMP block.
Description - Free form description of the schema.
The prefix and namespace cannot be edited. To change these properties, you must delete and re-create the schema.
Properties describe the metadata that can be stored with this schema in the XMP block. A property consists of:
Property | Description |
---|---|
ID | Technical identifier for this property. The ID is not visible in the Adobe Dynamic Media Classic UI, but used, when metadata for an asset is stored in the XMP block and the database. The ID is used, to create search queries on the Metadata Server. The ID has some restrictions such as:
Once created, the ID cannot be changed. |
Label | UI-Name for this property. |
Structure | Determines the type of the property together with Data Type. Structure can be one of:
|
Data Type | Select from these available types:
|
When the property has the structure Open Choice or Closed Choice, you must provide at least one Choice Value. Open Choice can be changed. Closed Choice cannot be changed. All Choice Values have the data type of the property.
Property | Description |
---|---|
ID | Technical identifier for this value. The ID is not visible in the Adobe Dynamic Media Classic UI, but is used when metadata for an asset is stored in the XMP block and the database. The ID is used in search queries on the Metadata Server. The ID cannot contain any spaces. Once created, the ID cannot be changed. |
Label | UI-Name for this value. |