Event data
Any scheduled event in Ontime (called an event in the app) will contain the following information.
All times are in milliseconds.
Data | Note |
---|---|
ID | Event ID, cannot be changed |
Title | |
Cue | |
Colour | |
Note | User defined note, available in some views |
Time Start | Scheduled start time |
Time End | Scheduled end time |
Duration | Scheduled duration time |
Delay | Whether there is a delay associated to the event |
Is Public | Whether the event is visible in public screens |
Skip | Skipped events are ignored by the runtime playback |
Link Start | Internal whether the start of the event is associated with the previous |
Time Danger | Internal second threshold from time end |
Time Warning | Internal second threshold from time end |
End Action | Internal defines potential automation for when an event ends |
Timer Type | Internal defines a method for the counting of the running timer |
Time Strategy | Internal defines the significant dataset for event duration |
Type | Internal , this will always be Event |
Custom | This is an object of user given custom fields associated to the event |
End action
An event end-action refers to automations to the rundown that may occur once an event finishes (reaches 00:00).
This is unrelated to how the timer is displayed and concerns only to rundown automation.
none
: Event will reach 00:00 and continue playing into negative numbersstop
: Event will reach 00:00 and the rundown will stopload-next
: Next event in the rundown will be loadedplay-next
: Next event in the rundown will be loaded and started
Timer type
An event timer-type informs Ontime on how the timer show be presented. \
count-down
: Ontime will count down the duration of the eventcount-up
: Ontime will count up from when the event startstime-to-end
: Ontime will count down to the scheduled event end, regardless of start timeclock
: Ontime will display the current clocknone
: Ontime will display a placeholder--:--:--
when this event is playing
Time strategy
An event timer-strategy informs Ontime on how to calculate changes to timers when events are linked.
Read more.