media/01-status-sourceapp#32
Draft
SunkenInTime wants to merge 6 commits into
Draft
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
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.
Stack: 01/05
What becomes usable
useProvider(media)now exposesstatus: playing | paused | stoppedand display-onlysourceAppon Windows.playingwire key remains and is derived exactly asstatus === playingfor installed/source compatibility.examples/now-playingrenders the tri-state and source application.Deliberately missing
Album artwork/cache and dynamic image reload (02), transport/capability channel (03), the spike-gated macOS adapter (04), and the noro acceptance gate (05).
Verification
npm test— PASS (62/62)npm run typecheck— PASSruntime: zig build test -Dweb-layer=exclude -Dtrace=off— PASS (Zig 0.16.0)host: zig build test— PASS (Zig 0.16.0)runtime: zig build -Dweb-layer=exclude -Dtrace=off— PASShost: zig build— PASSweaver check examples/now-playing— PASSPAUSEDchanged toPLAYINGwithin the next 1 Hz poll; title, artist, source ID, and timeline remained live.Visual gate
PASS. Both desktop-layer captures were opened and viewed. The per-element checklist and exact capture paths are recorded in docs/media-evidence/pr01-visual.md. Captures:
docs/media-evidence/pr01-now-playing.png— paused, live metadata, rawSpotify.exesourcedocs/media-evidence/pr01-now-playing-playing.png— playing after the real player togglePerformance
Explicitly declined: this schema/framing layer adds no poller or cadence, but no A/B performance run was made, so this PR makes no no-regression claim.