Kodi Community Forum

Full Version: reload .xml
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
For a script we are developing to make it easy to configure up to 300 Kodi boxes we are trying to rewrite:

guisettings.xml
userdata/addon_data/skin.confluence/settings.xml

The only problem is that kodi rewrites these files on shutdown.
Is there a way to force kodi to shut down without rewriting these files?
Or is there a Python built-in to get kodi to re-load these files?

Kind regards,

Kodi v16
Android
Bump
No one is going to help you configure 300 boxes. For one, if you are selling Kodi boxes with modifications then you are required to rebrand the program so that it is not called Kodi.
We are not selling the boxes, we are only managing backgrounds, channels and some other small things
We can copy all the files with a plugin(this is already writen) the only problem is that Kodi rewrites these files on exit. We need a way to get kodi to either reload the files or exit without writing them

Kind regards