Yes. I’m having to do that a lot with Spotify. Sometimes its fine, but it’s also not finding a bunch of Spotify releases as well. Unfortunately, I’m thinking it’s a change on Spotify’s end and maybe not much can be done about it. Much like what has happened with Deezer as well.
gkj
October 3, 2025, 6:41pm
346
I’ve opened a PR to detect DJ-mixes based on the release title or if the track titles end with “mixed” (in a few different formats). Reviews, comment with insights into edge cases with releases in this area, etc, are welcome on the PR
main ← gustavkj:dj-mix-type-detection
opened 07:12PM - 02 Oct 25 UTC
Part of: https://github.com/kellnerd/harmony/issues/15
Adds support for detec… ting DJ-mixes by their titles and/or if the track titles end with `(mixed)` (in different formats).
Contrary to detection of Live releases, there are examples of DJ-mixes having multiple media one with the mixed tracks and one with the unmixed tracks. Some examples of this are the DJ-Kicks releases: [DJ-Kicks: Modeselektor](https://open.spotify.com/album/4ApWMQXAEOaNpFWaKG2FtN) or [DJ-Kicks: Disclosure](https://open.spotify.com/album/7F0dkkAqwrmclRH8KP2QmW?si=-1SGBg4oQj6-8ZeSG4oVAg).
When searching on Spotify, there were a few releases just called `DJ mix` which do not seem to be DJ-mixes per se. Also, considered `Continuous Mix`, but that seemed to also include just tracks with seamless transitions but not DJ-mixes really.
## Some cases
- https://open.spotify.com/album/4VtQwmTZHlFxO6hw9hgu5J
- https://open.spotify.com/album/4ApWMQXAEOaNpFWaKG2FtN (first medium is DJ-mixed, second is the unmixed tracks. The release group should still be DJ-mix)
- https://open.spotify.com/album/0f1k2l7T0SDIuAGFoXVPnF (track names contain `mixed` and the release title ends with `(DJ mix)`)
- https://open.spotify.com/album/1Ufqq0yg7gEyRQ70ofgKXe (release title ends with `(Continuous DJ mix)`
- https://open.spotify.com/album/3YCh0CPUNvjvnuaJ459MZv (release title ends with `[DJ mix]`)
- https://music.apple.com/us/album/paragon-continuous-dj-mix-dj-mix/1755446194 (mixes `[Mixed]` and `(Mixed)` suffixes)
- https://open.spotify.com/album/5TaKyO5IvwE8nknuFmXpA4 (release title that just contains `Continuous DJ mix`)
## False negative:
- https://open.spotify.com/album/3uA7wc39YN6UmondQbxDrh (Last track title ends with `- Bonus track mixed`).
3 Likes
chaban
November 7, 2025, 7:14pm
347
Is it just me, or does Harmony make fewer suggestions to add external links to artists?
For example:
https://harmony.pulsewidth.org.uk/release/actions?release_mbid=59bd2071-0e01-47a2-9c68-a75b0f2bcfa6
Only the Apple Music link was added
None of the other services’ artist links are available to be added afterwards:
It is expected behavior, the artist name on the other platforms is not similar enough to the one on MB and Apple Music in the current implementation:
1 Like
yomo12
November 18, 2025, 5:33am
349
It seems like Apple lookup isn’t working now.