SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV v7 Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV v7 Customizations This forums is for discussing and sharing user-created modifications for the SageTV version 7 application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss plugins for SageTV version 7 and newer.

Reply
 
Thread Tools Search this Thread Display Modes
  #121  
Old 09-18-2012, 09:56 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by Sparhawk6 View Post
Nope (at least it was up at 11:45 EDT when I loaded it). It's worth noting that it runs on Google's infrastructure so it should only be down if Google's App Engine infrastructure is down. That should be really rare, but it can happen. More common is intermittent issues inherent in a distributed application framework such as that provided by GAE. Commonly, especially during sudden spikes in traffic (like 1pm Sundays during NFL season), SRE clients may encounter a 500 error, which is corrected on the next try*. The SRE code handles this by auto applying a default padding, but then corrects itself when livepvrdata responds properly on the next check. So periodic errors are not unexpected, but they should correct themselves. These errors are caused by GAE not being able to spin up enough instances of the app to handle the sudden spike in traffic so it just times out some requests then on the next connection it has enough instances on standby and then responds as expected.

* In SRE, sometimes that "next try" may not be for 24 hours for future recordings. Yeah, it may suck to see a red mark from SRE, but it's not fatal unless it's less than 30 mins before the scheduled start of the recording, but then you can tell SRE to send a system message at that time to alert you that something is probably wrong and probably needs an override.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #122  
Old 10-02-2012, 12:17 PM
disco340 disco340 is offline
Sage User
 
Join Date: Jan 2009
Posts: 60
I noticed i'm getting the following error on all scheduled recording when I click on edit.

HTTP ERROR 500
Problem accessing /sage/sre4.groovy. Reason:

GroovyServlet Error: script: '/sre4.groovy': Script processing failed.startup failed:
C:\Program Files (x86)\SageTV\SageTV\jetty\webapps\nielm_sagewebserver\webapp\sre4.groovy: 20: unable to resolve class com.google.code.livepvrdata4j.Client
@ line 20, column 1.
import com.google.code.livepvrdata4j.Client
^

1 error
org.codehaus.groovy.control.ErrorCollector.failIfErrors(ErrorCollector.java:302)



I haven't used the SRE function for some time so i'm not sure when this might have happend. I uninstalled and reinstalled the plugin to see if that would fix it but no go. Any sugestions?
__________________
Server: Windows 7, Intel I7 3770 3.4, 16 Gb RAM, Gigabit network
Drives: Recordings: External WD Caviar Black 2 TB SATA. DVD collection: External WD Caviar Green 2 TB SATA, Internal WD Caviar Green 2 TB, Kid's media collection: Internal WD Caviar Black 2 TB .
Software: SageTV 9 Tuners: USB-UIRT w 2 Motorola STB's w 2 C2 HD PVRs 1.5.6.1,
Clients: (3) HD200s (1 - Wireless, 2 - Wired) (4) HD300 wired
Reply With Quote
  #123  
Old 10-02-2012, 12:44 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Is the plugin monitoring events? It appears you're missing a jar file in your JARs folder. Either the jar is missing or the web server can't read it for some reason.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #124  
Old 10-02-2012, 01:43 PM
disco340 disco340 is offline
Sage User
 
Join Date: Jan 2009
Posts: 60
Quote:
Originally Posted by Slugger View Post
Is the plugin monitoring events? It appears you're missing a jar file in your JARs folder. Either the jar is missing or the web server can't read it for some reason.
For some odd reson I was missing "livepvrdata4j.jar". Now i'm able to edit but when I click on update I get the following.
Code:
HTTP ERROR 500
Problem accessing /sage/sre4.groovy. Reason: 

    org/apache/http/client/methods/HttpUriRequest

Caused by:
java.lang.NoClassDefFoundError: org/apache/http/client/methods/HttpUriRequest
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.class$(ClientFactory.groovy)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.$get$$class$com$google$code$livepvrdata4j$Client(ClientFactory.groovy)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.get(ClientFactory.groovy:22)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory$get.call(Unknown Source)
	at com.google.code.sagetvaddons.sre.engine.DataStore.newOverrideForObj(DataStore.groovy:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:246)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:63)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:136)
	at sre4.run(sre4.groovy:40)
	at groovy.util.GroovyScriptEngine.run(GroovyScriptEngine.java:515)
	at groovy.servlet.GroovyServlet$1.call(GroovyServlet.java:120)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:99)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.access$300(GroovyCategorySupport.java:61)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:239)
	at groovy.servlet.GroovyServlet.service(GroovyServlet.java:129)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:230)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
	at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
