|
SageTV Software Discussion related to the SageTV application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the SageTV software application should be posted here. (Check the descriptions of the other forums; all hardware related questions go in the Hardware Support forum, etc. And, post in the customizations forum instead if any customizations are active.) |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
SageTV Not Scheduling Recordings
Last night I had one show that should have recorded. It didn't record. It replayed at 1 AM, so I set it to record then. It still didn't record. That episode repeats next Saturday, so (via the Web interface this time) I scheduled it to record again. When I look at the Upcoming Recordings, it's blank. None of the shows that should record this week are listed.
Edit: More info: When I go to the EPG and try to watch live TV, it says that no tuners can tune that channel. When I go into my tuners, I see the channel I had showing up as enabled on my tuners... ??? This was working yesterday, my father-in-law was over here watching hockey through SageTV... Updated: Found it.. SageDCT wasn't running. It was set to "Automatic" but wasn't running, so I manually started it. All appears to be good again.. Leaving this here for posterity. Last edited by ptaylor; 04-28-2014 at 05:12 PM. |
#2
|
|||
|
|||
Quote:
This is a VBSCRIPT that I run on my server that will check for any stopped services that are set to automatic and start them if they are stopped. It is set to loop so it will check Indefinitely. Code:
do WScript.sleep 5000 strComputer = "." Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2") Set colListOfServices = objWMIService.ExecQuery _ ("Select * from Win32_Service Where State = 'Stopped' and StartMode = " _ & "'Auto'") For Each objService in colListOfServices objService.StartService() Next loop
__________________
Channels DVR UBUNTU Server 2 Primes 3 Connects TVE SageTV Docker with input from Channels DVR XMLTV and M3U VIA Opendct. |
#3
|
|||
|
|||
Thanks - I'll definitely keep this in mind if this becomes a recurring thing...
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Help with scheduling recordings with SageMC | vvulture | SageMC Custom Interface | 15 | 05-03-2007 03:21 AM |
Sage Stops Scheduling Recordings | dlusk | SageTV Beta Test Software | 2 | 10-17-2005 04:13 PM |
Scheduling Recordings... | deadtoaster2 | SageTV Software | 1 | 08-19-2005 09:49 AM |
Scheduling recordings | Vyts | SageTV Recorder Software | 4 | 05-27-2004 03:41 AM |
Not scheduling recordings? | Potatophysics | SageTV Software | 0 | 12-02-2003 08:35 PM |