Metadata

Define associated metadata with your output.

🚧

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
        }
    }
}
TagDescriptionAllowefd ValuesDefault Value
authorThe author of the source file.Stringnone
titleThe title of the source file.Stringnone
albumThe album title of the source file.Stringnone
descriptionA brief description of the source file.Stringnone
copyrightCopyright information for the source file.Stringnone
copyCopy metatags from the source file.Stringnone
service_nameBroadcasting Service NameStringnone
service_providerBroadcasting Service Provider NameStringnone