Hi,
The cache settings ColumbosCoat suggest should work find, although I’ve never found the need to have the readfactor higher than 5 and I also have a slightly bigger memory size; these are the settings I use:
<advancedsettings>
<cache>
<memorysize>157286400</memorysize>
<buffermode>1</buffermode>
<readfactor>5.0</readfactor>
</cache>
</advancedsettings>
To make these changes you will need access to the command line:
Then use a text editor such as nano to make create the file:
nano ~/.kodi/userdata/advancedsettings.xml
Ctrl+x and yes to save.
Then reboot, should be good then.
@ColumbosCoat your cache is 125MB not 45MB
Thanks Tom.