HOW-TO:Modify dirty regions: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Temp-HOW-TO on enabling [[Advancedsettings.xml#<algorithmdirtyregions>|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.
Temp-HOW-TO on enabling [[Advancedsettings.xml#<algorithmdirtyregions>|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.
==advancedsettings.xml==


:1. Create a text document and save it as <code>[[advancedsettings.xml]]</code> (or edit the existing one if you've already made it)
:1. Create a text document and save it as <code>[[advancedsettings.xml]]</code> (or edit the existing one if you've already made it)
Line 15: Line 17:
:3. Place your advancedsettings.xml file in your [[userdata folder]].
:3. Place your advancedsettings.xml file in your [[userdata folder]].
:4. Done!
:4. Done!
==Technical notes==
From the [[advancedsettings.xml]] page:
{{#lsth:<algorithmdirtyregions>}}


[[Category:How-to]]
[[Category:How-to]]

Revision as of 08:01, 19 November 2011

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.

advancedsettings.xml

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!

Technical notes

From the advancedsettings.xml page: