AddAudioMatchClipMetadata

Adds custom metadata (a key-value pair) to an audio 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=AddAudioMatchClipMetadata&database=music
                                 &identifier=8b40bcf6232a9d3ce9614fd9debe896b
                                 &key=composer
                                 &value=vivaldi

Response

<autnresponse>
    <action>ADDAUDIOMATCHCLIPMETADATA</action>
    <response>SUCCESS</response>
    <responsedata></responsedata>
</autnresponse>