This release fixes issues for SREs watching stability and regressions.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryFixed GraphQL playback commands for CMAF sink and prevented MPD playlist resume panic.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Bugfix | Medium |
Fixes no‑op behavior for play* RPCs when active output is CMAF sink. Fixes no‑op behavior for play* RPCs when active output is CMAF sink. Source: llm_adapter@2026-06-08 Confidence: high |
— |
| Bugfix | Medium |
Prevents panic in MPD `restore_playlist` by bounds‑checking `resume_index`. Prevents panic in MPD `restore_playlist` by bounds‑checking `resume_index`. Source: llm_adapter@2026-06-08 Confidence: high |
— |
Full changelog
[2026.06.08]
Fixed
- GraphQL
playAlbum/playArtistTracks/playGenreTracks/playDirectory/playTrack/playLikedTracks/playAllTrackswere no-ops when the active output was the CMAF (HLS / DASH) sink — thecheck_and_load_player!macro used ahost != "" && port != 0heuristic to detect external cast players, but CMAF advertiseshost="localhost",port=7882for its own HTTP server, so the macro misrouted the request to/player/load(which 404s becausestate.playeris only populated for Chromecast) and returnedOk(0)before building the playlist; now matches the RPC variant and gates onis_cast_deviceinstead, so local PCM sinks (CMAF, FIFO, builtin, squeezelite, AirPlay, UPnP) fall through to the regular playlist-build path - MPD
restore_playlist: bounds-check the persistedresume_indexagainst the current playlist length before indexing — a stale resume index from a prior session with a longer queue was panicking the MPD thread withindex out of bounds: the len is 15 but the index is 91and aborting the daemon
Full Changelog: https://github.com/tsirysndr/rockbox-zig/compare/2026.06.07...2026.06.08
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
Track A modern Music Player Daemon based on Rockbox firmware
Get notified when new releases ship.
Sign up freeAbout A modern Music Player Daemon based on Rockbox firmware
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]