Kodi Community Forum
Dim Screensaver cannot set lower than 20% - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Look and feel (https://forum.kodi.tv/forumdisplay.php?fid=178)
+---- Thread: Dim Screensaver cannot set lower than 20% (/showthread.php?tid=345256)



Dim Screensaver cannot set lower than 20% - treboR2Robert - 2019-07-09

I use kodi on a OLED tv and would like to be able to set the Dim screensaver to something like 10% to avoid burn in, but atm it seems that it is not possible to set it lower than 20%.

Is this a bug ? Is there a way around it ?

Thank you
Rob


RE: Dim Screensaver cannot set lower than 20% - Reiver - 2019-08-20

This is restricted in the addons/screensaver.xbmc.builtin.dim/resources/settings.xml file. Edit the file on your system (probably under /usr/share/kodi on Linux) and change the first value in the range array to your desired minimum.
Quote:<?xml version="1.0" encoding="utf-8"?>
<settings>
  <setting label="30000" type="slider" id="level" range="20,1,100" option="percent" default="20"/>
</settings>