Spotify Integration Now Available in Algoriddim's djay App for Mac and Windows

Spotify Integration Now Available in Algoriddim's djay App for Mac and Windows
source: gettyimages
September 24, 2025

Algoriddim has announced a significant update to its renowned djay apps for Mac and Windows, introducing Spotify integration for the first time. This enhancement enables Spotify Premium subscribers to access the full spectrum of Spotify’s vast music catalog directly within djay, including personal libraries, playlists, and curated editorial playlists.

The Spotify feature is operational in 51 global markets and complements djay’s existing Automix feature, which leverages beat-matching technology for smooth cross-genre transitions. Previously supporting Apple Music, djay now targets a broader user base by integrating Spotify, allowing users to combine their existing collections with Spotify’s extensive library seamlessly.

The djay app is freely available for download from the Mac App Store and Microsoft Store. For those seeking advanced features, an optional Pro subscription is available at $6.99 per month or $49.99 annually, unlocking full capabilities.

Related Content

---

Note: The rest of the content pertains to updates on iOS, hardware rumors, and other Apple product news.

Related links

By submitting, I confirm I have the right to share this link and I agree to link back to this article from the submitted page. Duplicate URLs are rejected. Up to 5 links per page.

GraphQL · 145 ms
query Q($id: Int!, $domain: Int!, $srcId: Int!, $hasSrc: Boolean!, $hasSelf: Boolean!) {
  self: qa_ai(where: {id: {_eq: $id}}, limit: 1) @include(if: $hasSelf) {
    id
    title
    text
    date
  }
  linksarticle: qa_ai(where: {domain: {_eq: $domain}, id: {_neq: $id}}, order_by: {id: desc}, limit: 8) {
    id
    title
  }
  linksbottom: qa_ai(where: {domain: {_neq: $domain}, id: {_lt: $id}}, order_by: {id: desc}, limit: 3) {
    id
    title
    domain
  }
  source: qa_ai(where: {id: {_eq: $srcId}}, limit: 1) @include(if: $hasSrc) {
    id
    title
  }
}
{
  "id": 6644419,
  "domain": 6,
  "srcId": 0,
  "hasSrc": false,
  "hasSelf": true
}