rekordbox_set_list_manager.models.enums#
Shared enumerations for the Rekordbox Set List Manager domain.
Classes#
Semantic role of a section within a DJ set. |
|
Track color codes used in Rekordbox XML (24-bit RGB integers). |
|
How a track was matched between streaming metadata and local files. |
|
Where the track metadata originated. |
Module Contents#
- class rekordbox_set_list_manager.models.enums.SectionType[source]#
Bases:
enum.StrEnumSemantic role of a section within a DJ set.
- class rekordbox_set_list_manager.models.enums.RekordboxColor[source]#
Bases:
enum.IntEnumTrack color codes used in Rekordbox XML (24-bit RGB integers).
Values are hardcoded in the Rekordbox binary — not user-configurable. DjmdColor.ColorCode is always NULL in Rekordbox 7; the XML
Colourattribute (decimal integer) is the authoritative source. Verified against Rekordbox 7.2.14 exports (Phase I). Seescripts/verify_rb_colors.pyto re-verify against a live export.