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
Stop assuming everyone owns Mixed In Key and Platinum Notes
Sortero only needs key and BPM tags to exist; it has never cared what wrote
them. The UI said otherwise at every turn, naming two paid tools as if they
were requirements. rekordbox, Serato, Traktor and Mixxx all analyse for free,
and most people already have one.
Prompts now say "your analysis tool", with those named as examples rather than
prerequisites, and the README lists the free options alongside the paid one.
The Platinum Notes ordering reminder is now conditional on actually using it,
and says plainly that it is optional: it improves audio quality and writes
nothing Sortero reads. The warning still explains why order matters, because
getting it wrong fails silently - mastering after analysing leaves the tags
describing a file that no longer exists, with no error to notice.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ DJ Collection/
32
32
Mixes/ recordings over 20 minutes
33
33
_Playlists/*.m3u8 every folder you had, as a playlist
34
34
_Quarantine/ duplicates and rejects, never deleted
35
-
To Be Processed/ your Platinum Notes / Mixed In Key stage
35
+
To Be Processed/ tracks waiting to be analysed
36
36
Processed/ analysed and ready to file
37
37
```
38
38
@@ -47,25 +47,37 @@ DJ Collection/
47
47
|**Tags**| Strips download-site spam from Genre/Comment, infers missing Artist/Title from filenames, normalises Genre, and promotes Mixed In Key energy into the sortable Grouping field. |
48
48
|**Duplicates**| Exact (identical audio) and Likely (same artist/title/version, same length). Different remixes are never grouped. Extras move to `_Quarantine`. |
49
49
|**Import**| Add files or folders. Analysed tracks go straight to `Tracks/<Genre>`; anything missing key/BPM lands in `To Be Processed`. Tracks already in the library are flagged, not copied. **"Sort the 'Processed' folder"** files everything you've already run through PN and MIK. |
50
-
|**Needs Work**| Everything Sortero can't fix by itself, filtered by what's missing (key/BPM, energy, genre, artist, low bitrate). Select tracks and stage them in `To Be Processed` for Platinum Notes (first) then Mixed In Key (second). Your own set recordings are excluded. |
50
+
|**Needs Work**| Everything Sortero can't fix by itself, filtered by what's missing (key/BPM, energy, genre, artist, low bitrate). Select tracks and stage them in `To Be Processed` for whichever analysis tool you use. Your own set recordings are excluded. |
51
51
|**Playlists**| Rebuild a Spotify or TIDAL playlist against your local files, or rebuild the folder playlists. |
52
52
|**History**| Every operation, with one-click undo. |
53
53
54
54
## The analysis loop
55
55
56
-
Sortero can compute genre, artist and titles, but not key, BPM or energy —
57
-
those need Mixed In Key and Platinum Notes. The **Needs Work** tab closes that
56
+
Sortero works out genre, artist and title on its own, but not key, BPM or
57
+
energy — those come from an analysis tool. The **Needs Work** tab closes that
58
58
loop:
59
59
60
60
1. Filter by *Missing key or BPM* and select what you want.
61
61
2.**Stage selected in 'To Be Processed'.**
62
-
3. Run that folder through **Platinum Notes first**, then **Mixed In Key second**,
63
-
saving the results into `Processed`.
62
+
3. Run that folder through your analysis tool, saving the results into `Processed`.
64
63
4.**Import → "Sort the 'Processed' folder"** files them by genre automatically.
65
64
66
-
> **Order matters.** Platinum Notes re-encodes the audio. Run it *after* Mixed In
67
-
> Key and you throw that analysis away — the key and energy tags won't match the
68
-
> file you end up with. Sortero repeats this reminder when you stage tracks.
65
+
Sortero doesn't care which tool wrote the tags — only that key and BPM are there.
66
+
Any of these work:
67
+
68
+
| Tool | Notes |
69
+
|---|---|
70
+
|**rekordbox / Serato / Traktor**| Already analyse on import. Free, and you probably have one. |
71
+
|**[Mixxx](https://mixxx.org)**| Free and open source on every platform. Built-in key and BPM detection. |
72
+
|**[Mixed In Key](https://mixedinkey.com)**| Paid. Widely considered the most accurate for key, and the source of the 1–10 energy rating. |
73
+
|**KeyFinder**| Open source, key detection only. |
74
+
75
+
> **If you use Platinum Notes, run it *before* analysing.** It re-encodes the
76
+
> audio, so mastering afterwards leaves key and energy tags describing a file
77
+
> that no longer exists — silently, with no error. Platinum Notes is entirely
78
+
> optional; it improves audio quality and writes no tags Sortero needs. For the
79
+
> loudness part alone, [MP3Gain](https://alternativeto.net/software/mp3gain/) or
80
+
> your DJ software's auto-gain is a free substitute.
69
81
70
82
Staging a track out of a set or vibe folder does **not** cost you that
71
83
curation. Before anything moves, Sortero writes the folder out as a playlist
0 commit comments