feat(catchup): launch past Guide programmes through service-owned playback intent - #314
Merged
Merged
Conversation
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.
Refs #305, parent #184. Follows merged #304. Supersedes draft #306 only because the connector cannot perform GitHub's draft→ready GraphQL transition (
fullDatabaseIdwrapper bug); code/head are unchanged.Implements the bounded Guide → service-owned catch-up launch slice while preserving the existing player/recovery/seek authorities.
Implemented through TDD Tasks 1–6:
PlaybackStartRequestcarries provider-neutralPlaybackIntentwith legacy Live source compatibility;RoomPlaybackCatalogsupplies persisted M3U archive resolution without a Room schema change;PlaybackIntentat Player entry;Exact head:
f7d9a3d3e4386add722362225db83fbb41e9acba.TDD evidence: Task 6 clean RED was observed at
513e296ff4f40da902ee564c049db5a81bfb6b00, with Hosted validation failing specifically at:feature:player:compileDebugUnitTestKotlinbecauseplayerPlaybackStartRequestwas intentionally absent. The GREEN exact head above passed the complete #306 exact-head gate set: Hosted validation #2079, Hosted CI contract #348, App TV lint #283, Media3 lint #104, focused API36 #453, Android TV product matrix #538, and Database migration matrix #664 (API26 + API36; first API36 attempt had an ADB boot race, rerun on the same SHA succeeded).Because this is a fresh non-draft PR, merge remains blocked until the new PR-triggered checks on this same exact head are terminal GREEN.
No Xtream catch-up, local timeshift/DVR/VOD, new provider framework, Room migration, new player/retry/seek owner, buffer tuning, or third persistent AVD is included.