Last active
August 29, 2015 14:17
-
-
Save czombos/51d3f92b80c3f3cf83a9 to your computer and use it in GitHub Desktop.
Kodi advanced settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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