-
Notifications
You must be signed in to change notification settings - Fork 0
sections
A section represents a phase of your DJ set — Opener, Warm Up, Build, and so on. It has a name, a type, a colour, and an ordered list of tracks.
The following types are built in. Each type has a default Rekordbox track colour and a display label.
| Type | Label | Default colour | Hex |
|---|---|---|---|
opener |
Opener | Aqua | #10E4DC |
warm_up |
Warm Up | Green | #1EE12B |
build |
Build | Yellow | #F8E550 |
peak |
Peak | Red | #F87070 |
after_peak |
After Peak | Orange | #FFA064 |
closing |
Closing | Blue | #1E50F0 |
break |
Break | Purple | #9828F0 |
general |
General | None (no colour) | — |
The colour mapping follows the natural energy arc of a set: cool tones for low-energy phases, warm tones for high-energy phases.
- Click Add Section (toolbar or section panel
+button), or pressCtrl+Shift+A. - Enter a name (e.g. "Friday Peak").
- Choose a type from the dropdown.
- Click OK.
The section appears at the bottom of the list with the default colour for its type.
Double-click the section header, or right-click → Rename.
Drag the section header to a new position.
Right-click the section header → Delete Section. All tracks inside the section are removed. This action is undoable.
Each section carries a Rekordbox colour that is embedded in the exported XML. When Rekordbox imports the XML, tracks are shown in that colour in the browser and on CDJs that support colour tagging.
| Name | Hex |
|---|---|
| None (no colour) | — |
| Pink | #F870F8 |
| Red | #F87070 |
| Orange | #FFA064 |
| Yellow | #F8E550 |
| Green | #1EE12B |
| Aqua | #10E4DC |
| Blue | #1E50F0 |
| Purple | #9828F0 |
These are the exact colour codes baked into the Rekordbox 7 binary — no other colours are possible in a Rekordbox-compatible export.
Click the colour swatch in the section header to open the colour picker, then click the desired colour.
Project → Recolour All Sections resets every section's colour to the default for its type. Useful after changing section types in bulk.
A name theme is a saved mapping from section type to display name. You can have multiple themes per project and apply one at a time to rename all sections in bulk.
Example themes:
| Type | Default | "Berlin Techno" theme | "Melodic House" theme |
|---|---|---|---|
| Opener | Opener | Eingang | Dawn |
| Build | Build | Aufbau | Journey |
| Peak | Peak | Höhepunkt | Climax |
| Closing | Closing | Ausgang | Dusk |
- Open Project → Section Name Themes…
- Click New Theme and enter a theme name.
- Fill in the name overrides for each section type (leave blank to keep the default label).
- Click OK.
In the Section Name Themes dialog, select a theme and click Apply to Project. All sections whose type has a non-blank override will be renamed instantly. The operation is undoable.