feat(catchup): launch past Guide programmes through service-owned playback intent - #306
Closed
MrFr3di wants to merge 23 commits into
Closed
feat(catchup): launch past Guide programmes through service-owned playback intent#306MrFr3di wants to merge 23 commits into
MrFr3di wants to merge 23 commits into
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.
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;Current exact head:
f7d9a3d3e4386add722362225db83fbb41e9acba.Task 6 clean RED was observed at
513e296ff4f40da902ee564c049db5a81bfb6b00: all non-hosted gates passed and Hosted validation failed specifically at:feature:player:compileDebugUnitTestKotlinbecauseplayerPlaybackStartRequestwas intentionally absent. Task 6 GREEN is now on the exact head above.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.
Merge remains blocked until every required exact-head gate is terminal GREEN.