# Get Media Metadata

This **Node** can be used to get the metadata of a **Media** **Object**. It has two different versions depending on the `Input Type` chosen. Find in the tabs below the documentation for all versions.

{% tabs %}
{% tab title="Object" %}

## Overview

![The Get Media Metadata Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-a5913c0b353a6fce26fef3832afd88c0298b1779%2Fgetmediametadatanode20241.png?alt=media)

The **Get Media Metadata Node** returns the *ID3* *metadata* from hard drive media, such as *.mp3* files, in **Dictionary** format. More information on *ID3* can be found [here](https://en.wikipedia.org/wiki/ID3). Please note that videos do not have *metadata* and thus are not compatible with this **Node**.

*ID3 tags* can be investigated more in depth [here](https://exiftool.org/TagNames/ID3.html).

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Function**, **Prefab**.

### Attributes

![The Get Media Metadata Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-1812c7a4aec8cc2ac921c62487a2b701db4e2007%2Fgetmediametadataatts.png?alt=media)

| Attribute    | Type         | Description                                                                                                  |
| ------------ | ------------ | ------------------------------------------------------------------------------------------------------------ |
| `Input Type` | **Dropdown** | The type of the inputted item. It can be either an **Object** or an **Asset**. Here, **Object** is selected. |

## Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the desired **Media Object**.                               |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Dictionary`       | **Dictionary** | The returned **Dictionary** containing the **Object's** *metadata*.                                                                    |
| {% endtab %}       |                |                                                                                                                                        |

{% tab title="Asset" %}

## Overview

![The Get Media Metadata Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-cded19d959aaec39b56281391b24b363afc103d1%2Fgetmediametadatanode20241asset.png?alt=media)

The **Get Media Metadata Node** returns the *ID3* *metadata* from hard drive media, such as *.mp3* files, in **Dictionary** format. More information on *ID3* can be found [here](https://en.wikipedia.org/wiki/ID3). Please note that videos do not have *metadata* and thus are not compatible with this **Node**.

*ID3 tags* can be investigated more in depth [here](https://exiftool.org/TagNames/ID3.html).

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Function**, **Prefab**.

### Attributes

![The Get Media Metadata Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-76822bd575a35dcd5e81af5dbd8ba82df3cd7412%2Fgetmediametadataatts2.png?alt=media)

| Attribute    | Type         | Description                                                                                                 |
| ------------ | ------------ | ----------------------------------------------------------------------------------------------------------- |
| `Input Type` | **Dropdown** | The type of the inputted item. It can be either an **Object** or an **Asset**. Here, **Asset** is selected. |

## Inputs

| Input             | Type        | Description                                                           |
| ----------------- | ----------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**   | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Media ID`        | **MediaID** | The ID of the desired **Media Asset**.                                |

## Outputs

| Output             | Type           | Description                                                                                                                            |
| ------------------ | -------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**      | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Dictionary`       | **Dictionary** | The returned **Dictionary** containing the **Asset's** *metadata*.                                                                     |
| {% endtab %}       |                |                                                                                                                                        |
| {% endtabs %}      |                |                                                                                                                                        |
