broadcast & broadcast.go: programmatically add date of streams to broadcast title on creation of broadcast

Issue #176 resolved
Saxon Milton created an issue

We’ve concluded that it’s not clear enough to some users whether a stream is live or not. It might be helpful if each stream has the current date in the title of the broadcast. Then it becomes fairly obvious if you’re on the current live stream, or an old one. This just be a matter of taking what’s in the broadcast title field in the UI, getting the date in string format, and appending it to the title before passing to the broadcast package functionality for youtube api control. This appended data would not be saved to the broadcast config (given that each new broadcast title defines a distinct broadcast configuration for saving).

Comments (1)

  1. Log in to comment