Attributes on Splash Player
Attributes set at any inventory level (Site, Location, Frame, Face, Zone) will be downloaded on the players in a file called attributes.xml. You can find the file in the local folder:
- Linux: /opt/ayuda/splashplayer/lib/local/
- Windows: c:\Program Files (x86)\Ayuda Media Systems\Splash Player\Local)
Enable the Feature
To enable the feature, contact Broadsign Services.
File Format
The attributes.xml file is in the following format:
Copy
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<face id="00000000-0000-0000-0000-000000000000">
<attributes>
<attribute name="art" StartDate="2021-02-09 12:00:00 AM" EndDate="" source="Face">2/18/2021</attribute>
</attributes>
</face>
<face id="11111111-0000-0000-0000-000000000000">
<attributes>
<attribute name="art" StartDate="2021-02-09 12:00:00 AM" EndDate="" source="Face">2/18/2021</attribute>
</attributes>
</face>
Each Face linked to each screen is listed. Every Zone is listed under a face as well.
The Face ids can be found in the location.xml file if you need to cross-reference additional data.
Limitations
- Expired attributes are removed from the list.
- There are currently no means to get the Face number or Face id inside an html page. There are no variables loaded on the browser instance to determine this.
- Text is encoded in UTF-8.