OCP-1 — the Virtual Media Player (OVOS Common Playback)#68
Conversation
|
Warning Review limit reached
More reviews will be available in 53 minutes and 24 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more credits in the billing tab to continue. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
0f0fca5 to
01c75e9
Compare
01c75e9 to
2069913
Compare
Adds OVOS-OCP-1, a V1 (V0-compatible) specification formalizing the OVOS Virtual Media Player — the central concept of OVOS Common Playback.
The concept
Every media voice command targets one logical player per session. That player:
org.mpris.MediaPlayer2controllable by desktop media keys) and control external players (so playback OVOS did not initiate — a browser tab, a desktop player — is still controllable by voice, as long as it speaks the open standard);Scope
Defines the player abstraction + session scoping, the three-axis state model (
PlayerState/MediaState/loop+shuffle), the reservedovos.common_play.bus surface (playback vs. control requests, state reports), the MPRIS bridge (Role A export / Role B external control, the latter off-by-default), the stop relationship (OVOS-STOP-1 subscriber), and a conformance section. It deliberately does not define discovery/ranking (a provider concern), URI-to-bytes playback (a backend concern), or any implementation shape.Dependencies: OVOS-MSG-1, OVOS-SESSION-1/2, OVOS-PIPELINE-1, OVOS-STOP-1.
One new spec file (
ovos-ocp-1.md) + its README index registration.