|
SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI. |
|
Thread Tools | Search this Thread | Display Modes |
#161
|
|||||
|
|||||
Quote:
Quote:
Quote:
Quote:
Quote:
|
#162
|
|||
|
|||
Quote:
It still says Unavailable for me, but based on the logs, SRE is still polling: 2008-09-10 15:03:00 No active recordings found. 2008-09-10 14:58:00 No active recordings found. 2008-09-10 14:53:00 No active recordings found. etc. Last edited by spacecadet; 09-10-2008 at 01:07 PM. Reason: accidentally pushed submit instead of preview *whoops* |
#163
|
|||
|
|||
Quote:
If you happen to be using FF and have firebug installed I'm interested to know if the ajax requests for /sre/SRE?sub=lastRun are returning a 500 or 40x response code (or anything other than 200 [OK]). |
#164
|
|||
|
|||
NCAA football parser broken in all 1.x versions
The NCAA football parser is broken in all versions of SRE 1.x and will not be fixed in the 1.x stream.
Unfortunately, the way ESPN changed the page means that SRE will always attach the first game listed on the scoreboard to any NCAA football recording. The effect of this is that SRE will not think a game is over until every game on the scoreboard is over! You do not want to be running any version of SRE 1.x to monitor NCAA football effective immediately. A fix has been checked into svn for the 2.x stream - you will want to grab the latest snapshot build and apply it (fix was delivered in revision 14). Details for installing SRE 2.x are available here. If you don't want to upgrade to 2.x then I highly recommend removing SRE 1.x from your system if there's any chance you'll be using SRE to monitor NCAA football. |
#165
|
|||
|
|||
Quote:
|
#166
|
|||
|
|||
Quote:
Since I already have Apache running on my server, I enabled mod_proxy and added the following bits of config: Code:
<IfModule proxy_module> ProxyRequests Off <Proxy *> Order deny,allow Allow from all </Proxy> # SRE ProxyPass /sre http://localhost:8082/sre ProxyPassReverse /sre http://localhost:8082/sre # Sage TV Web Server ProxyPass /sage http://localhost:8081/sage ProxyPassReverse /sage http://localhost:8081/sage </IfModule> To solve the login problem (#4 above), I had to go one step further - in addition to the reverse proxy, the logon Realm used by the webserver and SRE also need to match in order for the browser to reuse the cached credentials. To do this, I had to edit sre.context.xml and change the userRealm from "MyWebApp Realm" to "SageTV Web Interface". Once that change was in place, I could go back and forth between the webserver and SRE without re-logging in. |
#168
|
||||
|
||||
Not sure if anyone else has had the problem, but SRE has not been working for me during the World Series. I get the following error:
2008-10-27 23:02:00 MLB Baseball --> Invalid monitor; parser may be obsolete |
#169
|
|||
|
|||
Quote:
Team TBA at Philadelphia SRE requires that both teams be listed in the episode information. Therefore, you'd need to create an override and tell SRE who's playing. The format must be: Tampa Bay at Philadelphia SRE will accept some other formats, which are all described in the SRE documentation at http://sagetv-addons.googlecode.com |
#170
|
||||
|
||||
Quote:
|
#171
|
|||
|
|||
Yes, and actually it needs to be done before the game starts. Simply setup the recording in SageTV then load the SRE UI, go to the Overrides tab, find the listing, double click it and the rest should be self explanatory.
|
#172
|
|||
|
|||
SRE v2.0.1 is now available.
This version fixes the NBA parser just in time for the start of the NBA regular season and also enhances the MLB monitor to recognize suspended games as games that are done and can stop recording. The NBA monitor is broken in v2.0.0 and all snapshot builds numbered lower than 29 as the NBA parser was fixed (today) in SVN revision 29. |
#173
|
|||
|
|||
I installed SRE but it did not work until I restarted Sage. Is there any point in having a maximum extension time more than 1 hour until hockey playoffs start? I will only be using SRE for NHL and NBA. Any chance of adding PGA golf to the list of sports covered?
p.s. - This comes just in time as the last two Leafs games went over their allotted 2:30 on TSN. Last edited by wayner; 10-30-2008 at 02:10 PM. |
#174
|
|||
|
|||
Quote:
You're right in that NHL games will rarely go more than 30 mins beyond the EPG listings during the regular season so you could lower it if you wanted. On the other hand, as long as the parsers are working (and I test them automatically on a daily basis) then leaving it high is safer and shouldn't cause any problems. The choice is yours. PGA is tough for a number of reasons. First, I have never been able to find a web source with (near) real time scoring. And if such a source is found it must be easy to determine when the round is over (i.e. every golfer is off the course - it's only when we know this that we know it'd be safe to stop recording). If you can find an online source that can provide the information then adding it to SRE as a monitored event is rather trivial for me. This goes for any type of event - if you find the online source that I can parse, I don't have any issues adding it to SRE. I've had a few requests for NASCAR, but no one's been able to find parsable, real time data to use for monitoring. |
#175
|
|||
|
|||
It's a new install, I just downloaded it last night, but I do have the Sage Mobile Web tool also running and I know that they both use the jetty code.
Doesn't pgatour.com do the trick - it has realtime scoring? They only problem is that they may not have all of the info for the major tournaments as they are not held by the PGA tour. They have also gone to newer web technology that may be harder for you to scrape. |
#176
|
|||
|
|||
Quote:
As for pgatour.com, I'll have a look when I get a few moments to see what's there. |
#177
|
|||
|
|||
Updates to NBA and NCAA football parsers
The latest snapshot build of SRE contains two important fixes:
1) Fix a bug I introduced into the NBA parser that prevents monitoring of any games involving New Orleans. 2) Fix the broken NCAA football parser. Seems ESPN.com is doing some weird things with some of their scoreboards right now. This latest drop of the NCAA football parser works around the latest ESPN.com changes. My daily automated parser tests show that the other (in-season) parsers (NBA, NHL) are still working just fine (except for #1 above). If either of these issues affect you, please grab the latest snapshot build and upgrade SRE. This latest snapshot will probably become official 2.0.2, but I don't have time to give a full regression test before I upload so I'll probably make the official release early next week. This also gives me a few more days to see if ESPN.com is going to make any other changes to its scoreboards that will need fixing. |
#178
|
|||
|
|||
What logs should I be loking for?
|
#179
|
|||
|
|||
Quote:
Note that none of the above would apply for any of the four major tournaments. |
#180
|
|||
|
|||
If you enable logging in SageTV then Jetty will spit out data to the logs. Also, there is an option to enable debug output in the Jetty plugin. I've been using the hot deploy extensively while working on SJQ 2.0.0 and haven't seen any problems with it (other than the above documented bug). If you have problems the next time you upgrade then turn on the debug options and see if they say anything.
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
How to edit plugin settings when using a HD extender? | blade | SageTV Customizations | 1 | 12-08-2008 10:21 PM |
IMDB Plugin for Extender | tonysathre | SageTV Customizations | 6 | 08-20-2008 09:15 PM |
Online Radio plugin for Extender | koelec | SageTV Customizations | 23 | 02-28-2008 12:27 PM |
Media Extender and Anders' DVB plugin | Mahoney | SageTV Media Extender | 4 | 03-21-2006 01:19 AM |