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++ test versions
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: 846292" data-attributes="member: 67412"><p>Hmm, seems my idea of modifying restart.vbs to stop and restart the TVservice has a fatal flaw that I overlooked, in that it only runs if MP is running when the PC goes into standby. As I often close MP to play a game before going to bed, when I restart the PC in the morning and start MP, the TV service is not working because it hasn't been stopped/restarted and I have to do this manually (by running a batch file). So if there's any way you could get PowerScheduler++ to do this instead, it would be much better.</p><p> </p><p>I've just tried again with a batch file triggered by PS++ and it seems to be working, although I'll have to keep testing to see if it works consistently. The batch file I'm using (named resume.bat) is</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>"C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe"</p><p>goto Done</p><p> </p><p>:Done[/CODE]</p><p> </p><p>Note the WakeUp routine doesn't restart TVService as MP does that when it starts. I found it was hanging with net stop TVService, which is why I'm using taskkill.</p><p> </p><p>The tv.log from this shows</p><p> </p><p>[CODE]2012-02-24 16:12:30.728355 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: Suspend</p><p>2012-02-24 16:12:30.728355 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: Suspend</p><p>2012-02-24 16:12:30.728355 [PowerEventThread(9)]: TvController.OnSuspend()</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Scheduler: stopped</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Scheduler: thread stopped.</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard</p><p>2012-02-24 16:12:30.743955 [PowerEventThread(9)]: PS: SUSPEND</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: System is going to suspend</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: Signal "Suspend" to StandbyWakeupThread</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: Stop EPG grabbing and TV controller</p><p>2012-02-24 16:12:30.759555 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread suspended</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: DeInit controller</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: DeInit.</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop streamer...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: RTSP: stop streamer</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: RTSP: stop all streams (0)</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: streamer stopped...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop scheduler...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Scheduler: stopped</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: scheduler stopped...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop epg grabber...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: epg stopped...</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:MediaPortal IPTV Source Filter</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:Nova-DT DVB-T Tuner (Dev1 Path0)</p><p>2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:Nova-DT DVB-T Tuner (Dev1 Path1)</p><p>2012-02-24 16:12:30.775155 [PowerEventThread(9)]: Controller: dispose card:RadioWebStream Card (builtin)</p><p>2012-02-24 16:12:30.775155 [PowerEventThread(9)]: RadioWebStream:Dispose()</p><p>2012-02-24 16:12:30.775155 [PowerEventThread(9)]: PS: Run external command</p><p>2012-02-24 16:12:30.775155 [PowerEventThread(9)]: PS: Starting external command: C:\Tools\Resume.bat suspend</p><p>2012-02-24 16:12:31.009155 [PowerEventThread(9)]: PS: External command finished</p><p>2012-02-24 16:12:31.009155 [PowerEventThread(9)]: PS: Send "EnteringStandby" event</p><p>2012-02-24 16:13:29.750816 [PowerEventThread(9)]: TV service PowerEventThread 30</p><p>2012-02-24 16:13:29.750816 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: ResumeAutomatic</p><p>2012-02-24 16:13:29.750816 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: ResumeAutomatic</p><p>2012-02-24 16:13:29.750816 [PowerEventThread(9)]: TvController.OnResume()</p><p>2012-02-24 16:13:29.766416 [PowerEventThread(9)]: Controller: setup HeartBeat Monitor</p><p>2012-02-24 16:13:29.766416 [HeartBeatMonitor(17)]: Controller: Heartbeat Monitor initiated, max timeout allowed is 30 sec.</p><p>2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: RESUMEAUTOMATIC</p><p>2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: System has resumed from standby</p><p>2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: Run external command</p><p>2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: Starting external command: C:\Tools\Resume.bat wakeup</p><p>2012-02-24 16:13:30.031616 [PowerEventThread(9)]: PS: External command finished</p><p>2012-02-24 16:13:30.031616 [PowerEventThread(9)]: PS: ReInitController</p><p>2012-02-24 16:13:30.047216 [PowerEventThread(9)]: PS: ReInit Controller</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: Initializing TVServer</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: 1 init attempt</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: C:\ProgramData\Team MediaPortal\MediaPortal TV Server\gentle.config</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: using MySQL database connection: Server=X4;Database=MpTvDb;User ID=root;Password</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: ----------------------------</p><p>2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Detecting Cards in 30 seconds</p><p>2012-02-24 16:14:05.069277 [PowerEventThread(9)]: Detecting Cards</p><p>2012-02-24 16:14:05.069277 [PowerEventThread(9)]: Detected IP TV Card 0</p><p>2012-02-24 16:14:05.084877 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: ResumeSuspend</p><p>2012-02-24 16:14:05.084877 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: ResumeSuspend</p><p>2012-02-24 16:14:05.084877 [PowerEventThread(9)]: PS: RESUMESUSPEND</p><p>2012-02-24 16:14:05.116077 [PowerEventThread(9)]: Found card:nova-dt dvb-t tuner (dev1 path0)</p><p>2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detected DVB card:nova-dt dvb-t tuner (dev1 path0)</p><p>2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detecting type by MSNP 0: 216c62df-6d7f-4e9a-8571-05f14edb766a</p><p>2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detected DVB-T* card:nova-dt dvb-t tuner (dev1 path0)</p><p>2012-02-24 16:14:05.147277 [PowerEventThread(9)]: Found card:nova-dt dvb-t tuner (dev1 path1)</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detected DVB card:nova-dt dvb-t tuner (dev1 path1)</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detecting type by MSNP 0: 216c62df-6d7f-4e9a-8571-05f14edb766a</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detected DVB-T* card:nova-dt dvb-t tuner (dev1 path1)</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBC Network Provider</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: ATSC Network Provider</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBS Network Provider</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBT Network Provider</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: started at X4</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: local ip address:192.168.1.64</p><p>2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: local ip address:192.168.2.1</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: server running on 192.168.2.1</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :MediaPortal IPTV Source Filter</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :Nova-DT DVB-T Tuner (Dev1 Path0)</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :Nova-DT DVB-T Tuner (Dev1 Path1)</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :RadioWebStream Card (builtin)</p><p>2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: setup hybrid cards</p><p>2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card MediaPortal IPTV Source Filter: current timeshiftpath = R:\</p><p>2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card Nova-DT DVB-T Tuner (Dev1 Path0) : current timeshiftpath = R:\</p><p>2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card Nova-DT DVB-T Tuner (Dev1 Path1) : current timeshiftpath = R:\</p><p>2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card RadioWebStream Card (builtin): current timeshiftpath = R:\</p><p>2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: setup streaming</p><p>2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: started</p><p>2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: loaded 0 schedules</p><p>2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: thread started.</p><p>2012-02-24 16:14:05.287678 [PowerEventThread(9)]: DiskManagement: started</p><p>2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Controller: setup HeartBeat Monitor</p><p>2012-02-24 16:14:05.303278 [HeartBeatMonitor(10)]: Controller: Heartbeat Monitor initiated, max timeout allowed is 30 sec.</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: ExecutePendingDeletions: number of pending deletions : 0</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: recalculating program states</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: schedule.SynchProgramStatesForAll</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: initalized</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: TVServer initialized okay</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: PS: Signal "Resume" to the StandbyWakeupThread</p><p>2012-02-24 16:14:05.303278 [PowerEventThread(9)]: PS: Send "ResumedFromStandby" event</p><p>2012-02-24 16:14:05.303278 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread resumed</p><p>2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: LoadSettings()</p><p>2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: SetWakeupTimer()</p><p>2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: Inspecting PowerController:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ScheduledRecordings:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting XmlTvImport:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: No pending events found in the future which should wakeup the system</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: CheckForStandby()</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting PowerController:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting RemoteClient:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveStreams:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ControllerActive:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ProcessActive:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveNetwork:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveShares:</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Check whether the next event is almost due</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: SetStandbyMode(StandbyAllowed)</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: System is idle and may go to standby</p><p>2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Active standby is disabled - standby is handled by Windows</p><p>2012-02-24 16:14:21.340106 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread triggered by check interval[/CODE]</p></blockquote><p></p>
[QUOTE="doveman, post: 846292, member: 67412"] Hmm, seems my idea of modifying restart.vbs to stop and restart the TVservice has a fatal flaw that I overlooked, in that it only runs if MP is running when the PC goes into standby. As I often close MP to play a game before going to bed, when I restart the PC in the morning and start MP, the TV service is not working because it hasn't been stopped/restarted and I have to do this manually (by running a batch file). So if there's any way you could get PowerScheduler++ to do this instead, it would be much better. I've just tried again with a batch file triggered by PS++ and it seems to be working, although I'll have to keep testing to see if it works consistently. The batch file I'm using (named resume.bat) is [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 "C:\Program Files (x86)\Team MediaPortal\MediaPortal\MediaPortal.exe" goto Done :Done[/CODE] Note the WakeUp routine doesn't restart TVService as MP does that when it starts. I found it was hanging with net stop TVService, which is why I'm using taskkill. The tv.log from this shows [CODE]2012-02-24 16:12:30.728355 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: Suspend 2012-02-24 16:12:30.728355 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: Suspend 2012-02-24 16:12:30.728355 [PowerEventThread(9)]: TvController.OnSuspend() 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Scheduler: stopped 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Scheduler: thread stopped. 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: dvb:StopGraph called 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: tvcard:FreeAllSubChannels 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: Stopcard 2012-02-24 16:12:30.743955 [PowerEventThread(9)]: PS: SUSPEND 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: System is going to suspend 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: Signal "Suspend" to StandbyWakeupThread 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: Stop EPG grabbing and TV controller 2012-02-24 16:12:30.759555 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread suspended 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: PS: DeInit controller 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: DeInit. 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop streamer... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: RTSP: stop streamer 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: RTSP: stop all streams (0) 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: streamer stopped... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop scheduler... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Scheduler: stopped 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: scheduler stopped... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: stop epg grabber... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: epg stopped... 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:MediaPortal IPTV Source Filter 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:Nova-DT DVB-T Tuner (Dev1 Path0) 2012-02-24 16:12:30.759555 [PowerEventThread(9)]: Controller: dispose card:Nova-DT DVB-T Tuner (Dev1 Path1) 2012-02-24 16:12:30.775155 [PowerEventThread(9)]: Controller: dispose card:RadioWebStream Card (builtin) 2012-02-24 16:12:30.775155 [PowerEventThread(9)]: RadioWebStream:Dispose() 2012-02-24 16:12:30.775155 [PowerEventThread(9)]: PS: Run external command 2012-02-24 16:12:30.775155 [PowerEventThread(9)]: PS: Starting external command: C:\Tools\Resume.bat suspend 2012-02-24 16:12:31.009155 [PowerEventThread(9)]: PS: External command finished 2012-02-24 16:12:31.009155 [PowerEventThread(9)]: PS: Send "EnteringStandby" event 2012-02-24 16:13:29.750816 [PowerEventThread(9)]: TV service PowerEventThread 30 2012-02-24 16:13:29.750816 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: ResumeAutomatic 2012-02-24 16:13:29.750816 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: ResumeAutomatic 2012-02-24 16:13:29.750816 [PowerEventThread(9)]: TvController.OnResume() 2012-02-24 16:13:29.766416 [PowerEventThread(9)]: Controller: setup HeartBeat Monitor 2012-02-24 16:13:29.766416 [HeartBeatMonitor(17)]: Controller: Heartbeat Monitor initiated, max timeout allowed is 30 sec. 2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: RESUMEAUTOMATIC 2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: System has resumed from standby 2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: Run external command 2012-02-24 16:13:29.766416 [PowerEventThread(9)]: PS: Starting external command: C:\Tools\Resume.bat wakeup 2012-02-24 16:13:30.031616 [PowerEventThread(9)]: PS: External command finished 2012-02-24 16:13:30.031616 [PowerEventThread(9)]: PS: ReInitController 2012-02-24 16:13:30.047216 [PowerEventThread(9)]: PS: ReInit Controller 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: Initializing TVServer 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: 1 init attempt 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: C:\ProgramData\Team MediaPortal\MediaPortal TV Server\gentle.config 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Controller: using MySQL database connection: Server=X4;Database=MpTvDb;User ID=root;Password 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: ---------------------------- 2012-02-24 16:13:35.054825 [PowerEventThread(9)]: Detecting Cards in 30 seconds 2012-02-24 16:14:05.069277 [PowerEventThread(9)]: Detecting Cards 2012-02-24 16:14:05.069277 [PowerEventThread(9)]: Detected IP TV Card 0 2012-02-24 16:14:05.084877 [PowerEventThread(9)]: OnPowerEvent: PowerStatus: ResumeSuspend 2012-02-24 16:14:05.084877 [PowerEventThread(9)]: OnPowerEventHandler: PowerStatus: ResumeSuspend 2012-02-24 16:14:05.084877 [PowerEventThread(9)]: PS: RESUMESUSPEND 2012-02-24 16:14:05.116077 [PowerEventThread(9)]: Found card:nova-dt dvb-t tuner (dev1 path0) 2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detected DVB card:nova-dt dvb-t tuner (dev1 path0) 2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detecting type by MSNP 0: 216c62df-6d7f-4e9a-8571-05f14edb766a 2012-02-24 16:14:05.131677 [PowerEventThread(9)]: Detected DVB-T* card:nova-dt dvb-t tuner (dev1 path0) 2012-02-24 16:14:05.147277 [PowerEventThread(9)]: Found card:nova-dt dvb-t tuner (dev1 path1) 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detected DVB card:nova-dt dvb-t tuner (dev1 path1) 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detecting type by MSNP 0: 216c62df-6d7f-4e9a-8571-05f14edb766a 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Detected DVB-T* card:nova-dt dvb-t tuner (dev1 path1) 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBC Network Provider 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: ATSC Network Provider 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBS Network Provider 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Remove filter from graph: DVBT Network Provider 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: started at X4 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: local ip address:192.168.1.64 2012-02-24 16:14:05.162877 [PowerEventThread(9)]: Controller: local ip address:192.168.2.1 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: server running on 192.168.2.1 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :MediaPortal IPTV Source Filter 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :Nova-DT DVB-T Tuner (Dev1 Path0) 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :Nova-DT DVB-T Tuner (Dev1 Path1) 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: NOT preloading card :RadioWebStream Card (builtin) 2012-02-24 16:14:05.178477 [PowerEventThread(9)]: Controller: setup hybrid cards 2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card MediaPortal IPTV Source Filter: current timeshiftpath = R:\ 2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card Nova-DT DVB-T Tuner (Dev1 Path0) : current timeshiftpath = R:\ 2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card Nova-DT DVB-T Tuner (Dev1 Path1) : current timeshiftpath = R:\ 2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: card RadioWebStream Card (builtin): current timeshiftpath = R:\ 2012-02-24 16:14:05.194077 [PowerEventThread(9)]: Controller: setup streaming 2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: started 2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: loaded 0 schedules 2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Scheduler: thread started. 2012-02-24 16:14:05.287678 [PowerEventThread(9)]: DiskManagement: started 2012-02-24 16:14:05.287678 [PowerEventThread(9)]: Controller: setup HeartBeat Monitor 2012-02-24 16:14:05.303278 [HeartBeatMonitor(10)]: Controller: Heartbeat Monitor initiated, max timeout allowed is 30 sec. 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: ExecutePendingDeletions: number of pending deletions : 0 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: recalculating program states 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: schedule.SynchProgramStatesForAll 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: initalized 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: Controller: TVServer initialized okay 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: PS: Signal "Resume" to the StandbyWakeupThread 2012-02-24 16:14:05.303278 [PowerEventThread(9)]: PS: Send "ResumedFromStandby" event 2012-02-24 16:14:05.303278 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread resumed 2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: LoadSettings() 2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: SetWakeupTimer() 2012-02-24 16:14:06.317279 [PS StandbyWakeup(13)]: PS: Inspecting PowerController: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ScheduledRecordings: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting XmlTvImport: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: No pending events found in the future which should wakeup the system 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: CheckForStandby() 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting PowerController: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting RemoteClient: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveStreams: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ControllerActive: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ProcessActive: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveNetwork: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Inspecting ActiveShares: 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Check whether the next event is almost due 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: SetStandbyMode(StandbyAllowed) 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: System is idle and may go to standby 2012-02-24 16:14:06.332879 [PS StandbyWakeup(13)]: PS: Active standby is disabled - standby is handled by Windows 2012-02-24 16:14:21.340106 [PS StandbyWakeup(13)]: PS: StandbyWakeupThread triggered by check interval[/CODE] [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Products
TV-Server
PowerScheduler++ test versions
Contact us
RSS
Top
Bottom