AddVideoMatchClipMetadata
Adds custom metadata (a key-value pair) to a video match clip.
Type: synchronous
Parameter | Description | Required |
---|---|---|
database
|
The name of the database that contains the clip. | Yes |
identifier
|
The identifier of the clip that you want to add metadata to. | Yes |
key
|
The key to add (maximum 254 bytes). | Yes |
value
|
The value to add (maximum 254 bytes). | Yes |
Example
The following example adds metadata to a clip:
/action=AddVideoMatchClipMetadata&database=movies &identifier=8b40bcf6232a9d3ce9614fd9debe896b &key=released &value=2003
Response
<autnresponse> <action>ADDVIDEOMATCHCLIPMETADATA</action> <response>SUCCESS</response> <responsedata></responsedata> </autnresponse>