Caused by: java.lang.ClassNotFoundException: org.apache.http.client.methods.HttpUriRequest
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	... 41 more

Caused by:
java.lang.ClassNotFoundException: org.apache.http.client.methods.HttpUriRequest
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.net.URLClassLoader$1.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at java.net.URLClassLoader.findClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.class$(ClientFactory.groovy)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.$get$$class$com$google$code$livepvrdata4j$Client(ClientFactory.groovy)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory.get(ClientFactory.groovy:22)
	at com.google.code.sagetvaddons.sre.engine.ClientFactory$get.call(Unknown Source)
	at com.google.code.sagetvaddons.sre.engine.DataStore.newOverrideForObj(DataStore.groovy:203)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite$PogoCachedMethodSiteNoUnwrap.invoke(PogoMetaMethodSite.java:246)
	at org.codehaus.groovy.runtime.callsite.PogoMetaMethodSite.call(PogoMetaMethodSite.java:63)
	at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:136)
	at sre4.run(sre4.groovy:40)
	at groovy.util.GroovyScriptEngine.run(GroovyScriptEngine.java:515)
	at groovy.servlet.GroovyServlet$1.call(GroovyServlet.java:120)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.use(GroovyCategorySupport.java:99)
	at org.codehaus.groovy.runtime.GroovyCategorySupport$ThreadCategoryInfo.access$300(GroovyCategorySupport.java:61)
	at org.codehaus.groovy.runtime.GroovyCategorySupport.use(GroovyCategorySupport.java:239)
	at groovy.servlet.GroovyServlet.service(GroovyServlet.java:129)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
	at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:502)
	at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:389)
	at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
	at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
	at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
	at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:417)
	at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
	at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.handler.rewrite.RewriteHandler.handle(RewriteHandler.java:230)
	at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
	at org.mortbay.jetty.Server.handle(Server.java:326)
	at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:534)
	at org.mortbay.jetty.HttpConnection$RequestHandler.content(HttpConnection.java:879)
	at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:747)
	at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
	at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
	at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
	at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:520)
Any thoughts on that one?
__________________
Server: Windows 7, Intel I7 3770 3.4, 16 Gb RAM, Gigabit network
Drives: Recordings: External WD Caviar Black 2 TB SATA. DVD collection: External WD Caviar Green 2 TB SATA, Internal WD Caviar Green 2 TB, Kid's media collection: Internal WD Caviar Black 2 TB .
Software: SageTV 9 Tuners: USB-UIRT w 2 Motorola STB's w 2 C2 HD PVRs 1.5.6.1,
Clients: (3) HD200s (1 - Wireless, 2 - Wired) (4) HD300 wired
Reply With Quote
  #125  
Old 10-02-2012, 02:42 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Your missing more jars... namely Apache HttpClient. Did you do a restore of your Sage dir from a backup or something? My guess is your Sage plugins registry is severely out of sync with what's actually installed on your system.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #126  
Old 10-02-2012, 04:20 PM
disco340 disco340 is offline
Sage User
 
Join Date: Jan 2009
Posts: 60
The only file I ever restored was my sage.properties file. The Sage Service kept stopping and the only thing that seemed to fix it was by retoring it from a couple months prior. I just chalked it up as it getting corrupted somehow.

I went through my Jar directory and deleted what looked like old versions. I then installed the "Remove Plugin and Dependencies" plugin and used it to remove "Sage Recording Extender", "SageTV Groovy Tools" and "SRE Common". I then restarted the service and reinstalled the plugins and restarted the service one more time. Everything seems to be working now.

Thank you for all your help
__________________
Server: Windows 7, Intel I7 3770 3.4, 16 Gb RAM, Gigabit network
Drives: Recordings: External WD Caviar Black 2 TB SATA. DVD collection: External WD Caviar Green 2 TB SATA, Internal WD Caviar Green 2 TB, Kid's media collection: Internal WD Caviar Black 2 TB .
Software: SageTV 9 Tuners: USB-UIRT w 2 Motorola STB's w 2 C2 HD PVRs 1.5.6.1,
Clients: (3) HD200s (1 - Wireless, 2 - Wired) (4) HD300 wired
Reply With Quote
  #127  
