Hi.
The settings for screensaver are not stored. After a restart of MP2 the screensaver is active again. I need to edit the xml file in "c:\ProgramData\Team MediaPortal\MP2-Client\Config\User\MediaPortal.UI.SkinEngine.Settings.AppSettings.xml" to deactivate screensaver permanent.
Here I need to replace true with false and the screensaver is deactivated...
The settings for screensaver are not stored. After a restart of MP2 the screensaver is active again. I need to edit the xml file in "c:\ProgramData\Team MediaPortal\MP2-Client\Config\User\MediaPortal.UI.SkinEngine.Settings.AppSettings.xml" to deactivate screensaver permanent.
Code:
<Property Name="ScreenSaverEnabled">
<boolean>true</boolean>
Germany