BUILDER...

On this page, we'll explain the commands available in PlayoutONE's Audio Engine to manage the building of logs (importing from an external scheduler, combining music and traffic logs, etc.)

BUILDER SCHEDULE ("start_datetime",["end_datetime"]|TODAY|TOMORROW)

Schedule from "start_datetime" to "end_datetime". If "end_datetime" isn't supplied, then only the hour for "start_datetime" is built.

If TODAY  or TOMORROW  are used, this will automatically cover the entire day for today or tomorrow. Returns status.

BUILDER UNSCHEDULE ("start_datetime",["end_datetime"]|TODAY|TOMORROW)

Unschedule from "start_datetime" to "end_datetime". If "end_datetime" isn't supplied, then only the hour for "start_datetime" is unscheduled.

If TODAY  or TOMORROW  are used, this will automatically cover the entire day for today or tomorrow. Returns status.

BUILDER CANCEL

Cancel scheduling/unscheduling if underway.

SET BUILDER TRAFFIC CHECK (ON|OFF)

Enable or disable the traffic import check for the scheduler.

SET BUILDER TRAFFIC IMPORT ("id"|"import name")

Select the traffic import that the scheduler will use. You can provide either the numeric ID   of the import or the exact import name  .

SET BUILDER AUTO (ON|OFF|"hour")

Enable or disable the auto builder manually with ON   or OFF  , or set an hour   (0-23) for when it will enable automatically.

GET BUILDER TRAFFIC CHECK

Returns if the traffic import check is on for the scheduler. (On/Off)

GET BUILDER TRAFFIC IMPORT NAME

Returns the name of the traffic import being used by the scheduler.

GET BUILDER TRAFFIC IMPORT ID

Returns the numeric ID of the traffic import being used by the scheduler.

GET BUILDER TRAFFIC IMPORT LIST (JSON)

Returns a list of the imports available to the scheduler on this engine.

Returns a text list unless JSON is provided, which returns the list in JSON format.

GET BUILDER AUTO STATUS

Returns the status of the auto-builder. (On/Off)

GET BUILDER AUTO HOUR

Returns the hour the auto-builder is working for.