Skip to content

Instantly share code, notes, and snippets.

@czombos
Last active August 29, 2015 14:17
Show Gist options
  • Save czombos/51d3f92b80c3f3cf83a9 to your computer and use it in GitHub Desktop.
Save czombos/51d3f92b80c3f3cf83a9 to your computer and use it in GitHub Desktop.
Kodi advanced settings
<advancedsettings>
<loglevel hide="false">0</loglevel>
<cputempcommand>sensors|sed -ne "s/Core 0: \+[-+]\([0-9]\+\).*/\1 C/p"</cputempcommand>
<network>
<buffermode>1</buffermode>
<cachemembuffersize>2684354560</cachemembuffersize>
<readbufferfactor>40</readbufferfactor>
</network>
<gui>
<algorithmdirtyregions>3</algorithmdirtyregions>
<nofliptimeout>0</nofliptimeout>
</gui>
<video>
<latency>
<delay>50</delay>
<refresh>
<min>23</min>
<max>24</max>
<delay>175</delay> <!-- set to zero or adjust if audio seems out of sync with 24p movies -->
</refresh>
</latency>
</video>
</advancedsettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment