Skip to content

Stash v0.9.56

Choose a tag to compare

@github-actions github-actions released this 21 Jun 21:48
· 525 commits to master since this release

release: v0.9.56 — ARCOD lossless source + queue reliability fixes

ARCOD lossless (new source)
Stash adds a fourth lossless source: ARCOD (arcod.xyz), the Qobuz catalog
served by a different operator than kennyy/squid. Connect a free ARCOD account
once (Settings → Connect ARCOD, sign in with Google) and it joins the lossless
fallback chain — so when kennyy and squid are both down, your tapped and
next-up tracks still stream and download real FLAC from ARCOD instead of
dropping to lossy YouTube. It's job-based and rate-limited, so it's used for
the tracks you actually play, not speculative queue prefetch.

Queue & skip reliability
A round of fixes so playback always moves forward, whatever the source:

  • Skip now always advances instantly. Pressing Next immediately moves to the
    next track and shows it loading in Now Playing while it resolves in the
    background, instead of sitting on a spinner — and rapid taps land cleanly on
    the final track instead of stacking up.
  • Amazon Music (amz) is no longer tried during the speculative background
    queue-fill. Its whole-file decrypt was slow enough to starve the fast
    fallback and leave the queue too sparse to skip through; it's now used only
    on the tracks you tap/skip to (and on downloads).
  • The Now Playing quality badge now updates to FLAC the moment a track is
    upgraded to a lossless source, instead of keeping a stale "via YT" label.
  • Deduplicated the next-up prefetch so a single advance no longer fires several
    identical lossless lookups.

Install

Download the .apk below and open it on your Android device. If you've got a previous Stash release installed, this upgrades in place — your library, sync history, and settings are preserved.

Requires: Android 8.0 (API 26) or newer.

See the README for first-time setup.

Full Changelog: v0.9.55...v0.9.56