xibosignage / xibo-linux

Xibo for Linux - Digital Signage Player
https://xibo.org.uk/xibo-for-linux
GNU Affero General Public License v3.0
77 stars 58 forks source link

Settings files are invalid XML #226

Closed dasgarner closed 3 years ago

dasgarner commented 4 years ago

The playerSettings.xml file and cmsSettings.xml file do not have a top level element and are therefore invalid XML. This makes it difficult to write these files for a 3rd party.

A use case for why we want to do that is auto-provisioning players instead of using the client options.

Can we have a top level element written to those files?