Creating an Asset Metadata Export Template

Creating an Asset Metadata Export Template

When exporting an asset, its properties can be written inside its binary file. You can specify which properties should be exported with the asset.

To do this, create a template in the admin panel, specifying the matching properties of the asset and the metadata in which they should be saved when exporting. You can create a separate export template for each content type.

For images, the metadata export template is already set and you can edit it.

In the Meta templates subsection of the Content_Export, click ADD META TEMPLATE. In the Content type field on the page that appears, select the value of the content type that you want to configure the export template for. In the Template field, specify the correspondence between the asset properties and the meta tags in which they should be written when exporting.

The correspondence must be written in JSON-like format, where 

  • the available exiftool metadata tags are used as keys, e.g. "iptc:headline" or "xmp:keywords"
  • the properties of the asset are used as values:

    • the slug attribute is used to identify the property, e.g. "tags" or "description."
    • the value language that should be used can be specified. If no language is specified, the value without a language is used (lang: null).
    • conditional operators can be used. For example, you can specify in the template that for the "xmp:description-en" property, the value of the description property in the language en is specified if it is set for the asset, otherwise it remains empty.
  • The values are converted into the string type:
    • the date is converted into a string type according to ExifTool recommendations. The time zone, if any, is written to the date;
    • the boolean values are set to "True" / "False";
    • Tag lists are converted into a line that combines all the values of individual tags and is separated by a semicolon with a space ("; ")
      • The current delimiter can be overridden,
      • Example: vehicles; auto; car.

An example of a metadata export template:

{"xmp:Title": "{title}", "xmp:source": "{source}", "iptc:source": "{source}", "iptc:By-line": "{copyright}", "xmp:Keywords": "{tags}", "xmp:ShotDate": "{create_date}", "xmp:Title-en": "{title_en}", "xmp:Title-fr": "{title_fr} ", "iptc:Headline": "{title_fr} ", "iptc:Keywords": "{tags}", "xmp:Description": "{description_fr}", "xmp:Description-en": "{description_en}", "xmp:Description-fr": "{description_fr}", "iptc:Caption-Abstract": "{description_en}", "iptc:SpecialInstructions": "{instructions}"}

After editing the template, click SAVE. When you export assets, the values of the properties you specify will be written to those asset files.

You can see an example of a template setup for the Image content type.

metatemplates.jpg


    • Related Articles

    • Creating an Asset Property Template

      Property templates make it possible to significantly reduce the time required to fill in asset properties. You can use the properties of one of the assets as a basis; choose which of the properties you want to save to the template, and edit these ...
    • Asset Properties

      Asset properties are a set of metadata, information about a file. This information includes file's title, description, tags, creator's contact information, date created, copyright, usage rights, geolocation and others. They can be used for the ...
    • How to Export with FTP Servers

      Picvario can be integrated with an FTP server both to retrieve assets from FTP and, in turn, to export assets from Picvario to an FTP server. It is possible to export single assets or multiple assets to a server in a few clicks, once you have set the ...
    • How to Read Metadata Manually

      After importing assets into the system, the administrator can initiate the filling of asset property values with metadata from their original files. This may be necessary, for example, in the following cases: - The assets were imported into the ...
    • Asset Download Statistics

      Piсvario administrators have the ability to export asset statistics. To view the statistics, go to User Profile → Statistics. The table of statistics contains the following columns by default: UUID - unique number of the asset in Picvario Export date ...