Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
None
-
None
Description
<p>We can set MP to wait before start on MP startup and resume.</p>
<p><a href="http://wiki.team-mediaportal.com/REDIRECTS/MediaPortal.Configuration.Sections.GeneralStartupResume">http://wiki.team-mediaportal.com/REDIRECTS/MediaPortal.Configuration.Sections.GeneralStartupResume</a></p>
<p>On Resume it's broken with regression introduce in : MP1-4305_WM_POWERBROADCAST_messages_are_handled_incorrect.</p>
<p>This branch fix it and also handle WM_POWERBROADCAST message in order and not like now (It can be mixed, this mean suspend code and resume can be executed in the same time and can lead to MP freeze, it can also avoid to execute multiple time the same event (it can happen in rare case but can happen).</p>
<p>What to test : </p>
<p>Set startup option like above wiki link (for example 30 secs) on MP startup and resume option.</p>
<p>On MP start, MP should wait 30 seconds before start.</p>
<p>On MP resume (hibernate or other mode), MP should wait also 30 seconds (it will permit to some slow device to let time to start correctly).</p>
<p>Test also normal standby and resume (with or without startup setting).</p>
<p><a href="http://wiki.team-mediaportal.com/REDIRECTS/MediaPortal.Configuration.Sections.GeneralStartupResume">http://wiki.team-mediaportal.com/REDIRECTS/MediaPortal.Configuration.Sections.GeneralStartupResume</a></p>
<p>On Resume it's broken with regression introduce in :
<p>This branch fix it and also handle WM_POWERBROADCAST message in order and not like now (It can be mixed, this mean suspend code and resume can be executed in the same time and can lead to MP freeze, it can also avoid to execute multiple time the same event (it can happen in rare case but can happen).</p>
<p>What to test : </p>
<p>Set startup option like above wiki link (for example 30 secs) on MP startup and resume option.</p>
<p>On MP start, MP should wait 30 seconds before start.</p>
<p>On MP resume (hibernate or other mode), MP should wait also 30 seconds (it will permit to some slow device to let time to start correctly).</p>
<p>Test also normal standby and resume (with or without startup setting).</p>
Attachments
Issue Links
- links to