Old 10-19-2012, 08:11 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Groovy Update: Notes for SRE Users

An update to the Groovy plugin has just been delivered to the repository. This will upgrade Groovy from 1.7 to 2.0. This is in support of my ongoing development of the Schedules Direct EPG plugin.

I mention this here because SRE is written in Groovy. My best effort went into testing to ensure nothing was broken by this update, but I'm only one person. If you notice any oddities with SRE after applying the Groovy update then please let me know ASAP.

You do not need to perform this Groovy upgrade for SRE, but other plugins may force the issue.

Note: The web server UI update that is also being delivered today will force the upgrade of Groovy.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #128  
Old 10-29-2012, 11:53 AM
Sparhawk6 Sparhawk6 is offline
Sage Aficionado
 
Join Date: Jan 2005
Posts: 323
I see that livepvrdata does not have the NBA games up yet. Slugger, will those go up soon?
__________________
Server: Gigabyte EP43-UD3L; Intel Core2Duo E5200; 4 GB DDR2 RAM; NVidia GeForce 9400GT; 6 tuners: Hauppauge HVR-1600 NTSC/ATSC/QAM combo, Hauppauge WinTV-HVR-2250 Dual Hybrid QAM, HD Homerun Prime (using SageDCT); 3.06TB total space: Seagate 160 GB, Maxtor 500GB, Seagate Barracuda 400GB, Hitachi 2 TB
Extender: HD200
Netgear MCAB1001 MoCA Coax-Ethernet Adapter Kit
Reply With Quote
  #129  
Old 10-29-2012, 12:19 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by Sparhawk6 View Post
I see that livepvrdata does not have the NBA games up yet. Slugger, will those go up soon?
MLB disabled for the season, NBA enabled.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #130  
Old 01-01-2013, 07:16 PM
mundale2530 mundale2530 is offline
Sage User
 
Join Date: Feb 2007
Location: Dayton, Ohio
Posts: 8
women's college basketball

Noticed my most recent women's college basketball recording did not get extended and in researching I don't see any Women's College Basketball listed on the livepvrdata.com site. Not a big deal. My team favorites don't have very many televised women's games.
Reply With Quote
  #131  
Old 01-01-2013, 07:27 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by mundale2530 View Post
Noticed my most recent women's college basketball recording did not get extended and in researching I don't see any Women's College Basketball listed on the livepvrdata.com site. Not a big deal. My team favorites don't have very many televised women's games.
Yeah, I noticed awhile ago the parser for women's basketball was broken. Seems ESPN changed the format of that scoreboard. It was on the todo list to fix, then slipped off, but now it's back on the radar.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #132  
Old 01-18-2013, 04:52 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
My SRE is going to start to get a workout, but it looks like tomorrow's Leafs-Habs game does not show up as being monitored.

Does everything look ok at the back end for the NHL?
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #133  
Old 01-18-2013, 05:30 PM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by wayner View Post
My SRE is going to start to get a workout, but it looks like tomorrow's Leafs-Habs game does not show up as being monitored.

Does everything look ok at the back end for the NHL?
Forgot to flip the switch back on for NHL. It's been flipped... all good now. SRE may not notice things until 24 hours from now or when the recording starts, whichever comes first, but the web service is monitoring NHL again.
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #134  
Old 01-19-2013, 10:58 AM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
Thanks Slugger, it looks good now as all my hocky games have the Green checkmark in the web UI.
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
Reply With Quote
  #135  
Old 03-01-2013, 12:31 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
WBC monitor added

Support for the 2013 World Baseball Classic has been added to SRE. No SRE update required.

Required Title: World Baseball Classic (A leading 4 digit year is optional and acceptable)
Episode: Country A vs. Country B (i.e. Canada vs. Italy)

My EPG is being fed with the proper title and episode data such that I don't need overrides for anything. YMMV. Check livepvrdata.com for required override details on a per game basis as needed.

Example:
Title: 2013 World Baseball Classic
Episode: Canada vs. Italy
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #136  
Old 03-27-2013, 11:17 PM
MattHelm MattHelm is offline
Sage Icon
 
Join Date: Jun 2005
Location: Chicago, IL
Posts: 1,209
Are you going to start preseason Baseball? Dad's recording a bunch, and all say not monitored. (just asking, not demanding!)
__________________
Server #1= AMD A10-5800, 8G RAM, F2A85-M PRO, 12TB, HDHomerun Prime, HDHR, Colossus (Playback - HD-200)
Server #2= AMD X2 3800+, 2G RAM, M2NPV-VM, 2TB, 3x HDHR OTA (Playback - HD-200)
Reply With Quote
  #137  
