Adding Media via USB Stick
9. Maintenance
134
A single idle time playlist showing each advert for 5 seconds:
If a media configuration file is present then the order in which the adverts are played is
determined by the order in which they are defined in the playlist.
Media may be referenced by more than one advert which may be associated with more than
one playlist.
A media configuration file without any play lists results in all existing play lists and associated
media to be deleted from the scale.
If a media configuration file can contain a playlist ID and the machines that will use the playlist
can be specified. Adverts can also be allocated to a PLU.
A playlist specifying which scales should display the media:
Deletes all play lists and associated media:
<?xml version="1.0" encoding="utf-8"?>
<!-- This configuration file generates a single idle time playlist showing each advert for 5 seconds -->
<Advertising>
<Playlist Type = "idle">
<Image Description = "Description for advert one" Duration = "5" File = "filename-1.jpg" />
<Image Description = "Description for advert two" Duration = "5" File = "filename-2.jpg" />
</ Playlist >
</Advertising>
<?xml version="1.0" encoding="utf-8"?>
<Advertising>
<Playlist Type = "Idle" Id = "5"> The playlist id can be optionally specified
<Machine Id = "1"/> The machine(s) to which this playlist should be allocated
<Machine Id = "3"/>
<Image Description = "MMM01" Duration = "10" File = "mmm01f.jpg" />
<Image Description = "MMM02" Duration = "10" File = "mmm02f.jpg" />
<Image Description = "MMM03" Duration = "10" File = "mmm03f.jpg" />
<Image Description = "MMM04" Duration = "10" File = "mmm04f.jpg" />
<Image Description = "MMM05" Duration = "10" File = "mmm05f.jpg" />
</Playlist>
<Playlist Type = "Product" Id = "6">
<Machine Id = "2"/>
<Image Description = "MMM01" Duration = "10" File = "mmm01f.jpg" />
<Image Description = "MMM02" Duration = "10" File = "mmm02f.jpg" />
<Image Description = "MMM03" Duration = "10" File = "mmm03f.jpg" />
<Image Description = "MMM04" Duration = "10" File = "mmm04f.jpg" />
<Image Description = "MMM05" Duration = "10" File = "mmm05f.jpg" />
</Playlist>
<Playlist Type = "PLU" PLU = "2" Dept = "1"> Allocate the following adverts to this PLU
<Image Description = "MMM01" Duration = "10" File = "mmm01f.jpg" />
</Playlist>
</Advertising>
<?xml version="1.0" encoding="utf-8"?>
<!-- This configuration file deletes all playlists and associated media -->
<advertising>
</advertising>