SageTV Community  

Go Back   SageTV Community > SageTV Products > SageTV Software
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

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.)

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 04-28-2014, 05:03 PM
ptaylor ptaylor is offline
Sage Aficionado
 
Join Date: May 2004
Posts: 308
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.
Reply With Quote
  #2  
Old 04-28-2014, 05:27 PM
nyplayer nyplayer is offline
SageTVaholic
 
Join Date: Sep 2005
Posts: 4,997
Quote:
Originally Posted by ptaylor View Post
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.

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.
Reply With Quote
  #3  
Old 04-28-2014, 06:12 PM
ptaylor ptaylor is offline
Sage Aficionado
 
Join Date: May 2004
Posts: 308
Thanks - I'll definitely keep this in mind if this becomes a recurring thing...
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -6. The time now is 03:26 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.