> For the complete documentation index, see [llms.txt](https://audalaxy.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://audalaxy.gitbook.io/docs/metadata-data-set-reference/metadata-data-set-reference.md).

# Metadata data-set reference

The [Metaflow ](/docs/platform-description/mediaflow-services.md#metaflow)describes how the platform handles metadata. To get metadata from Audalaxy, use the [MetaSpreader](/docs/platform-description/networking-and-content-delivery.md#metaspreader). A metadata data-set contains the following data for each audio item:

```json
{
    "id": "ebbf8b04da405f51ad6aab607a7ffbe8",
    "channelname": "Radio Brocken Lovesongs",
    "channelshortname": "RB Lovesongs",
    "time": "2021-02-18T20:55:38Z",
    "duration": "227",
    "song": "Naked",
    "artist": "James Arthur",
    "channelkey": "fhl_rbroos7_klun3",
    "brandid": "radiobrocken",
    "cover": "https://cloudspace/cover.jpg",
    "separator": "-",
    "timezone": "UTC",
    "etype": 1001
}
```

**id**

Unique ID to identify the metadata set

Example: `ebbf8b04da405f51ad6aab607a7ffbe8`

**channelname**

Name of the stream

Example: `Radio Brocken Lovesongs`

**channelshortname**

Short-name of the stream

Example: `RB Lovesongs`

**time**

ISO 8601 combined date-time format

Example: `2021-02-18T20:55:38Z`

**duration**

Duration of the audio element in seconds

Example: `227`

**song**

Title of the audio element

Example: `Naked`

**artist**

Artist of the audio element

Example: `James Arthur`

**channelkey**

Unique key / ID of the channel

Example: `fhl_rbroos7_klun3`

**brandid**

Brand ID for this channel

Example: `radiobrocken`

**timezone**

Time zones represented by alphabetic abbreviations

Example: `UTC`

**etype**

Content-type ID of the audio item as an integer

Default:&#x20;

`0`

Example

`1001`

| **Type**    | **ID** |
| ----------- | ------ |
| unknown     | 0      |
| Jingles     | 101    |
| Promo       | 102    |
| Advertising | 103    |
| News        | 104    |
| Article     | 105    |
| Music 1     | 1001   |
| Music 2     | 1002   |
| Music 3     | 1003   |
| Music 4     | 1004   |
| Music 5     | 1005   |
| Music 6     | 1006   |
| Music 7     | 1007   |
| Music 8     | 1008   |

**cover**

Url of the cover image

Example: `https://cloudspace/cover.jpg`

**separator**

Ability to specify the separator between artist and song. This is sometimes relevant to optimize the frontend view.

Example: `-`

{% hint style="info" %}
**Related topics**

* [MetaSpreader configuration settings](/docs/metaspreader-configuration-settings/metaspreader-configuration-settings.md)
* [MetaPort API Specification](/docs/metaport/metaport.md)
* [Metaflow](/docs/platform-description/mediaflow-services.md#metaflow)
  {% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://audalaxy.gitbook.io/docs/metadata-data-set-reference/metadata-data-set-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
