> For the complete documentation index, see [llms.txt](https://docs.drakodevelopment.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.drakodevelopment.net/core-features/music.md).

# Music

***

### Disclaimer

* **Use a burner account.** Your account may be banned or rate-limited.
* This method may violate Deezer's Terms of Service.
* Proceed with caution and only use this method if you understand the implications.

***

### Requirements

* Google Chrome Browser
* Basic understanding of browser developer tools
* Private (Incognito) browsing window

***

### Explaination

* No streaming is done via YouTube, this can cause certain songs to not be found and unplayable
* Songs may stutter, this is due to high CPU usage and live video playback

***

### Step-by-Step Instructions

#### 1. Open Deezer in Incognito Mode

* Open **Google Chrome**
* Launch an **Incognito Window** (Ctrl+Shift+N or ⌘+Shift+N on Mac)
* Navigate to <https://www.deezer.com/>

{% hint style="success" %}
**Tip:** Using incognito mode ensures a clean session.
{% endhint %}

***

#### 2. Sign Into Your Deezer Account

* Sign in with a valid Deezer account

{% hint style="danger" %}
**Important:** Use an account you don't mind losing access to
{% endhint %}

***

#### 3. Open Developer Tools

* Press `F12` or right-click anywhere on the page and select **Inspect**
* Go to the **Application** tab in the developer tools

***

#### 4. Locate & Copy the ARL token

* Copy the arl value as shown in the image below (Green Area)
* Enter it in `music.yml` under `DeezerARLCookie`

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

***

#### 5. Obtain the Decryption Key

* Obtain the decryption key from public projects, such as Deezer Downloader
* Enter it in `music.yml` under `DeezerDecryptionKey`

{% hint style="success" %}
**Due to Legal reason this guide cannot display or inform you how to obtain the key directly.**
{% 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, and the optional `goal` query parameter:

```
GET https://docs.drakodevelopment.net/core-features/music.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
