according wiki in kodi 17 some options in dvancedsettings.xml have been removed/modified, for example these one
Kodi v17 (Krypton) FAQ - Official Kodi Wiki
- <minvideocachelevel>, <minaudiocachelevel>, and <cacheindvdplayer> have been removed in v17.
Nevertheless, in LE with Kodi 17 beta 2 I can see in the log
- 12:32:45 T:3035873280 NOTICE: Loaded settings file from special://xbmc/system/advancedsettings.xml
- 12:32:45 T:3035873280 NOTICE: Contents of special://xbmc/system/advancedsettings.xml are...
- <?xml version="1.0" encoding="UTF-8" ?>
- <advancedsettings>
- <showexitbutton>false</showexitbutton>
- <samba>
- <clienttimeout>30</clienttimeout>
- </samba>
- <pvr>
- <minvideocachelevel>5</minvideocachelevel>
- <minaudiocachelevel>20</minaudiocachelevel>
- </pvr>
- </advancedsettings>
Is there something to correct in LE code ?