Skip to content

Conversation

@anteeek
Copy link
Collaborator

@anteeek anteeek commented Feb 11, 2026

About the Contributor

This PR is posted on behalf of the BBC

Type of Contribution

This is a: feature

Current Behavior

Currently, t-timers state is not available through LSG

New Behavior

This PR adds t-timers state to the LSG in the following form:

Testing

  • I have added one or more unit tests for this PR
  • I have updated the relevant unit tests
  • No unit test changes are needed for this PR

Affected areas

This PR affects the LSG outputs

Time Frame

Not urgent, but we would like to get this merged into the in-development release.

Other Information

Status

  • PR is ready to be reviewed.
  • The functionality has been tested by the author.
  • Relevant unit tests has been added / updated.
  • Relevant documentation (code comments, system documentation) has been added / updated.

rjmunro and others added 9 commits February 4, 2026 11:31
So we can measure if we are over or under time
This will ensure a timeout is set for the next expected push start time.
…e management

Add three new methods to IPlaylistTTimer interface:
- clearEstimate() - Clear both manual estimates and anchor parts
- setEstimateAnchorPart(partId) - Set anchor part for automatic calculation
- setEstimateTime(time, paused?) - Manually set estimate as timestamp
- setEstimateDuration(duration, paused?) - Manually set estimate as duration

When anchor part is set, automatically queues RecalculateTTimerEstimates job.
Manual estimates clear anchor parts and vice versa.

Updated TTimersService to accept JobContext for job queueing capability.
Updated all blueprint context instantiations and tests.
@anteeek
Copy link
Collaborator Author

anteeek commented Feb 11, 2026

Note: this PR is waiting for #73 to be merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants