home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
SleepControl plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="SilentException" data-source="post: 619991" data-attributes="member: 83924"><p><strong>Re: ScreenControl plugin for MediaPortal v0.6.0</strong></p><p></p><p>Hey Micropolis,</p><p></p><p>this is what i have found out using new version.. These are my settings:</p><p></p><p>[CODE]</p><p> <section name="Sleep Control"></p><p> <entry name="TimerValue0">3</entry></p><p> <entry name="TimerValue1">10</entry></p><p> <entry name="TimerValue2">30</entry></p><p> <entry name="TimerValue3">45</entry></p><p> <entry name="TimerValue4">60</entry></p><p> <entry name="TimerValue5">120</entry></p><p> <entry name="TimerValue6">180</entry></p><p> <entry name="TimerValue7">240</entry></p><p> <entry name="TimerValue8">480</entry></p><p> <entry name="TimerValue9">720</entry></p><p> <entry name="TimerIncrementValue">5</entry></p><p> <entry name="TimerDefaultMethod">2</entry></p><p> <entry name="TimerAutoStart">no</entry></p><p> <entry name="TimerAutoStartValue">0</entry></p><p> <entry name="TimerAutoStartMethod">0</entry></p><p> <entry name="Title">Sleep Control</entry></p><p> <entry name="DisplayConfirmationDialog">no</entry></p><p> <entry name="DisplayExtendedMethodActions">yes</entry></p><p> <entry name="ForceMethodAction">no</entry></p><p> <entry name="TaskControl">yes</entry></p><p> <entry name="TaskControlRecording">yes</entry></p><p> <entry name="TaskControlMedia">yes</entry></p><p> <entry name="QuickActivation">yes</entry></p><p> <entry name="TimerActivationKey">5</entry></p><p> <entry name="TimerAlphanumericActivationKey">ž</entry></p><p> <entry name="TimerIncrementActivationKey">5</entry></p><p> <entry name="TimerIncrementAlphanumericActivationKey">đ</entry></p><p> <entry name="HibernateActivationKey">0</entry></p><p> <entry name="HibernateAlphanumericActivationKey"></p><p> </entry></p><p> <entry name="StandbyActivationKey">0</entry></p><p> <entry name="StandbyAlphanumericActivationKey"></p><p> </entry></p><p> <entry name="ShutdownActivationKey">0</entry></p><p> <entry name="ShutdownAlphanumericActivationKey"></p><p> </entry></p><p> <entry name="TaskControlMode">1</entry></p><p> <entry name="HideTimerDialog">yes</entry></p><p> </section></p><p>[/CODE]</p><p></p><p>* Go in Sleep Control GUI window.. Start the timer.. Stop the timer.. #SleepControl.Counter isn't reset to 0:00.. When timer is stopped this should be reset..if I didnt set it manually..</p><p></p><p>* Is it possible when you open Sleep Method context menu to focus current method in the list.. Also, if you escape from that menu, Shutdown mode is set.. It shouldn't..</p><p></p><p>* Start the timer with auto start key.. 3 minutes starts counting down.. Wait until 2:50, now press auto start key again to go to the next timer (10 min).. Timer counter starts counting down from 10:00 and yet it should be counting down from 9:50.. The auto start key should work similar to increment timer, not restarting it every time..</p><p></p><p>* Start the timer with auto start key.. 3 minutes starts counting down.. Timer start is at 18:24, Timer end is at 18:27.. Increment the timer with increment key.. Timer end is now 5 minutes later, at 18:32.. Increment it again and timer end is at 18:37.. Now use auto start key to go to next timer.. Timer end is now at 18:34 (10 min timer) and I expected it to be at 18:54 (next timer - 30 min) because I already passed 10 min timer with manual increment.. If there is no new timer countdown should be stopped..</p><p></p><p>Thanks! <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="SilentException, post: 619991, member: 83924"] [b]Re: ScreenControl plugin for MediaPortal v0.6.0[/b] Hey Micropolis, this is what i have found out using new version.. These are my settings: [CODE] <section name="Sleep Control"> <entry name="TimerValue0">3</entry> <entry name="TimerValue1">10</entry> <entry name="TimerValue2">30</entry> <entry name="TimerValue3">45</entry> <entry name="TimerValue4">60</entry> <entry name="TimerValue5">120</entry> <entry name="TimerValue6">180</entry> <entry name="TimerValue7">240</entry> <entry name="TimerValue8">480</entry> <entry name="TimerValue9">720</entry> <entry name="TimerIncrementValue">5</entry> <entry name="TimerDefaultMethod">2</entry> <entry name="TimerAutoStart">no</entry> <entry name="TimerAutoStartValue">0</entry> <entry name="TimerAutoStartMethod">0</entry> <entry name="Title">Sleep Control</entry> <entry name="DisplayConfirmationDialog">no</entry> <entry name="DisplayExtendedMethodActions">yes</entry> <entry name="ForceMethodAction">no</entry> <entry name="TaskControl">yes</entry> <entry name="TaskControlRecording">yes</entry> <entry name="TaskControlMedia">yes</entry> <entry name="QuickActivation">yes</entry> <entry name="TimerActivationKey">5</entry> <entry name="TimerAlphanumericActivationKey">ž</entry> <entry name="TimerIncrementActivationKey">5</entry> <entry name="TimerIncrementAlphanumericActivationKey">đ</entry> <entry name="HibernateActivationKey">0</entry> <entry name="HibernateAlphanumericActivationKey"> </entry> <entry name="StandbyActivationKey">0</entry> <entry name="StandbyAlphanumericActivationKey"> </entry> <entry name="ShutdownActivationKey">0</entry> <entry name="ShutdownAlphanumericActivationKey"> </entry> <entry name="TaskControlMode">1</entry> <entry name="HideTimerDialog">yes</entry> </section> [/CODE] * Go in Sleep Control GUI window.. Start the timer.. Stop the timer.. #SleepControl.Counter isn't reset to 0:00.. When timer is stopped this should be reset..if I didnt set it manually.. * Is it possible when you open Sleep Method context menu to focus current method in the list.. Also, if you escape from that menu, Shutdown mode is set.. It shouldn't.. * Start the timer with auto start key.. 3 minutes starts counting down.. Wait until 2:50, now press auto start key again to go to the next timer (10 min).. Timer counter starts counting down from 10:00 and yet it should be counting down from 9:50.. The auto start key should work similar to increment timer, not restarting it every time.. * Start the timer with auto start key.. 3 minutes starts counting down.. Timer start is at 18:24, Timer end is at 18:27.. Increment the timer with increment key.. Timer end is now 5 minutes later, at 18:32.. Increment it again and timer end is at 18:37.. Now use auto start key to go to next timer.. Timer end is now at 18:34 (10 min timer) and I expected it to be at 18:54 (next timer - 30 min) because I already passed 10 min timer with manual increment.. If there is no new timer countdown should be stopped.. Thanks! :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
SleepControl plugin v1.10.0 for MediaPortal 1.3.0 and higher
Contact us
RSS
Top
Bottom