> For the complete documentation index, see [llms.txt](https://laminaris.gitbook.io/product-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://laminaris.gitbook.io/product-docs/igrovye-mekhaniki/vklyuchenie-svoei-muzyki.md).

# Включение своей музыки

Для доступа к функционалу требуется подписка <mark style="color:$success;">**Laminaris**</mark>. Рекомендуется ознакомиться с её условиями.

***

#### Команды <a href="#komandy" id="komandy"></a>

**Создание кастомной пластинки**

* **Команда**: `/disc burn <url> [name]`
* **Описание**: создаёт музыкальную пластинку с кастомным аудио по указанной ссылке. Для использования команды нужно держать музыкальную пластинку в руке.
* **Пример**:
  * `/disc burn <ссылка на трек> MyMusic`

После выполнения команды пластинка получит указанное название и будет проигрывать музыку по добавленной ссылке.

***

**Возврат пластинки в обычное состояние**

* **Команда**: `/disc erase`
* **Описание**: возвращает кастомную пластинку в обычное состояние.
* **Пример**:
  * Возьмите кастомную пластинку в руку и используйте команду `/disc erase`.

***

**Поиск треков**

Вы можете искать музыку прямо в игре через поддерживаемые источники.

**Поиск во ВК Музыке**

* **Команда**: `/disc search vk <запрос>`
* **Описание**: ищет трек во ВК Музыке по указанному названию.
* **Пример**:
  * `/disc search vk Never Gonna Give You Up`

***

**Поиск в Яндекс Музыке**

* **Команда**: `/disc search yandex <запрос>`
* **Описание**: ищет трек в Яндекс Музыке по указанному названию.
* **Пример**:
  * `/disc search yandex Never Gonna Give You Up`

***

#### Поддерживаемые источники <a href="#podderzivaemye-istocniki" id="podderzivaemye-istocniki"></a>

Аддон может загружать аудио из следующих источников:

* ВК Музыка
* Яндекс Музыка
* SoundCloud
* Bandcamp
* Vimeo
* Twitch live streams
* Direct HTTP URLs

***

#### Поддерживаемые форматы файлов <a href="#podderzivaemye-formaty-failov" id="podderzivaemye-formaty-failov"></a>

Если вы используете прямую ссылку на аудиофайл, поддерживаются следующие форматы:

* MP3
* FLAC
* WAV
* Matroska/WebM с кодеками AAC, Opus или Vorbis
* MP4/M4A с кодеком AAC
* OGG-потоки с кодеками Opus, Vorbis или FLAC
* AAC-потоки
* Плейлисты потоков M3U и PLS


---

# 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://laminaris.gitbook.io/product-docs/igrovye-mekhaniki/vklyuchenie-svoei-muzyki.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.
