InitByEngine
Normally (without this parameter being defined), some steps during startup are triggered by the first GUI, which connects to a TurboPlayer engine. Since version 6.0 it is also possible to let the engine itself (also when running standalone) do these steps. Therefore, list the steps in a comma-separated list within this parameter. Possible keywords are:
Connect, SetProgram, LoadCurrentShow or LoadCurrentOrNextShow
The first one performs the connect to the configured BCS (parameter ServerToConnect). The second one selects a program (parameter InitialProgram). The third one tries to load the current show. If no current show exists, nothing is loaded if you use the value LoadCurrentShow. In order to make TurboPlayer scan for the next show in the future, use the value LoadCurrentOrNextShow.
Please have in mind that higher steps require all lower steps, e.g loading the current show is only possible if a BCS connect was done first.
Possible values: Connect,SetProgram,LoadCurrentShow,LoadCurrentOrNextShow
Default value: