import_track
Add a single audio file to the rekordbox library with optional metadata overrides. Rekordbox must be closed; the track is added unanalyzed and ready for analysis.
Instructions
Import a single audio file into the rekordbox library.
⚠️ CAUTION: This modifies your rekordbox database — rekordbox must be closed.
The track is added as unanalyzed; open rekordbox and run "Analyze Tracks" to generate waveforms, beatgrids, and hot cues.
Args: path: Absolute path to the audio file (mp3/m4a/flac/wav/aiff) title: Override the title (defaults to ID3 tag if auto_tag=True) artist: Override the artist (creates artist row if new) album: Override the album genre: Override the genre label: Override the record label bpm: Override the BPM (float, e.g. 128.0) rating: Override the rating (0–5) comments: Track comments year: Release year auto_tag: Read ID3 tags via mutagen and prefill metadata (default True). Explicit arguments always win over tag values.
Returns: Result with status (success/skipped/error), track_id, and resolved metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bpm | No | ||
| path | Yes | ||
| year | No | ||
| album | No | ||
| genre | No | ||
| label | No | ||
| title | No | ||
| artist | No | ||
| rating | No | ||
| auto_tag | No | ||
| comments | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||