Note
Available for the following formats: fl9, advanced_hls, m4a, mp4, wmv, zune.
Note
Length of metatag value can't be greater than 256 characters.
<?xml version="1.0"?>
<query>
<userid>[UserID]</userid> <!-- required-->
<userkey>[UserKey]</userkey> <!-- required-->
<action>[Action]</action> <!-- required-->
<source>[SourceFile]</source> <!-- required-->
<format>
<output>[OutputFormat]</output> <!-- required-->
<metadata>
<title>[Title]</title>
<copyright>[Copyright]</copyright>
<author>[Author]</author>
<description>[Description]</description>
<album>[Album]</album>
<service_name>[ServiceName]</service_name>
<service_provider>[ServiceProvider]</service_provider>
</metadata>
</format>
<!-- Format params -->
</query>
{
"query": {
"userid": "[UserID]", // required
"userkey": "[UserKey]", // required
"action": "[Action]", // required
"source": "[SourceFile]", // required
"format": {
"output": "[OutputFormat]", // required
"metadata": {
"title": "[Title]",
"copyright": "[Copyright]",
"author": "[Author]",
"description": "[Description]",
"album": "[Album]",
"service_name": "[ServiceName]",
"service_provider": "[ServiceProvider]"
}
// format params
}
}
}
Tag | Description | Allowefd Values | Default Value |
---|---|---|---|
author | The author of the source file. | String | none |
title | The title of the source file. | String | none |
album | The album title of the source file. | String | none |
description | A brief description of the source file. | String | none |
copyright | Copyright information for the source file. | String | none |
copy | Copy metatags from the source file. | String | none |
service_name | Broadcasting Service Name | String | none |
service_provider | Broadcasting Service Provider Name | String | none |