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
Products
TV-Server
PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4
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="doveman" data-source="post: 1018606" data-attributes="member: 67412"><p>I'm having trouble getting the right settings for my Nova-T 500.</p><p> </p><p>After waking from standby, the tuner isn't available until after I stop and restart TVService. I've set the Delay for TV Card Detection to 20s and tried the PS++ "Reinitalise TV controller on wakeup" option but that didn't work, so now I'm trying "Run Command on System Power State change"instead, with it set to run the following batch file. This isn't doing anything though, neither shutting down MP before standby or restarting TVService after wake.</p><p> </p><p>[CODE]if "%1" == "suspend" goto OnSuspend</p><p>if "%1" == "wakeup" goto OnWakeUp</p><p>goto Done</p><p> </p><p>:OnSuspend</p><p>taskkill /IM “MediaPortal.exe” /F</p><p>goto Done</p><p> </p><p>:OnWakeUp</p><p>taskkill /IM “TVService.exe” /F</p><p>net start TVService</p><p> </p><p>goto Done</p><p> </p><p>:Done[/CODE]</p><p> </p><p>I got this card working previously, presumably with this batch but it's been a while since I used it so I'm not sure exactly what I had to do.</p></blockquote><p></p>
[QUOTE="doveman, post: 1018606, member: 67412"] I'm having trouble getting the right settings for my Nova-T 500. After waking from standby, the tuner isn't available until after I stop and restart TVService. I've set the Delay for TV Card Detection to 20s and tried the PS++ "Reinitalise TV controller on wakeup" option but that didn't work, so now I'm trying "Run Command on System Power State change"instead, with it set to run the following batch file. This isn't doing anything though, neither shutting down MP before standby or restarting TVService after wake. [CODE]if "%1" == "suspend" goto OnSuspend if "%1" == "wakeup" goto OnWakeUp goto Done :OnSuspend taskkill /IM “MediaPortal.exe” /F goto Done :OnWakeUp taskkill /IM “TVService.exe” /F net start TVService goto Done :Done[/CODE] I got this card working previously, presumably with this batch but it's been a while since I used it so I'm not sure exactly what I had to do. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ 1.4.0.x - Stable versions for MediaPortal 1.4
Contact us
RSS
Top
Bottom