-
v0.5.1 — resume playback fixes
🏗️ Build and Test JellyTau / Run Tests (push) Successful in 8m2sPublish Documentation / Build & publish docs to gitea-pages (push) Successful in 5m34sTraceability Validation / Check Requirement Traces (push) Successful in 15s🏗️ Build and Test JellyTau / Android Compile Check (push) Successful in 2m58sBuild & Release / Run Tests (push) Successful in 8m22sBuild & Release / Build Linux (push) Successful in 19m40sBuild & Release / Build Windows (push) Successful in 8m6sBuild & Release / Build Android (push) Failing after 13m33sBuild & Release / Create Release (push) Skippedreleased this
2026-08-12 20:16:45 +00:00 | 141 commits to master since this releaseResume-playback fixes across the three layers where the position was lost:
- Android native (ExoPlayer) video never applied the resume seek, so
resume always played from the start on device. - DR-154: a stop-report the server could not be told about was logged and
dropped, even though sync_queue and its drain were built and running. - DR-155: the server's watch position was never mirrored into the local
user_data row the resume check reads, so resume never crossed devices.
Also carries concurrent fixes from parallel work: download bitrate, series
resume ordering, Recently Added grouping, remote-session volume handoff,
and home library card heights.Downloads
- Android native (ExoPlayer) video never applied the resume seek, so