Back to Articles

AVCM expects to receive metadata that is fully compliant with the CableLabsADI 3.0 specification.

ADI 3.0 mandatory metadata fields

A minimum set of fields are required to generate a title in the AVCM catalog. AVCM considers the following fields mandatory in the ADI 3.0 metadata. These fields must contain data as per ADI 3.0 specs and provided in the conversion XSLT.

This is a table description
Asset classMetadata field
title:TitleTypestartDateTime
content:MovieTypeSourceUrl
content:PreviewTypeSourceUrl
content:PosterTypeSourceUrl
NOTE:
  • The creation of a Title will fail if it fails the validation against the CableLabsADI 3.0 XSD.
  • To maintain compliance, any changes to the OneSpec XSD may also require changes to the OneSpec XSLT.
  • (For Delivery only) Sufficient data must be present for the creation of the MediaRoom 2.0 specification XML file.
  • The information in this document may evolve as the development of the AVCM solution continues.

Metadata conversion service

(swagger ui http://avcm:8686/docs)

Example:

http://10.72.34.24:8686/docs

OperationSample URLDescription
DELETEhttp://avcm:8686/metadataconversion/{inputFormat}/{outputFormat}Delete the specified metadata conversion.
GEThttp://avcm:8686/metadataconversionList the supported metatdata conversions.
GEThttp://avcm:8686/metadataconversion/{inputFormat}/{outputFormat}Read and show a metadata conversion.
POSThttp://avcm:8686/metadataconversion/{inputFormat}/{outputFormat}Convert content metadata from inputFormat to outputFormat. The message body is composed of the text to be converted.
PUThttp://avcm:8686/metadataconversion/{inputFormat}/{outputFormat}

Update or Add a new metadata conversion.

NOTE: The default conversions shipped with the service cannot be updated. To modify the behavior of a default conversion, create a copy of the metadata conversion under a new name and upload it to the server. Update references in configuration files to point to the new conversion.

The message body is comprised of the XSLT converter to upload.