|
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 |
#2241
|
|||
|
|||
Quote:
|
#2242
|
||||
|
||||
Quote:
For your UPNP problem, I'm not sure about that one. I haven't dealt with UPNP at all, and I don't know whether the webserver even has UPNP code in it.
__________________
Server: Intel Core i5 760 Quad, Gigabyte GA-H57M-USB3, 4GB RAM, Gigabyte GeForce 210, 120GB SSD (OS), 1TB SATA, HD HomeRun. Extender: STP-HD300, Harmony 550 Remote, Netgear MCA1001 Ethernet over Coax. SageTV: SageTV Server 7.1.8 on Ubuntu Linux 11.04, SageTV Placeshifter for Mac 6.6.2, SageTV Client 7.0.15 for Windows, Linux Placeshifter 7.1.8 on Server and Client, Java 1.6. Plugins: Jetty, Nielm's Web Server, Mobile Web Interface. |
#2243
|
||||
|
||||
W00T!
|
#2244
|
||||
|
||||
Version 2.23 released for Sage 2.2-6.5
Thanks to Jason, there is a new version of the sage webserver with a whole load of bugfixes, and some new features.
V2.23 24 Feb 2009 For SageTV 2.2-6.5 NOTE:
BUGFIXES:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#2245
|
|||
|
|||
Cool. Been a long time since this was updated...
I just wish my Sage box wasn't dead... DVR boxes stink, and have like 0.01% WAF...or HAF even... =(
__________________
-Jason |
#2246
|
||||
|
||||
Welcome back, Nielm!!!
Quote:
Tested this for about 10 minutes and it works. First obvious difference is the always 4-digit ep code. Hooray! Will test thoroughly over the next couple of days and get back to you with anything I see... v5 compatible too! Hip hip, Hooray!!! A few observations about the install though, and a gift. On the install, all the .html files are missing in the .zip pack. I compared it against the previous version .zip file and it is even missing the about.html page, so I'm sure this was an oversight. In noticing the missing .html pages, I even found some interesting .html files I never saw before like the speed test. Will investigate what is there vs. what is missing, but without the previous .zip file, the new one is incomplete. That being said, I also noticed that I have some updated graphics on my side that never got into the general compilation. Some of my poorly drawn ones are still there, and I figured I'd upload the new ones to be replaced in further packs. Enjoy! |
#2247
|
|||
|
|||
Proxy through WHS IIS install
Has anyone tried to get this web interface to proxy through the webserver on IIS?
I've managed to get everything up and running and when I get to my new site I am proxied through (I know because I get the login prompt). However, once I've logged in, the browser just sits and spins. I'm using the managed fusion plugin from codeplex and this the the rule that I have set up: RewriteBase /Remote/Sage RewriteRule ^(.*)$ http://<server>:8080/sage/home$1 [NC,P] |
#2248
|
||||
|
||||
I've been waiting for an IIS version for years; but I never figured out a way to get it to work. Currently, I have IIS 7 to serve http/https (for my ASP.NET applications); and sageTV webserver to run completely independantly. It would be so nice to have sageTV webserver running on IIS https port 443.
Quote:
__________________
Upgraded to Comcast X1 + Netflix/Amazon Video streaming ***RIP SageTV*** |
#2249
|
||||
|
||||
Bummer!
Even with the new version, I see an "Unhandled Win32 Exception" on VLC. Is there anything I can provide that will give more info on how to fix this? Thanks ... AzJazz |
#2250
|
||||
|
||||
I just noticed the recent update, thanks a bunch for continuing to develop this great plug-in
|
#2251
|
|||
|
|||
Just wanted to thank you for the great (beta) feature that lets me edit show information and add external videos to sage's main recording menu. With this, I have simplified things and my wife is now very happy with sage!!!
__________________
HDHomeRun x2 Cable Box via Hauppauge HD PVR and USB-UIRT 2 SageTV's HD300 Intel Core 2 Quad Q9650 @4025 MHz, 8G G.Skill Performance DFI Lanparty DK X48-T2RS Plus; SilverStone Decathlon DA1000 (died - back to an ancient enermax) eVGA 7900 GT KO RoHS -- Zalman VP900CU Cooling Synology NAS 22TB |
#2252
|
|||
|
|||
i get this error in the debug logs for sagetv and the webserver v2.23....
java.lang.reflect.InvocationTargetException: Exception while executing SageApi: "IsAiringHDTV" numargs=1 Code:
[Sun Mar 08 17:44:19 EDT 2009] /sage/RecordingSchedule: Exception while processing servlet net.sf.sageplugins.webserver.RecordingScheduleServlet java.lang.reflect.InvocationTargetException: Exception while executing SageApi: "IsAiringHDTV" numargs=1 at net.sf.sageplugins.sageutils.SageApi.Api(SageApi.java:20) at net.sf.sageplugins.sageutils.SageApi.booleanApi(SageApi.java:144) at net.sf.sageplugins.sagexmlinfo.Airing.createXmlElement(Airing.java:80) at net.sf.sageplugins.sagexmlinfo.SageXmlWriter.addAiring(SageXmlWriter.java:338) at net.sf.sageplugins.sagexmlinfo.SageXmlWriter.add(SageXmlWriter.java:187) at net.sf.sageplugins.sagexmlinfo.SageXmlWriter.addArray(SageXmlWriter.java:215) at net.sf.sageplugins.sagexmlinfo.SageXmlWriter.add(SageXmlWriter.java:179) at net.sf.sageplugins.webserver.SageServlet.SendXmlResult(SageServlet.java:383) at net.sf.sageplugins.webserver.RecordingScheduleServlet.doServletGet(RecordingScheduleServlet.java:78) at net.sf.sageplugins.webserver.SageServlet.doGet(SageServlet.java:86) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at Acme.Serve.ServeConnection.runServlet(Serve.java:1504) at Acme.Serve.ServeConnection.parseRequest(Serve.java:1479) at Acme.Serve.ServeConnection.run(Serve.java:1366) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.reflect.InvocationTargetException at sage.SageTV.api(Unknown Source) at net.sf.sageplugins.sageutils.SageApi.Api(SageApi.java:17) ... 15 more Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: -1 at java.lang.String.substring(Unknown Source) at sage.ai$e.a(Unknown Source) at sage.ai.if(Unknown Source) ... 17 more |
#2253
|
||||
|
||||
It means a bizzare error is occuring somewhere internally in Sage -- which Sage version are you running?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#2254
|
||||
|
||||
Version 2.24 released
v2.24 9 Mar 2009 For SageTV 2.2-6.5 (download)
BUGFIXES: * zipfile contains HTML pages this time ENHANCEMENTS * ToonGal's updated icons for the web-remote
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 03-09-2009 at 01:38 PM. |
#2255
|
|||
|
|||
i am running SageTV 2.28. is there a way to fix it?
|
#2256
|
||||
|
||||
I thought that might be the case.. The only solution for the moment is to upgrade sage, or not use the XML output -- the webserver's XML output support uses an Sage API call that is not available in v2.2.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#2257
|
|||
|
|||
is there a way to disable the xml output? perhaps a setting in the .properties file?
|
#2258
|
||||
|
||||
Quote:
__________________
Intel Q6600 Quad Core, 8GB RAM on Windows 7 Professional x64 |
#2259
|
||||
|
||||
Quote:
no, I'm just an idiot who didn't update the version number The about page should show 2.24.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#2260
|
|||
|
|||
Quote:
You are a brilliant programmer who made a harmless oversight that can be corrected in the next release. |
Tags |
web |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: Mobile Web Interface 1.2 | jreichen | SageTV Customizations | 281 | 06-17-2011 02:20 PM |
Can't get Web-based User Interface to install | SSBrian | SageTV Customizations | 3 | 11-04-2008 08:12 PM |
Web User interface link for the metadata file. | zzmystique | SageTV Customizations | 0 | 06-21-2008 02:26 AM |
Idea to enhance the Web User Interface: Messaging | jbarr | SageTV Customizations | 3 | 05-14-2007 03:59 PM |
Linkplayer, Linktheater with SageTV Web User Interface | fyodor | SageTV Customizations | 0 | 10-08-2006 06:03 PM |