Table of Contents

“Coming up Next” Captions

Let's consider configuring automatic generation of “Coming up Next” captions. The algorithm of configuration is similar to ”now playing” caption. We will use the automation rules mechanism «Actions» of the Skylark server.

Creating Captions Template

Let's create a graphic composition for a captions template.

Graphic composition comprises three elements:

Set the External type of parametrization in the NextProgTitle element settings. This will allow to set text in the NextProgTitle field during playback. Save the graphic composition, give it any name, for example “Watch_Next_GR”.

Captions Playout: When?

Now let's define which elements of the main playlist will have the “Coming up Next” caption. For instance, the caption will be played only for important programs, but not for commercials and fillers. The “Coming up Next” caption will be played ten seconds before the program ends. Let's say the important playlist programs will have the “prog” value in the Type column.

As an example, we will use the Comment column text for a caption.

Configuring Actions

We need to create a rule, according to which, the Skylark server will play the template graphic composition in certain lines of the main playlist, simultaneously receiving the Comment column value of the next important line of the main playlist. Configuring Actions for a program channel is implemented from the Administrator Control Panel. Login to the console is implemented locally from the server or from any computer in the network at http://server_ip:7901. Login the console as an administrator. After the login to the control console, click Manage at the left menu. Find the Program Outputs tab. Open the Actions tab in the window of the required program channel and click Playlist events. Click Add action. Click Add action to open a window for creating the rule.

Specify the following settings in the Action configuration section:

Set the conditions for triggering the rule in the Action condition field. Specify the following settings:

It is necessary to configure the Action parameters section for the Play clip action. Note that hovering ParamN fields displays hints.

ParameterDescription
Param1Set the number of a graphic playlist that will play the caption.
Param2Enter the name of a template graphic composition exactly as in the media base.
Param4Set the IN point for the graphic composition, in frames. In our case the IN point matches the start point, so set “0”.
Param5Set the OUT point: calculate duration of the graphic composition in frames and enter the value into this field.
Param6Calculate duration of the graphic composition in frames and enter the value into this field.
Param10Configuring parametrization of a graphic composition. Setting the value insertion from columns of the main playlist into the graphic composition. Press … near the Param 10 field, select «Next item field…» in the opened list Implement the following settings in the opened window: These settings will make the server to search for the nearest playlist line with no status (the clip hasn't been played) and with the “prog” value in the Type column, and take its Comment column value. Now what's left is inserting the value into our caption template. Press OK and in the beginning of the Param 10 field, enter the name of the needed graphic composition element (NextProgTitle in our example). Add @ after the element name. Thus, the Param 10 field must contain the following value:NextProgTitle@$(!comment:type=prog/1)
Param11«PLAY» type of launch.

Configuring is finished. Press OK in the rule editing window and click Apply changes at the page top. The corresponding program channel will be reloaded, the created automation rule will be applied and executed by the server during playlist execution.