mopenstein / raspberry_pi_tv_station

Python and PHP scripts to emulate and automate a fully functional broadcast TV station
Creative Commons Zero v1.0 Universal
29 stars 1 forks source link

add Bumpers #1

Open ListLostLisp opened 2 months ago

ListLostLisp commented 2 months ago

I haven't used this yet but noticed there wasn't any mention of bumpers in the code. Would you be interested in adding it? I was thinking an option to play a different bumper for a certain time/show. and short bumpers in-between episodes.

It could maybe be auto generated to automatically show the time and what episode is next. could use flash, that's what was mainly used in actual tv iirc

Sorry for the big ask, this project is the only open source playout software I've found that does almost everything including support for fade to blacks. Even just support to play a certain bumper file before or after the commercials would be nice.

mopenstein commented 2 months ago

At one point I started to add bumpers but I ran out of interest in it because I went a more customizable direction.

It would certainly be possible to add code to support bumpers that all ready exist and they could be programmed using the settings file. However, it adds a layer of complexity when auto generating commercials to fill time to the exact half/full hour.

Auto generating content is outside the scope of this project as I see it.