HOW-TO:Modify dirty regions

From Official Kodi Wiki
Revision as of 19:54, 10 November 2011 by Ned Scott (talk | contribs)
Jump to navigation Jump to search

Temp-HOW-TO on enabling dirty regions, since it will be on by default in Eden (XBMC v11). This requires that you are running a pre-Eden nightly build of XBMC. We can make this a general topic page for dirty regions as well.

1. Create a text document and save it as advancedsettings.xml (or edit the existing one if you've already made it)
2. Cut and paste the following into your new advancedsettings.xml file:
<advancedsettings>
 <gui>    
   <algorithmdirtyregions>1</algorithmdirtyregions>
 </gui>
<advancedsettings>
3. Place your advancedsettings.xml file in your userdata folder.
4. Done!