CartPlayInfo
The TurboPlayerGUI can display clocks on top of cart elements to signal the user that a cart should not be played for some time. The information for these clocks is stored by the TP engine. With this parameter you can activated this storage which is the precondition that the GUIs can display a clock.

If you set this parameter to TRUE/Yes/1 the engine will assemble the play info for carts, but only in memory. After a restart the information will be lost. If you specify an XML filename instead, this file will be used to store the information and it will be available after a restart. In principle it is even possible to use a file shared by multiple TurboPlayer engines, but pay attention: the file access is done within one of the engine threads (TreeManager). If the access to the file is disturbed other operations might be disturbed, too. Therefore we recommend to use a local file only.
Possible values: TRUE, FALSE, Yes, No, 1, 0,
Default value: No