2019-07-27, 04:10
Ahoyhoy,
I have a mysql setup with Kodi running on a number of frontends in my internal network (Android tablet, Mac laptop, 2x Raspberry Pi's, a Vero4k, a Windows desktop, Linux desktop).
Is there a way that addons can be installed/configured remotely? For example: I got an API key for the openweathermap extension, and I can copy that key to all of my Linux-based frontends via scp to the .xml file managed by the addon in userdata/addon_data/weather.openweathermap.extended/settings.xml. I can make one computer the default and write a script to distribute this file to all the other frontends (well, not the tablet), and/or use Puppet or Ansible or something else to keep everything in sync.
BUT is there a way to remotely trigger the installation of the OpenWeatherMapExtended addon itself on the frontends?
I have a mysql setup with Kodi running on a number of frontends in my internal network (Android tablet, Mac laptop, 2x Raspberry Pi's, a Vero4k, a Windows desktop, Linux desktop).
Is there a way that addons can be installed/configured remotely? For example: I got an API key for the openweathermap extension, and I can copy that key to all of my Linux-based frontends via scp to the .xml file managed by the addon in userdata/addon_data/weather.openweathermap.extended/settings.xml. I can make one computer the default and write a script to distribute this file to all the other frontends (well, not the tablet), and/or use Puppet or Ansible or something else to keep everything in sync.
BUT is there a way to remotely trigger the installation of the OpenWeatherMapExtended addon itself on the frontends?