Old 03-28-2013, 06:50 AM
Slugger Slugger is offline
SageTVaholic
 
Join Date: Mar 2007
Location: Kingston, ON
Posts: 4,008
Quote:
Originally Posted by MattHelm View Post
Are you going to start preseason Baseball? Dad's recording a bunch, and all say not monitored. (just asking, not demanding!)
Preseason? No. I will turn on the MLB monitor for Opening Day. There are reasons I don't turn on the monitor for preseason. Those reasons are buried somewhere in this thread (it has to do with tape delayed broadcasts that are typical during preseason, etc.).
__________________
Twitter: @ddb_db
Server: Intel i5-4570 Quad Core, 16GB RAM, 1 x 128GB OS SSD (Win7 Pro x64 SP1), 1 x 2TB media drive
Capture: 2 x Colossus
STB Controller: 1 x USB-UIRT
Software:Java 1.7.0_71; SageTV 7.1.9
Clients: 1 x HD300, 2 x HD200, 1 x SageClient, 1 x PlaceShifter
Plugins: Too many to list now...
Reply With Quote
  #138  
Old 03-28-2013, 10:47 AM
MattHelm MattHelm is offline
Sage Icon
 
Join Date: Jun 2005
Location: Chicago, IL
Posts: 1,209
Quote:
Originally Posted by Slugger View Post
Preseason? No. I will turn on the MLB monitor for Opening Day. There are reasons I don't turn on the monitor for preseason. Those reasons are buried somewhere in this thread (it has to do with tape delayed broadcasts that are typical during preseason, etc.).
No problem. Searched on preseason and got no hits. Dad can live without, as he's taping all the college BB games too. That should keep him busy. He recording about 10 other shows a day too!!! Ah, to be retired.
__________________
Server #1= AMD A10-5800, 8G RAM, F2A85-M PRO, 12TB, HDHomerun Prime, HDHR, Colossus (Playback - HD-200)
Server #2= AMD X2 3800+, 2G RAM, M2NPV-VM, 2TB, 3x HDHR OTA (Playback - HD-200)
Reply With Quote
  #139  
Old 03-31-2013, 05:01 PM
cat6man's Avatar
cat6man cat6man is offline
Sage Fanatic
 
Join Date: Jan 2006
Location: West of NYC, East of SF
Posts: 910
It is "Ode to slugger" time

Time for my annual thank you to slugger for the SRE app, the primo app in SageTV in this household.

With SRE and SageDCT, I still feel that SageTV is the best thing out there with all the key functionality that I really need (and no one else has matched SRE yet, can you believe it?).

Imagine how cool SageTV 8 will be with this.

Happy baseball season everyone.............and good luck to slugger's Jays this year...........should be quite a season.
__________________
Q: dad, when will you stop changing all the electronics?
A: never, so you might as well get used to it.
Reply With Quote
  #140  
Old 05-09-2013, 02:47 PM
wayner wayner is offline
SageTVaholic
 
Join Date: Jan 2008
Location: Toronto, ON
Posts: 7,491
A big thumbs up to slugger and tmiranda as SRE, hiding the SRE timeline, and dynamic skip times are a huge benefit when watching playoff hockey games.

Thanks guys!
__________________
New Server - Sage9 on unRAID 2xHD-PVR, HDHR for OTA
Old Server - Sage7 on Win7Pro-i660CPU with 4.6TB, HD-PVR, HDHR OTA, HVR-1850 OTA
Clients - 2xHD-300, 8xHD-200 Extenders, Client+2xPlaceshifter and a WHS which acts as a backup Sage server
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
Plugin: Sage Recording Extender (SREv3) Slugger SageTV v7 Customizations 504 12-18-2011 08:01 PM
Sage Recording Extender (SRE) UI tmiranda Customization Announcements 0 09-09-2010 04:26 PM
Plugin: Sage Recording Extender (SRE) Slugger SageTV Customizations 428 06-19-2010 11:03 AM
Sage Recording Extender (SRE) new release notifications Slugger Customization Announcements 8 03-28-2010 07:56 AM
IMDB Plugin for Extender tonysathre SageTV Customizations 6 08-20-2008 09:15 PM


All times are GMT -6. The time now is 01:22 PM.


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