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
Needs Work tab: find and stage tracks that need MIK or Platinum Notes
Sortero can derive genre, artist and title, but key, BPM and energy need
outside tools. The Needs Work tab makes that actionable rather than just a
number on the dashboard: filter by what is missing, select tracks, and stage
them in 'To Be Processed' ready for Platinum Notes and Mixed In Key.
Set recordings are excluded - the Recorded Mixes folder and anything over 20
minutes are your own sets, not tracks to analyse, and staging them would be
wrong. This drops the "missing key or BPM" list from 335 to 310 on a real
library.
Also caches the mutagen handle instead of reopening each file three times per
scan (2,754 files: ~20s -> ~3.5s), and names the macOS release artifact
universal2 when it really is both architectures.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,21 @@ DJ Collection/
45
45
|**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. |
46
46
|**Duplicates**| Exact (identical audio) and Likely (same artist/title/version, same length). Different remixes are never grouped. Extras move to `_Quarantine`. |
47
47
|**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. |
48
+
|**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 and Mixed In Key. Your own set recordings are excluded. |
49
+
|**Playlists**| Rebuild a Spotify or TIDAL playlist against your local files, or rebuild the folder playlists. |
48
50
|**History**| Every operation, with one-click undo. |
49
51
52
+
## The analysis loop
53
+
54
+
Sortero can compute genre, artist and titles, but not key, BPM or energy —
55
+
those need Mixed In Key and Platinum Notes. The **Needs Work** tab closes that
56
+
loop:
57
+
58
+
1. Filter by *Missing key or BPM* and select what you want.
59
+
2.**Stage selected in 'To Be Processed'.**
60
+
3. Run that folder through Platinum Notes and Mixed In Key, saving into `Processed`.
61
+
4.**Import → "Sort the 'Processed' folder"** files them by genre automatically.
62
+
50
63
## Streaming playlists
51
64
52
65
Paste a Spotify or TIDAL playlist link on the **Playlists** tab and Sortero
0 commit comments