You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DJs heavily use comments for set notes, mix notes, and custom categorization. Rekordbox has two comment fields; Crate has none. This adds a comments field to tracks across the full stack.
Scope:
DB migration: add comment TEXT column to tracks table
Update Rust Track model and TypeScript Track type
Metadata extraction: read Comment tag from audio files on import (ID3 COMM, Vorbis COMMENT)
UI: comment column in track list, editable field in track editor, bulk edit support
Export: map to PDB/Device Library Plus comment field