Upgrade from original gbox q?

So originallly I've had my gbox for about 2yrs now and I've never really had a problem... But lately the last couple of weeks I've been reading and wondering if it's time for a box upgrade. I've been reading and seeing maybe my 2 best options are the M...

Help with Advancedseting.xml file and stuttering

Dear Support Group,

I hope that someone with a lot more expertise can help.
I just recently upgraded from Kodi 16.1 to Kodi 17 on my android TV box.

While I was using kodi 16.1, I managed to resolve most of the buffering problems in the
advancedsetting.xml file .

eg:
<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
    <buffermode>2</buffermode>
<cachemembuffersize>348877xxx</cachemembuffersize> (can't remember exact value)
<readbufferfactor>40</readbufferfactor>
  </network>
</advancedsettings>

These settings seemed to have helped resolve the playback stuttering and buffering.

Reading through the Kodi forums, I found that on Kodi 17 the cachemembuffersize was renamed to memorysize and readbufferfactor was renamed to readfactor
and they were placed in a section called Cache.

So I recreated the advanced settings fila as follows. See below.

<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
  </network>
  <cache>
    <buffermode>2</buffermode>
<memorysize>348877xxx</memorysize>
<readfactor>40</readfactor>
  </cache>
</advancedsettings>

Is this correct, with leaving curlclienttimeout and curllowspeedtime in network and the rest in Cache?

Anyway after doing this there still is a slight stuttering now and them, but the strange thing is that when
I film has started and I look at the load bar at the bottom, it looks like it is there is only minimal buffering in advance
being done, while on Kodi 16.1 it was more.
I'm not sure if it has loaded properly the advance settings file. How can I check?

Also with the "o" command I could always see the amount of MB being buffered on Kodi 16.1 but it doesn't show me this on Kodi 17.
Does anyone now why?

Anyway ready further I added a few extras to the advanced settings file, hoping it would help with buffering problems on Live streaming.
This is what I have at the moment.

<advancedsettings>
  <network>
<curlclienttimeout>10</curlclienttimeout>
<curllowspeedtime>20</curllowspeedtime>
  </network>
  <cache>
    <buffermode>2</buffermode>
<memorysize>348877xxx</memorysize>
<readfactor>40</readfactor>
  </cache>
  <pvr>
<minvideocachelevel>5</minvideocachelevel>
<minaudiocachelevel>10</minaudiocachelevel>
  </pvr>
  <gui>
    <algorithmdirtyregions>3</algorithmdirtyregions>
    <nofliptimeout>0</nofliptimeout>
  </gui>
</advancedsettings>

Can someone help explain me with what I need to put in t hep with the stuttering and Buffering problems,
and how would see if the kodi is using this file.

Thanks for you support

Tony

Write from Kodi directly to USB removable drive

-Shield software is up to date. -Kodi is @16.1. -USB Drive is a Sandisk Extreme CZ80 64GB -USB Drive formatted Fat32 -Download target directory is "com.plexapp.mediaserver.smb" I am able to download from Kodi to the internal drive of the shield at the...

‘All Seasons’ choice for all TV shows.

I know this is an odd question, but I'd like to know how to have every TV show include the 'All Seasons' entry even for shows that only have 1 season. This is because I spent a lot of time sorting my library with Ember Media Manager and added fanarts f...

ATV4 cachemembuffersize

Hi all, is there a way to increase the the cachemembuffersize on side loaded ATV4. I have Kodi installed on my Mac where I was able to use "Easy Advanced Settings" to adjust the advancedsettings.xml file. I managed to get "Easy Advanced Settings" ...

Getting ListItem from Estuary Home

Hello. I've tried to find an answer, but no luck there. We are using ListItem properties to get item information in plugin: Code: xbmc.getInfoLabel("ListItem.Label") But found that in Estuary if you open item from list of Movies - ListItem is popu...

A little help with CdArt please

Hi guys I've posted in the Cdarts thread but I don't think many people go on there. I'm trying to get my music setup with cdarts add-on on Kodi krypton. It's all installed ok and Cdart seems to have downloaded the fanart ok into the folder I set. Probl...

Movie playback randomly stops

I've installed the latest stable version of KODI [KRYPTON] 17.0 to my Android TV BOX (MiBox3 Enhanced) However all movies playback in video addons are having issues. Playback of any movie will randomly stop and exit to the selection menu again. Seeking...

TV menu/osd special path

How to change tv/menu/osd/ folder with channels icons path from C:\ in special:// ? I search but not find the file to edit. later edit: I find file, quisettings.xml.

Compiling vs Installing libs on osx

Caveat right up front: I haven't compiled Kodi on OSX yet. I'm working through the steps to compile (based on the README.osx.md), and it looks like it's downloading/compiling all the dependencies. Is there a way (e.g. through homebrew or something si...

Recently Added Movies

Hello, Just hoping to get a fix regarding Recently Added Movies. When selecting "Movies" in the main menu left hand side of screen, on the right you see "Categories" and "Recently Added Movies" amongst others. This is the Recently Added Movies I am r...

Problems upgrading to Krypton?

After upgrading my Linux Mint box to Krypton, I got the "unable to create application. Exiting" error. Turned out I had to delete/rename the ~/.kodi folder to get it to run. There goes 2 hours of my life I'll never get back! Hope this helps someone.

Kodi 17 install problems

Seems Kodi 17 will not install on my Windows 7 Pro x64 HTPC. I was running the final version of 16 just fine and went to update to 17. Now when I try to start Kodi I get a windows app crash claiming "Kodi.exe" and it also lists kernelbase.dll. I tri...