# Music Labels

{% tabs %}
{% tab title="Add Music Label" %}

> * Go to config/labels.lua
> * Copy/Paste an existing one and edit all the fields, make sure to set an unique index key for every label.
> * Locations coords are the locations for the Label panel, where they can add/remove songs or burn CDs

<figure><img src="/files/iLsKdtka9U0IGLBn7N7A" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Register Songs" %}

> * Every Music Label has its own panel where they can add/remove songs or burn CDs, only the players with the required job can access this zones.

<figure><img src="/files/dz1nJlsUtMa1ZbPVpo07" alt=""><figcaption></figcaption></figure>

> * To add a new song click the Add Song button and a new box will open, songs are Youtube links, the panel won't accept songs that last more than 15 minutes.

<figure><img src="/files/GH997cjTf7YNKM2OOlxu" alt=""><figcaption></figcaption></figure>

> * All fields are optional except for the Youtube URL, if no info about the song is provided the script will fetch it from Youtube, I highly suggest you to add this fields because Youtube can return N/A for some fields.

<figure><img src="/files/1xAyt9Y04wK0GEiQjucR" alt=""><figcaption></figcaption></figure>

> * This songs will be also added to Latest Songs section in Laptop APP

<figure><img src="/files/3inTj53OfHFEfMHPrC23" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Burn CDs" %}

> * Record Labels can burn CDs by using their panel and selecting 1 or more songs to enable the button

<figure><img src="/files/vypzPMt9Kn6XDEQHSIub" alt=""><figcaption></figcaption></figure>

* When burning a CD you can set a custom cover and description, this fields only works with inventories like ox\_inventory that displays metadata fields and can replace item images using URL.

<figure><img src="/files/R5p0NjAZHl1cT9EHJGAI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/wYXL4iH2g86SGQVnqrCH" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/gyNrZ7p8fAI6RRKIi3yw" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
If you inventory don't support custom metadata and images, don't worry, everything else will work the same.
{% endhint %}
{% endtab %}
{% endtabs %}


---

# Agent Instructions: 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://docs.av-scripts.com/laptop-pack-v3/music/music-labels.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.
