I would like to automate LE install across several nodes. Is it possible to use the CLI or similar to automate setting up sources, audio settings, etc.? Perhaps there is another way?
Is it possible to configure LE from the CLI?
-
TomB19 -
June 1, 2023 at 7:07 AM -
Thread is Resolved
-
-
It appears I can add network mountpoints with the following instructions.
https://wiki.libreelec.tv/how-to/mount_network_share
Still looking for CLI solutions for these settings:
Settings -> LibreELEC -> Network -> NTP Servers -> Timeserver #1
Settings -> Media -> Library -> Pictures -> <menu key> -> Switch media....
Settings -> Services -> General -> Device Name [htpc]
Settings -> Services -> Weather -> Service -> Install Multi-weather
Settings -> Services -> Weather -> Service -> - settings
Settings -> Interface -> Regional
Settings -> Interface -> Startup -> Startup Window -> Videos
Settings -> System -> Audio
OK. Using the Kodi wiki and some minor interpretation, I believe the settings are contained within:
/storage/.kodi/userdata/guisettings.xml
I think I can configure one node, copy guisettings.xml to the server, and then upload guisettings.xml to each node using scp.
-
You can override guisettings.xml settings from advancedsettings.xml.
-
Brilliant. Thank you.