Auralis 2.0.0: UPnP/DLNA media server, OpenHome/UPnP AV renderer zones, playback + UI fixes - #9
Merged
Merged
Conversation
- Auto-advance: the decoder's final chunk almost never lands on a frame boundary, so a sub-frame tail sat in the residual buffer forever and _maybeAdvance refused to fire — the native engine never advanced to the next queued track. Flush the tail as a zero-padded final frame on decoder close (PCM and DSD paths). Verified with a drain simulation: advance fires only after the queue empties, natural end still stops. - Button glow: a mouse click leaves the button focused and a later keypress (Space = play/pause) promotes it to a visible focus ring that sticks. Blur buttons after real pointer clicks; keyboard activation keeps its ring. - Lyrics: the auto-scroll used offsetTop against the wrong offsetParent (.np-lyrics-scroll was not positioned), centering the active line on a garbage coordinate — position:relative fixes the geometry. Also honor LRC [offset:±ms] tags, clear the stale highlight when seeking back before the first stamp, and pause auto-scroll for 3.5s after a manual wheel scroll so it stops fighting the reader. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0125mBkda6C4Yv2CiekXA6uW
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0125mBkda6C4Yv2CiekXA6uW
This was referenced Jul 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Auralis goes 2.0: full network audio in both directions, plus the round of playback and UI fixes from rig testing. Supersedes #8 (same content, now versioned 2.0.0).
Network audio — serve
(Settings → Media Server)
sampleFrequency,bitsPerSample, duration, album art; Range-capable streaming with DLNAcontentFeatures/transferModeheaders; files go out bit-for-bit untouched — no transcoding, ever.Network audio — drive
(Settings → Output Engine → Network Renderer)
SetNextAVTransportURI(UPnP AV) or playlistInsert(OpenHome), with track-advance detection (TrackURI match / position-wrap with a seek-to-zero guard).Playback & UI fixes
position: relativeon the scroll container sooffsetTopresolves correctly); LRC[offset:±ms]honored; stale highlight cleared on back-seek; auto-scroll yields for 3.5 s after manual scrolling.Verification
audio/flac, DLNA headers) while the player bar tracked its reported position.🤖 Generated with Claude Code
https://claude.ai/code/session_0125mBkda6C4Yv2CiekXA6uW
Generated by Claude Code