* 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
8 lines
130 B
C#
8 lines
130 B
C#
namespace ErsatzTV.Application.Configuration;
|
|
|
|
public enum XmltvBlockBehavior
|
|
{
|
|
SplitTimeEvenly = 0,
|
|
UseActualTimes = 1
|
|
}
|