Skip to content
English
  • There are no suggestions because the search field is empty.

playlist.sched

Schedules are saved by the Acquire Advanced Editor to be deployed by with the project and processed by the Players.

An annotated example is shown below.

This file is created by the Acquire Advanced Editor and should not be edited manually.

<?xml version="1.0"?>
<events>
 
  <!--
 
Event
 
name:      just for user reference
type:      OneTime(0) - event triggered once at "fromdate"/"time"
   Daily(1)   - event triggered every day "time"
   Weekly(2)  - event triggered on selected days at "time"
fromDate:  event can be triggered on or after this date        
time:      event will be triggered at this time of day (unix)
    playOnce:  playlists should be played once then revert to previous playlist
day0,
day1,  
day2,
day3,
day4,
day5,
day6:      list of days used in weekly mode (0=sun)
               i.e. event triggered only on selected days
  -->
 
  <event name="Scheduled Event" type="2" fromDate="1647388800" time="1647540480" 
    playOnce="false" day0="false" day1="false" day2="false" day3="false" day4="true"   
    day5="false" day6="false">
 
 
    <!--
 
        Actions (which groups playlists to change on this event)
 
-->
</actions>
 
      <!--
 
        Action
 
group:  change this group...
playlist: ...to use this playlist
 
  -->
      <action group="Lobby" playlist="Dragon Dance" />
      <action group="Talon Club" playlist="Abstract" />
 
    </actions>
 
  </event>
  
  
  <event name="Scheduled Event" type="1" fromDate="1652227200" time="1652227200" day0="false" 
        day1="false" day2="false" day3="false" day4="false" day5="false" day6="false">
 
    <actions>
 
      <action group="Lobby" playlist="Playlist C" />
      <action group="Talon Club" playlist="Abstract" />
      <action group="Chelsea Column" playlist="Playlist 2" />
      <action group="Chelsea Lobby Wall" playlist="Playlist 1" />
      <action group="Brera Wall" playlist="Playlist 2" />
 
    </actions>
 
  </event>
 
</events>