matthuisman/docker-kodi-headless

How to edit guisettings.xml?

Closed this issue · 1 comments

Hi
I want to edit my guisettings.xml file and change chunksize which are now available via gui Settings > Services
These settings not available in web ui Settings > Services and when I stop kodi headless docker and edit the file it gets overwritten and change back to default at start
I have these in my other kodi setups:

<setting id="smb.chunksize">1024</setting>
<setting id="nfs.chunksize">1024</setting>
<setting id="filecache.chunksize">1048576</setting>


Found it ... needed to set interface to expert