# Music library

The Music Library is your central hub for managing tracks in District VR. Import music from your local drives, browse purchased tracks, organize playlists, and integrate with Rekordbox.

## Importing & Loading Tracks

You can load a track in two ways:

* **Drag and drop** a track directly onto a Deck
* Use the **Import** or **Load** button on a track to open the loading window, where you choose which Deck to load it to

## Preview Tracks

Listen to any track before importing it. Press the **play icon** on a track and the audio will be sent directly to your DJ headphones output.

## File Explorer

Browse and load tracks directly from your local drives.

* Navigate through your folders to find music
* Filter by audio file type to narrow down results

## Online Library

View and access all tracks you have purchased in the in-game store.

## Media Library

Your main library — contains all tracks you have previously used or imported.

* **Export Library**: Export your Media Library tracks and playlists for Rekordbox

{% hint style="info" %}
Currently you can export only to Rekordbox, but more export options may be available later.
{% endhint %}

### Track Options

Right-click or select a track in the Media Library to access these options:

* **Edit** — Change track information such as name, BPM, etc.
* **Delete** — Remove the track from your Media Library
* **Analyze BPM** — Analyze and update the track's BPM
* **Analyze Key** — Analyze and update the track's key
* **Add To Playlist** — Choose which playlist to add the track to (only shows existing playlists — create new ones in the Playlist window)

## Playlists

Organize your music into custom playlists.

* **Select Playlist** — Switch between playlists to view their tracks
* **Edit Icon** — Rename the currently selected playlist
* **Create New** — Create a new playlist
* **Delete Icon** — Delete the currently selected playlist

## Rekordbox

Import your Rekordbox library to use your prepared music in District VR.

* **Select List** — Choose a Rekordbox track list to browse
* **Import XML** — Import a Rekordbox XML file from your local drives

<figure><img src="/files/kCYbboSAhcrWrB6KbpTI" alt=""><figcaption><p>Media Library</p></figcaption></figure>


---

# 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.district.berlin/features/editor.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.
