-
JellyTau v0.8.2
Stable🏗️ Build and Test JellyTau / Run Tests (push) Successful in 24m47sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m40sTraceability Validation / Check Requirement Traces (push) Successful in 20sBuild & Release / Run Tests (push) Successful in 25m19s🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 11m18sBuild & Release / Build Linux (push) Successful in 30m51sBuild & Release / Build Windows (push) Successful in 14m55sBuild & Release / Build Android (push) Successful in 32m54sBuild & Release / Create Release (push) Successful in 20sreleased this
2026-08-19 15:29:42 +00:00 | 84 commits to master since this releaseA single fix, for Android background audio.
🐛 Fixes
- Listening to a video in the background no longer jumps back to where you
started. Handing a video off to background audio streams a live mp3
transcode, which is chunked — no length, and no duration the player can read.
ExoPlayer resumes a failed load in place only when it knows one of those two
things; with neither it assumes the source is live and re-requests the URL from
the beginning. That URL starts at the moment you locked the screen, so a
network blip left a retry armed, and when the buffer eventually ran dry —
minutes later, with nothing in between — playback silently resumed from the
handoff point and carried on. No error was raised and nothing ended, so none of
the existing stream-recovery paths could see it; the only sign was a position
that went backwards, which is why it looked random. The player is now refused
its own retry for exactly that kind of stream, so the failure surfaces and the
backend re-opens the stream at the position playback actually reached, keeping
your selected audio track. Music and video are untouched: both declare their
timeline, and the player resumes them where the load stopped.
(UR-040, UR-004 → DR-203)
Downloads
Platform File Android jellytau-release.apk— sideload oradb installWindows (portable) jellytau.exeLinux (Debian/Ubuntu) jellytau_0.8.2_amd64.deb—sudo dpkg -iWindows jellytau_0.8.2_x64-setup.exe(NSIS installer)
Report a problem: https://gitea.tourolle.paris/dtourolle/jellytau/issues
Downloads
- Listening to a video in the background no longer jumps back to where you