2023-01-24, 09:45
So it appears that default settings for Kodi live at: https://github.com/xbmc/xbmc/blob/master...ttings.xml
(I know some others are in guisettings.xml)
Is it possible to create a file, e.g. in userdata, that overrules some of these, that I could then add to my various Kodi installs as a way of quickly configuring them how I like them? Or add values to those to e.g. advancedsettings.xml?
Kodi is amazing and has loads and loads of configuration as we all know, but over the 15 years I have been using it, I've spent way too much time re-configuring the same things on new/clean installs. I'd really like to simplify my life and make an xml file with (what I personally consider to be...) much more sane default settings.
Bascially, is there more programmatic way to handle Kodi config??
Actually - I have just seen this: https://kodi.wiki/view/Advancedsettings....Conversion
...am I reading that right - I can put basically any setting in there, and it will be effectively set in code, rather than the UI?
(I know some others are in guisettings.xml)
Is it possible to create a file, e.g. in userdata, that overrules some of these, that I could then add to my various Kodi installs as a way of quickly configuring them how I like them? Or add values to those to e.g. advancedsettings.xml?
Kodi is amazing and has loads and loads of configuration as we all know, but over the 15 years I have been using it, I've spent way too much time re-configuring the same things on new/clean installs. I'd really like to simplify my life and make an xml file with (what I personally consider to be...) much more sane default settings.
Bascially, is there more programmatic way to handle Kodi config??
Actually - I have just seen this: https://kodi.wiki/view/Advancedsettings....Conversion
...am I reading that right - I can put basically any setting in there, and it will be effectively set in code, rather than the UI?