How to import any playlist into Rekordbox in 30 seconds — without OAuth
A 30-second workflow that turns any Spotify or YouTube Music playlist into a real Rekordbox crate. No sign-in, no Premium account, no monthly fee. Here's exactly how it works and what to expect from each step.
If you DJ, you've probably had the same moment: you found a Spotify mix worth playing on Friday, a YouTube Music collection that's perfect for the cocktail set, or a setlist you saved as a text file at three in the morning. Getting it into Rekordbox so it actually lives next to your real tracks is usually a half-hour of copy-pasting titles into the search box.
Music Library Doctor's Track Matcher closes that gap. Paste a link, get a real Rekordbox playlist in your encrypted master.db — and the tracks you don't own yet land as placeholders that get completed automatically. No OAuth, no token storage, no recurring fee.
Here's the whole flow in plain language.
The 30-second version
- Open Track Matcher. It's in the Tools menu, or click the "Match · Complete · Export Any Playlist" card on the home view.
- Paste a Spotify public playlist URL. Or click YouTube Music, search in-app, and pick the playlist. Drop a text list. Open an .m3u file. Whatever you have works.
- Click "Send to Rekordbox." Music Library Doctor writes a native playlist row into your encrypted master.db. Open Rekordbox and the crate is waiting.
That's it. The rest of the article is about what happens behind those three steps and why it matters.
Why no sign-in?
Most other tools that do this kind of thing need OAuth — you hand them your Spotify or Google account and trust them with your credentials. For a one-time-purchase desktop tool that runs locally, that's the wrong tradeoff. Music Library Doctor reads the public playlist metadata directly:
- No tokens stored on your machine or in a cloud.
- No Spotify Premium required (free Spotify is enough).
- No Google account for YouTube Music — the public catalogue is reachable without one.
- Only public and unlisted playlists work (private playlists are intentionally out of scope).
If you're moving away from a tool that charges $15 a month and needs OAuth, the difference matters at three levels: the bill, the attack surface, and the friction of trying a quick playlist.
What happens during matching
This is the part most tools get wrong. Naive matching uses simple token overlap: count how many words from the source title appear in the candidate filename. It's fast, it's wrong, and it produces results like an artist-only match (just "Blok3" with no "Escort") scoring 50% — because half the source tokens happen to be in the candidate.
Track Matcher scores title and artist separately, weights title heavier, and applies guards for the failure modes people actually report:
- Artist-only matches ("Blok3 — Escort" against any "Blok3" file with a different title) are capped low.
- Long "feat." chains where the actual artist is buried (e.g. "ibrahim tatlıses feat. Lvbel C5 — ... Dacia RMX") stop outranking the clean original "LVBEL C5 — DACIA.m4a".
- Genre tags inside parentheses on the source side (like "(Tech House Remix)") are stripped so the title still matches the candidate.
- Audio extensions (mp3, m4a, opus, flac) and platform tags ("Official Audio", "Lyric Video") aren't counted as real tokens.
Every guard is pinned to a real-world false-positive case so the same trap can't come back. In practice you can expect ~85–95% of tracks to land at ≥ 80% confidence on a well-organised DJ library.
What happens to tracks you don't own yet
This is the part of the flow that's genuinely unique to Music Library Doctor: tracks that aren't in your library don't get dropped silently or written as fake paths that break Rekordbox. They land as placeholders — real entries in your master.db with a "file not found" status, sitting in the new playlist where you can see them.
Then the home view shows a glowing Fix & Upgrade All button. One click and Music Library Doctor:
- Repairs paths for files that just moved on disk (free — no Pro license needed).
- Fetches the missing tracks from YouTube Music via Smart Source Upgrade and adds them to your library, with a live preview of the candidate it picked before anything lands (Pro feature).
Cancel is kept prominent. Nothing happens silently. If a candidate looks wrong, you skip it. The whole flow is designed so a 35-track Spotify import becomes 35 real tracks in your library on your terms.
The bulk-select trick that makes a difference
The matching view has four bulk actions sitting at the top of the results list. Each maps to a different intent:
- Select First — only the green ≥ 80% matches. Quickest when your library is already complete.
- Select All — every match ≥ 40%. Sweeps in medium-confidence rows you'd otherwise skip.
- ★ All N as placeholders — the killer feature. Skips library matches entirely, sends the whole playlist into Rekordbox as placeholders. Useful when you want a fresh import that Fix & Upgrade All can fetch from YouTube Music later, regardless of what's already on disk.
- Unselect All — back to manual.
The "All as placeholders" action is the one DJs ask for after they've used the tool for a week. It maps perfectly to "I don't care what's already in my library, I want the whole playlist to come from a fresh source." A single click, every row queued for Smart Source Upgrade, done.
What Rekordbox actually sees
Music Library Doctor writes directly into your master.db — the encrypted SQLite database Rekordbox 6 and 7 use. Not an XML export, not an M3U import. The native database write means:
- The new playlist appears on the next Rekordbox launch — no import dialog, no rescan.
- Your existing playlists, cue points, beat grids and tags stay untouched.
- Music Library Doctor takes a backup of
master.dbbefore any write, so you can roll back if you ever want to.
Free users can match and preview as much as they like. Sending the crate into Rekordbox is a Pro feature — one-time license, currently $19 for the founding tier, $49 thereafter.
Try it
Music Library Doctor runs on macOS 11+ and Windows 10/11. Get the app, open Track Matcher, paste any Spotify or YouTube Music playlist. Match and preview are free; the Pro license is a one-time purchase whenever you decide it's earned.
If you're coming from a subscription-based tool and want to see the full feature breakdown first, the Track Matcher overview has a side-by-side comparison with Cratehackers, MLT and Lexicon.