project-management-only/home-tv-station#10: Scheduled Broadcast Period



Issue Information

Issue Type: issue
Status: closed
Reported By: btasker
Assigned To: btasker

Milestone: v0.2
Created: 04-Aug-24 08:48



Description

It probably doesn't make sense to have the container sat publishing overnight, so I'd like to be able to set scheduled broadcast times.

Outside of those times, it should just present a test card or something



Toggle State Changes

Activity


assigned to @btasker

verified

mentioned in commit github-mirror/Home-TV-Station@b2d2487fbe1504d7365d2a13f1545006ac0b0b76

Commit: github-mirror/Home-TV-Station@b2d2487fbe1504d7365d2a13f1545006ac0b0b76 
Author: B Tasker                            
                            
Date: 2024-08-04T11:59:39.000+01:00 

Message

feat: implement logic used to play testcard (project-management-only/home-tv-station#10)

+30 -0 (30 lines changed)

The logic for displaying the test card is in place, but doesn't currently have scheduling support.

verified

mentioned in commit github-mirror/Home-TV-Station@5d674291c2af5e9c4e71808071e4e14b11d56fff

Commit: github-mirror/Home-TV-Station@5d674291c2af5e9c4e71808071e4e14b11d56fff 
Author: B Tasker                            
                            
Date: 2024-08-04T13:36:32.000+01:00 

Message

feat: Allow basic scheduling of broadcast window (project-management-only/home-tv-station#10)

+31 -2 (33 lines changed)

It's now possible to set a broadcast start and end time

SCHEDULE_START_TIME="0700"
SCHEDULE_END_TIME="2300"

Times should be set in UTC. Setting an empty string (the default) disables the functionality

changed title from Scheduled {-Outages-} to Scheduled {+Broadcast Period+}