Enable Internal Screensaver / Screen Blanking on pause state (1 Viewer)

Cetra

Portal Member
May 9, 2008
30
3
Home Country
United States of America United States of America
I think it would be helpful if the screen saver feature functioned when full screen video has been in a pause state for the amount of time specified in the configuration for the screen saver.
 

anvandarnamn

Portal Pro
February 15, 2007
84
3
42
Home Country
Sweden Sweden
I think it would be helpful if the screen saver feature functioned when full screen video has been in a pause state for the amount of time specified in the configuration for the screen saver.

I agree, this would be really nice! ( prevents burn in on plasma)
 

arion_p

Retired Team Member
  • Premium Supporter
  • February 7, 2007
    3,367
    1,642
    Athens
    Home Country
    Greece Greece
    Hi,

    If you know how to build MP from source, all you need to do is change the following lines in MediaPortal.MediaPortalApp.FrameMovee() (in MediaPortal.cs):
    Code:
          if (useScreenSaver)
          {
            if ([B]GUIGraphicsContext.IsFullScreenVideo[/B] ||
                GUIWindowManager.ActiveWindow == (int)GUIWindow.Window.WINDOW_SLIDESHOW)
            {
              GUIGraphicsContext.ResetLastActivity();
            }

    to

    Code:
          if (useScreenSaver)
          {
            if ([B](GUIGraphicsContext.IsFullScreenVideo && g_Player.Paused == false) [/B]||
                GUIWindowManager.ActiveWindow == (int)GUIWindow.Window.WINDOW_SLIDESHOW)
            {
              GUIGraphicsContext.ResetLastActivity();
            }

    See also related patch


    Cheers,

    Arion
     

    Users who are viewing this thread

    Similar threads

    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as possible also try to see if anything is happening during stuck for the mediaportal process(resource monitor, disk activity, cpu usage, anything) maybe other programs competing for resouces?
    maybe setting loglevel to debug might pinpoint the difference between normal and stuck? Preferable with as much disabled as...
    Since over a year my MP sometimes stucks while showing the welcome screen. It started once a week now it happens every second time...
    Replies
    4
    Views
    1K
    OK - Will care about ;)
    OK - Will care about ;)
    In version 1.36 (I think), technical specifications were added to the center panel of the movie info screen when 'Movie Info before...
    Replies
    3
    Views
    2K
    Default Direct Sound Device was the problem. MPAR worked better than Dircect Sound, but is still a problem. Changed Audio Renderer to use the TV and it's working.
    Default Direct Sound Device was the problem. MPAR worked better than Dircect Sound, but is still a problem. Changed Audio Renderer...
    New computer build with Windows 11 Pro. MediaPortal 1.34 x64. When I pause a video the audio drops out. This only occurs when...
    Replies
    2
    Views
    3K
    I have recently installed MediaPortal 1.37 (x64) and MP-TVSeries v4.5.1.697 and unfortunately the TV episode runtime duration is missing in my Titan skin. This only applies to my .TS files, my .MKV files are OK. I believe the difference is likely to be because .MKV files embed the runtime in the file unlike .TS files. I have done...
    I have recently installed MediaPortal 1.37 (x64) and MP-TVSeries v4.5.1.697 and unfortunately the TV episode runtime duration is...
    I have recently installed MediaPortal 1.37 (x64) and MP-TVSeries v4.5.1.697 and unfortunately the TV episode runtime duration is...
    Replies
    0
    Views
    846
    It is possible to have both MP1 and MP2 installed on the same drive (I have a test partition with just such an arrangement). However... The TV Server parts of MP1 and MP2 start when the system boots, and TV Server runs all of the time, even when it is not recording and live TV is not being viewed. If both TV Servers were active, they...
    It is possible to have both MP1 and MP2 installed on the same drive (I have a test partition with just such an arrangement)...
    Help Please. Yesterday upon switch-on, I had this issue with MP2: When I clicked on the [REC] icon in the following Image...
    Replies
    26
    Views
    7K
    Top Bottom