8th Mar, 2017, 03:41 AM
So i've noticed that your guys just made the jump to the 17 version for the Pi 1B
Just one question:
On the official Kodi wiki is stated than on version 17 and up the network part of the file has the following modification :
After the update on my Pi 1B unit, the advancedsettings.xml file is still like it was back on version 16.x, so my question is did you guys made any mods in this Kodi build to use the old "tags" or do i need to change anything in my file? (pasted below, my concern is just the network buffering method and size).
Thanks to all
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>29030720</cachemembuffersize>
<readbufferfactor>2</readbufferfactor>
</network>
</advancedsettings>
Just one question:
On the official Kodi wiki is stated than on version 17 and up the network part of the file has the following modification :
Quote:In Kodi v17, the following tags are removed from <network> and placed under a new <cache> tag. Also, <cachemembuffersize> is renamed to <memorysize> and <readbufferfactor> is renamed to <readfactor>..
See also: HOW-TO:Modify the cache
After the update on my Pi 1B unit, the advancedsettings.xml file is still like it was back on version 16.x, so my question is did you guys made any mods in this Kodi build to use the old "tags" or do i need to change anything in my file? (pasted below, my concern is just the network buffering method and size).
Thanks to all
Terminal
<advancedsettings>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>29030720</cachemembuffersize>
<readbufferfactor>2</readbufferfactor>
</network>
</advancedsettings>