Many SIP phones use a DHCP option which specifies a global TFTP server. The phones then read a file (usually based on the MAC address) which contain configuration information.
Would it be possible to add something like this to LibreELEC?
I suggest that if the DHCP server sends a TFTP server address, that LE would first try to read a file based on the MAC address ("LibreConfig_<mac>.ini", for example). If this file doesn't exist, then LE would try "LibreConfig_initial.ini". If no appropriate file is found, then the tftp server is ignored. I would prefer the .ini file would simply be a batch file to be executed by the player, but there are other possibilities.
WIth this, it would be very easy to auto configure any number of LE players, and to update the configuration in the future as appropriate.