Skip to content

Releases: matthewprince/qobuzify

Qobuzify v0.3.7

Choose a tag to compare

@github-actions github-actions released this 22 Aug 05:06

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify v0.3.6

Choose a tag to compare

@github-actions github-actions released this 02 Aug 03:36

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify v0.3.5

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:37

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify v0.3.4

Choose a tag to compare

@github-actions github-actions released this 02 Aug 00:06

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify for Android 0.1.2

Choose a tag to compare

@matthewprince matthewprince released this 01 Aug 03:47

Fixes third-party sign-in, which never completed.

Qobuz's Google, Apple and Facebook buttons each open a sized popup window and then wait for it to post an
access token back to the page that opened it. This app was handing every window.open to the system
browser, so the popup came up in a browser with no opener to answer and its cookies in the wrong place.
You authenticated successfully and the app sat on a blank page. That had been true since 0.1.0.

Popups now open in a WebView inside the app, where the opener link and the cookie jar both survive. Apple
and Facebook sign-in work again.

Google does not, and cannot. Google refuses OAuth in any embedded browser and detects it through UA Client
Hints rather than the user agent, so no amount of pretending gets past it, and forging that signal on the
page where you type your Google password is not something this app is going to do. If your Qobuz account
was created with Google, sign in at qobuz.com in a real browser, then set a password under My Account,
My Personal Information, Change Password, and use your email and that password here. The app now explains
this instead of leaving you on a blank screen.

Also in this release: shuffle your entire library from the Songs tab.

The APK here is a mirror. The download page at https://qobuzify.app/android is the canonical route and
carries the sideloading and signing caveats.

sha256  b05d125bf8e93fd26281743b20f472fe8673e4216c0f3d6a587ff9ce4437b613
signer  85:22:E9:6A:79:46:0B:23:0D:CE:49:79:65:FB:46:4D:88:4C:64:60:84:9D:58:06:8F:C4:E7:E1:DD:89:52:E9

Verify with: apksigner verify --print-certs Qobuzify-0.1.2.apk

Qobuzify for Android 0.1.1

Choose a tag to compare

@matthewprince matthewprince released this 30 Jul 06:13

Fixes playback pausing roughly once a second.

Two audio focus requesters were fighting inside one process: the app's playback service, and Chromium's
own AudioFocusDelegate for the media element that actually produces the sound. Each request handed the
other an AUDIOFOCUS_LOSS, and both sides pause on loss. The service no longer requests focus; the WebView
owns it, because it owns the audio.

Everything else is unchanged from 0.1.0.

The APK here is a mirror. The download page at https://qobuzify.app/android is the canonical route and
carries the sideloading and signing caveats.

sha256  70c69796f213f83e33305eab5ebfc01dc9f6488f631da88c0cd5fc2152ed419b
signer  85:22:E9:6A:79:46:0B:23:0D:CE:49:79:65:FB:46:4D:88:4C:64:60:84:9D:58:06:8F:C4:E7:E1:DD:89:52:E9

Verify with: apksigner verify --print-certs Qobuzify-0.1.1.apk

Qobuzify for Android 0.1.0 (superseded by 0.1.1)

Choose a tag to compare

@matthewprince matthewprince released this 30 Jul 00:34

First public Android build.

A native Android shell around the Qobuz web player with the Qobuzify runtime injected, and its own
mobile interface drawn over the top: Now Playing, queue, library, search and settings, all built at
phone size rather than being the desktop layout shrunk down.

  • Word-by-word lyrics, the same renderer and lyrics service as the desktop app
  • Lockscreen, Bluetooth and headset controls through a native media session, with the play queue
    published so you can skip within it without unlocking the phone
  • Background playback that survives the screen going off
  • Output switching from Now Playing, into Android's own output chooser
  • Themes and the extension suite, switched live from settings
  • Smart Radio and Last.fm scrobbling as opt-in extensions
  • Extensions ship switched off, since most of the catalogue targets the desktop layout this interface covers

Audio is lossless FLAC but not bit-perfect, and it cannot be: it plays through the web player and the
shared Android mixer. For bit-perfect output use the desktop app on Linux, or the PowerShell installer
on Windows.

Requires Android 8.0 or newer and your own paid Qobuz subscription.

The APK here is a mirror. The download page at https://qobuzify.app/android is the canonical route and
carries the sideloading and signing caveats.

sha256  b969030a5769fffb419e4a5aae00be5ab31f8ed51db5d705c44d2e6c80afc8ca
signer  85:22:E9:6A:79:46:0B:23:0D:CE:49:79:65:FB:46:4D:88:4C:64:60:84:9D:58:06:8F:C4:E7:E1:DD:89:52:E9

Verify with: apksigner verify --print-certs Qobuzify-0.1.0.apk

Qobuzify v0.3.3

Choose a tag to compare

@github-actions github-actions released this 28 Jul 22:19

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify v0.3.2

Choose a tag to compare

@github-actions github-actions released this 28 Jul 04:24

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.

Qobuzify v0.3.1

Choose a tag to compare

@github-actions github-actions released this 22 Jul 09:46

Desktop builds of Qobuzify for Linux, macOS, and Windows. These are unsigned: on macOS, right-click the app and choose Open the first time; on Windows, click More info then Run anyway.