-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Media injection based on time blocks. #1
Comments
Fleshing this out based on some of our earlier discussions. Block injections would be defined in pseudo_schedule.xml with other scheduled content. Injected blocks could scheduled alongside regular scheduled content, or after, but before commercial injection. Injections would work in the same way that commercial injections do now, but restricted to a defined block of time. If the blocks are scheduled sequentially with the daily schedule, it would be useful in selecting random movies to fit within a specific block of time, or to define entire movie channels with one xml entry. Example xml entry for random movies With this format however, specific show titles would have to be defined in the xtra entry like below. The latter method could be used as method to replace commercials between scheduled content for a block of time. For example, a block between 8am and noon on Saturday and Sunday could be defined to only inject media from a library of toy and cartoon commercials. These would be injected in between scheduled programs instead of the commercials libraries defined in the config. An xml entry for one of these might look like this.
This defines a 2 hour commercial block with xtra limiting the selection to commercials with the customSectionName of "toy commercials" or "cartoon commercials". Currently, my thought is that all injections need to be random, so episodes of shows scheduled through injection blocks should not affect their lastEpisodeTitle entries. |
It would be great if we had these options for injection blocks:
Again, with injection, the user would not have to worry about individual duration or number of episodes when scheduling (which can be screwed up by double-length episodes, TV movies, etc.). Instead, the user would schedule total duration for the block. It would be set and done. |
Add “blocks” of time and write a method of filling the block with as many episodes (or movies) as it has room for. (i.e. Friends 1 - 2 PM = 2 episodes or Looney tunes from 6 - 7 AM = like 10 episodes…)
The text was updated successfully, but these errors were encountered: