TV Recording Popup after Resume since MP 1.16 (1 Viewer)

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Okay, so now we can see why.

    The log shows that the system is suspended first at 1:14 PM:
    [2017-02-17 13:14:16,924] [Log ] [MPMain ] [INFO ] - Main: WM_POWERBROADCAST (PBT_APMSUSPEND)

    At 4:12 PM the system resumes to perform some recordings as required:
    [2017-02-17 13:14:15,908] [Log ] [PS StandbyWakeup] [DEBUG] - PS: Inspecting Scheduled Recordings: 17.02.2017 16:13:00
    [2017-02-17 13:14:15,908] [Log ] [PS StandbyWakeup] [DEBUG] - PS: Inspecting Reboot: 18.02.2017 05:00:00
    [2017-02-17 13:14:15,940] [Log ] [PS StandbyWakeup] [DEBUG] - PS: Set wakeup timer to wakeup system at 17.02.2017 16:12:00

    The system resumes in away mode, which means you are not there and the screen is off etc., so the MP user interface is not activated.
    [2017-02-17 16:12:00,831] [Log ] [MPMain ] [INFO ] - Main: WM_POWERBROADCAST (PBT_APMRESUMEAUTOMATIC)

    While recording in away mode, some notifications are generated:
    [2017-02-17 16:13:16,138] [Log ] [MPMain ] [INFO ] - send rec notify
    [2017-02-17 16:13:16,138] [Log ] [MPMain ] [INFO ] - send rec notify done

    [2017-02-17 16:38:16,555] [Log ] [MPMain ] [INFO ] - send rec notify
    [2017-02-17 16:38:16,571] [Log ] [MPMain ] [INFO ] - send rec notify done

    [2017-02-17 16:41:16,725] [Log ] [MPMain ] [INFO ] - send rec notify
    [2017-02-17 16:41:16,725] [Log ] [MPMain ] [INFO ] - send rec notify done

    [2017-02-17 17:12:17,233] [Log ] [MPMain ] [INFO ] - send rec notify
    [2017-02-17 17:12:17,233] [Log ] [MPMain ] [INFO ] - send rec notify done

    These notifications are not processed because the MP user interface is deactivated while the system is in away mode. They're stored until the user interface is activated again.

    The system finishes recording and suspends again:
    [2017-02-17 17:12:05,837] [Log ] [scheduler thread] [INFO ] - Scheduler: stop record SUPER RTL HD 17.02.2017 16:38:04-17.02.2017 17:10:00 Scooby-Doo!
    ...
    [2017-02-17 17:12:06,557] [Log ] [PS StandbyWakeup] [INFO ] - PS: System changed from busy state to idle state
    [2017-02-17 17:12:06,573] [Log ] [PS StandbyWakeup] [DEBUG] - PS: System is idle and may go to standby
    [2017-02-17 17:12:06,573] [Log ] [PS StandbyWakeup] [DEBUG] - PS: SuspendSystem aborted - wait at least until 17:14:06

    [2017-02-17 17:14:08,815] [Log ] [MPMain ] [INFO ] - Main: WM_POWERBROADCAST (PBT_APMSUSPEND)

    At 7:20 PM you wake the system:
    [2017-02-17 19:20:29,983] [Log ] [MPMain ] [INFO ] - Main: WM_POWERBROADCAST (PBT_APMRESUMESUSPEND)

    The user interfaces is activated:
    [2017-02-17 19:20:31,221] [Log ] [MPMain ] [INFO ] - Main: Resuming operation of user interface

    ...and the stored notifications are displayed:
    [collapse]
    [2017-02-17 19:20:47,326] [Log ] [MPMain ] [DEBUG] - WindowManager: route WindowPlugins.home.GUIBasicHome:35->MediaPortal.Dialogs.GUIDialogNotify:2016
    [2017-02-17 19:20:47,330] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotify init
    ...
    [2017-02-17 19:20:52,359] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->WindowPlugins.home.GUIBasicHome:35
    [2017-02-17 19:20:52,368] [Log ] [MPMain ] [DEBUG] - WindowManager: route WindowPlugins.home.GUIBasicHome:35->MediaPortal.Dialogs.GUIDialogNotify:2016
    [2017-02-17 19:20:52,372] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotify init
    [2017-02-17 19:20:57,390] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->WindowPlugins.home.GUIBasicHome:35
    [2017-02-17 19:20:57,398] [Log ] [MPMain ] [DEBUG] - WindowManager: route WindowPlugins.home.GUIBasicHome:35->MediaPortal.Dialogs.GUIDialogNotify:2016
    [2017-02-17 19:20:57,403] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotify init
    [2017-02-17 19:21:02,421] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->WindowPlugins.home.GUIBasicHome:35
    [2017-02-17 19:21:02,430] [Log ] [MPMain ] [DEBUG] - WindowManager: route WindowPlugins.home.GUIBasicHome:35->MediaPortal.Dialogs.GUIDialogNotify:2016
    [2017-02-17 19:21:02,435] [Log ] [MPMain ] [DEBUG] - DialogWindow: MediaPortal.Dialogs.GUIDialogNotify init
    ...
    [2017-02-17 19:21:07,451] [Log ] [MPMain ] [DEBUG] - WindowManager: unroute to MediaPortal.Dialogs.GUIDialogNotify:2016->WindowPlugins.home.GUIBasicHome:35
    [2017-02-17 19:21:07,732] [Log ] [MPMain ] [DEBUG] - Window: WindowPlugins.home.GUIBasicHome deinit[/collapse]


    So now we can understand why everything is happening, we can ask: is something wrong here? Should MP be doing something differently? Is it wrong to show notifications for recordings that were performed in away mode after the user returns?
     

    Der_Bub

    MP Donator
  • Premium Supporter
  • June 17, 2008
    830
    60
    Cologne
    Home Country
    Germany Germany
    Okay, so now we can see why.

    ....
    So now we can understand why everything is happening, we can ask: is something wrong here? Should MP be doing something differently? Is it wrong to show notifications for recordings that were performed in away mode after the user returns?

    Thanks for the clarification and Analysis!

    For me (my wife and son also) it's unexpected and a delay of Startup. Espacially if there have been 4 or more recordings.

    Notifications are fine for Events which will happen in the near future or right in this Moment. For past Events it's no value.
     

    mm1352000

    Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Mmmm, I guess some people will say the opposite: the notifications tell them whether recordings started successfully. It's hard to please everybody! :)
     

    Users who are viewing this thread

    Top Bottom