matthuisman / docker-kodi-headless

A headless install of kodi in a docker container
GNU General Public License v3.0
124 stars 11 forks source link

How to edit guisettings.xml? #52

Closed papampi closed 1 month ago

papampi commented 1 month ago

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>
papampi commented 1 month ago

Found it ... needed to set interface to expert