add xmltv block behavior setting (#2336)

* replace playout externaljsonfile and templatefile with schedulefile

* add scripted schedule-based playout

* wip - not functional yet

* temp disable scripted playout creation

* allow fast-forwarding block playouts

* add xmltv block behavior setting
This commit is contained in:
Jason Dove
2025-08-23 20:16:12 +00:00
committed by GitHub
parent e06ee54070
commit 53f281ce32
76 changed files with 25611 additions and 144 deletions
@@ -30,7 +30,7 @@ public class ChannelController(ChannelWriter<IBackgroundServiceRequest> workerCh
return new NotFoundResult();
}
// for debugging by fast-forwarding a YAML playout
// for debugging by fast-forwarding a playout
// [HttpPost("/api/channels/{channelNumber}/playout/continue")]
// public async Task<IActionResult> ContinuePlayout(string channelNumber)
// {