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 10-19-2009, 03:42 PM
voorhees voorhees is offline
Sage Aficionado
 
Join Date: Sep 2007
Location: Colorado
Posts: 339
SageTV and R5000 Startup?

I got my shinny new R5000 hooked up and working fine, however when I restart my server or it restarts itself SageTV does not recognize the R5000 tuner until I go to the setup sources page. It looks like the SageTV service on my WHS server is starting before the R5000 software and then SageTV does not recognize it. Is there a way to tell SageTV to start after a delay so the R5000 software can start first (maybe with a batch file or something instead of letting it automatically start)? Or, is there a way to tell SageTV to check for a networked encoder at various time intervals after startup so the R5000 tuner is recognized?

Any help would be greatly appreciated. Thanks in advance.
__________________
Server: OS: MS WHS v1; MB: GIGABYTE GA-EP45-UD3R; CPU: Intel Q9400 2.66GHz; RAM: G.SKILL 4GB (4x1GB); HDs: 1x80GB, 7x1.5TB; Graphics: EVGA GeForce 9500 GT 512MB
Capture/Content: HD-PVR, 2xHDHRP (CC), Comcast
STBs (Controllers): RNG110 (Firewire ChCh)
Clients: 2xHD300, 2xHD200, 2xPS, Client
SageTV/Plugins: v7.1.9, SageDCT, SRE, Comm Det, Jetty, Web Server, Mob Web, PlayOn, E/D Fav, Fav Ex, MF Stop, Enc Names
Reply With Quote
  #2  
Old 10-19-2009, 03:58 PM
Clift Clift is offline
Sage Expert
 
Join Date: Aug 2008
Location: North Carolina
Posts: 555
There was a thread on this a while ago. IIRC what some people were doing was putting a batch file in the Startup folder to wait 5,10, 15 seconds or however long, then launch the sagetv.exe. The other thing is to set SageTV to NOT automagically start up.

Something like:

Code:
ping 127.0.0.1 -n 10 > nul

"C:\Program Files\SageTV\SageTV\SageTV.exe"

exit
__________________
Server:W7 Ultimate, SageTV 7.1.9
Capture Devices: HVR-2250, 2x HD PVR 1212
Clients:
1x STX-HD100
3x STP-HD200
@cliftpompee
Reply With Quote
  #3  
Old 10-19-2009, 03:58 PM
Phydeaux Phydeaux is offline
Sage Advanced User
 
Join Date: Aug 2008
Posts: 222
I had the same issue. My resolution is a simple batch file in the Windows Startup Group which kicks off the SageTV service 90 seconds after Windows loads. It uses the "sleep" command, which is a command line utility available in the Windows Server / Windows XP Resource kit, which is free. Here's the contents of my StartSage.bat file:

sleep 90
net start SageTV



RLW
Reply With Quote
  #4  
Old 10-19-2009, 05:21 PM
Clift Clift is offline
Sage Expert
 
Join Date: Aug 2008
Location: North Carolina
Posts: 555
Good point. The batch code I posted only starts the SageTV program, as opposed to the service.
__________________
Server:W7 Ultimate, SageTV 7.1.9
Capture Devices: HVR-2250, 2x HD PVR 1212
Clients:
1x STX-HD100
3x STP-HD200
@cliftpompee
Reply With Quote
  #5  
Old 10-19-2009, 08:38 PM
voorhees voorhees is offline
Sage Aficionado
 
Join Date: Sep 2007
Location: Colorado
Posts: 339
Quote:
Originally Posted by Phydeaux View Post
I had the same issue. My resolution is a simple batch file in the Windows Startup Group which kicks off the SageTV service 90 seconds after Windows loads. It uses the "sleep" command, which is a command line utility available in the Windows Server / Windows XP Resource kit, which is free. Here's the contents of my StartSage.bat file:

sleep 90
net start SageTV



RLW
Phydeaux and Clift, thanks for the replies. I like the sleep command along with starting the service since that is what I am running on WHS, however I have a quick question or two. Is the "Windows Startup Group" the Startup folder under the All Program Folder, or is is something different? If it is, it looks like I need to:

1) Stop SageTV service from automatically starting with Windows
2) Create batch file with above (after getting Resource Kit)
3) Place batch file in Startup folder

Does that cover it or am I missing something?

Thanks so much for the help.
__________________
Server: OS: MS WHS v1; MB: GIGABYTE GA-EP45-UD3R; CPU: Intel Q9400 2.66GHz; RAM: G.SKILL 4GB (4x1GB); HDs: 1x80GB, 7x1.5TB; Graphics: EVGA GeForce 9500 GT 512MB
Capture/Content: HD-PVR, 2xHDHRP (CC), Comcast
STBs (Controllers): RNG110 (Firewire ChCh)
Clients: 2xHD300, 2xHD200, 2xPS, Client
SageTV/Plugins: v7.1.9, SageDCT, SRE, Comm Det, Jetty, Web Server, Mob Web, PlayOn, E/D Fav, Fav Ex, MF Stop, Enc Names
Reply With Quote
  #6  
Old 10-20-2009, 05:36 AM
Clift Clift is offline
Sage Expert
 
Join Date: Aug 2008
Location: North Carolina
Posts: 555
Seems like that should do it. Remember, when you log into WHS all shortcuts in "startup" folder get executed. But in your case you should be fine because if you log in at a later time, a net start will just be ignored since, in essence, Sage TV service will already be started.
__________________
Server:W7 Ultimate, SageTV 7.1.9
Capture Devices: HVR-2250, 2x HD PVR 1212
Clients:
1x STX-HD100
3x STP-HD200
@cliftpompee
Reply With Quote
  #7  
Old 10-20-2009, 08:46 PM
voorhees voorhees is offline
Sage Aficionado
 
Join Date: Sep 2007
Location: Colorado
Posts: 339
Well, I implemented the steps outlined above and it looks like everything is working as advertised. SageTV is waiting to start, which gives the R5000 software time to launch, and thus SageTV now sees my R5000 once it is up and running.

Clift and Phydeaux, thanks so much for the help.
__________________
Server: OS: MS WHS v1; MB: GIGABYTE GA-EP45-UD3R; CPU: Intel Q9400 2.66GHz; RAM: G.SKILL 4GB (4x1GB); HDs: 1x80GB, 7x1.5TB; Graphics: EVGA GeForce 9500 GT 512MB
Capture/Content: HD-PVR, 2xHDHRP (CC), Comcast
STBs (Controllers): RNG110 (Firewire ChCh)
Clients: 2xHD300, 2xHD200, 2xPS, Client
SageTV/Plugins: v7.1.9, SageDCT, SRE, Comm Det, Jetty, Web Server, Mob Web, PlayOn, E/D Fav, Fav Ex, MF Stop, Enc Names
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
SageTV black screen on Startup jackc111 SageTV Software 2 05-03-2007 12:38 PM
SageTV hangs on startup dpalmer95 SageTV Software 5 01-01-2007 02:58 PM
SageTV startup mode setting julesjohn SageTV Software 1 01-07-2005 05:46 PM
Start SageTV at Startup: Why won't it work? nicktripp SageTV Software 4 11-14-2003 02:39 AM
SageTV Startup options rsesler SageTV Software 0 08-03-2003 03:10 PM


All times are GMT -6. The time now is 08:10 AM.


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