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><<id>></userid> <!-- required-->
    <userkey><<key>></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": "<<id>>", // required
        "userkey": "<<key>>", // 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
author The author of the source file.Stringnone
title The title of the source file.Stringnone
album The album title of the source file.Stringnone
description A brief description of the source file.Stringnone
copyright Copyright information for the source file.Stringnone
copy Copy metatags from the source file.Stringnone
service_name Broadcasting Service NameStringnone
service_provider Broadcasting Service Provider NameStringnone