|
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. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
|||
|
|||
So, I think I got Jetty and the Web UI working, but I still have a couple problems.
First, I'm not sure what to do with my pre-Sage v7 webserver install that is still active. I guess I should uninstall it, but I don't know how. Second, I'm having some problems with Jetty. I know there's another thread, but considering these are closely related plugins I'll post it here. One problem is that if I go to http://server-ip:port/ I get the following error message: Quote:
Quote:
Does anyone know do to fix these problems? |
#102
|
|||||
|
|||||
Quote:
Quote:
Quote:
Code:
sage: frey,user Quote:
Quote:
Keep the webserver folder. A few of those files are still used, and I left them in that location for now. Feel free to follow up if you have more questions.
__________________
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. |
#103
|
|||
|
|||
Quote:
What do you get when you go to //server-iport/apps? When you go to that page you should see links to all of your jetty apps. Note that that you may see a smilie show up rather than ip and then : in the above URL.
__________________
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 |
#104
|
|||
|
|||
Quote:
In any event, I got it working by uninstalling Jetty, blowing away the old realm.properties file, and reinstalling. The second time I only tried to change the username from the plugin manager. Quote:
Quote:
Thanks! I really appreciate your help, and all the great work you've done on plugins. I don't know if you saw my last post where I described some other problems. The first was that I get a 404 error when I go to http://server-ip:port. My main complaint is that I don't particularly like Jetty posting paths to files on my server on a publicly accessible web page. So, I wouldn't care if it just had the 404 error without the "Contexts known to this server are: " addition. My second issue was for some reason the http://server-ip:port/apps page doesn't work. I get an Error 500 message trying to access that page. |
#105
|
|||
|
|||
I fixed both problems.
Somehow the jetty/apps page magically started magically tonight. My server restarted last night, so maybe that fixed it. And I also figured out how to get rid of the standard 404 error. I added a contexts\root.xml file containing: Code:
<?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://jetty.mortbay.org/configure.dtd"> <Configure class="org.mortbay.jetty.webapp.WebAppContext"> <Set name="contextPath">/</Set> <Set name="war"><SystemProperty name="jetty.home" default="."/>/webapps/root</Set> </Configure> |
#106
|
|||
|
|||
Manual Recording = "Set" Filter not working
When using the "Search Recorded TV Files", the filter for Manual Recording = "Set" is not working.
When using the "Search Imported Videos", the selection "check-boxes" are also missing. I need to convert the video format of a large number of imported videos. Without the check-boxes, I have to go into each and every one individually and use the "Convert" button on the bottom-left of each video's "Detailed Information" page. Last edited by russellnewman; 10-16-2010 at 04:06 PM. |
#107
|
||||
|
||||
I found a very minor bug/annoyance. When editing a favorite, even if "Automatic Conversion" is set to "no" (as it defaults to), the Web UI requires that the "destination folder" be valid. The exact message is:
Code:
Unable to perform action Update on Favorite id:2604499 -- java.lang.IllegalArgumentException: Must specify conversion destination folder
__________________
Server: XP, SuperMicro X9SAE-V, i7 3770T, Thermalright Archon SB-E, 32GB Corsair DDR3, 2 x IBM M1015, Corsair HX1000W PSU, CoolerMaster CM Storm Stryker case Storage: 2 x Addonics 5-in-3 3.5" bays, 1 x Addonics 4-in-1 2.5" bay, 24TB Client: Windows 7 64-bit, Foxconn G9657MA-8EKRS2H, Core2Duo E6600, Zalman CNPS7500, 2GB Corsair, 320GB, HIS ATI 4650, Antec Fusion Tuners: 2 x HD-PVR (HTTP tuning), 2 x HDHR, USB-UIRT Software: SageTV 7 |
#108
|
||||
|
||||
Quote:
__________________
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. |
#109
|
|||
|
|||
Problem with web commands
Just did the upgrade to v7, new install.
Everything is working except I use web commands to control extenders. I can use the web command perfectly from a browser (IP is at 192.168.1.102), example being: Code:
http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down Here is the log. Note the first command worked and the last line is coming from my script which is being ignored. I have verbose on and this is all I am getting. Any help is greatly appreciated! Code:
1192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/SageCommand?context=0023a50003d0&command=down HTTP/1.1" 200 912 "-" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/sage_all.css HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/sage_print.css HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/sage.js HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/sage_handheld.css HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/sagelogo.gif HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.102 - sage [24/Oct/2010:17:53:03 +0000] "GET /sage/Background.jpg HTTP/1.1" 304 0 "http://192.168.1.9:8080/sage/SageCommand?context=0023a50003d0&command=down" "Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10_6_4; en-us) AppleWebKit/533.18.1 (KHTML, like Gecko) Version/5.0.2 Safari/533.18.5" 192.168.1.2 - - [24/Oct/2010:17:53:13 +0000] "GET /sage/SageCommand?context=0023a50003d0&command=down HTTP/1.1" 401 1387 "-" "-" |
#110
|
|||
|
|||
YES! I got it to work - it was a password issue. I just added the name and password to the request and it works perfect.
|
#111
|
|||
|
|||
Can you please post the exact syntax of the request where you include the name and password - I think I am having a similar issue in a slightly different context.
__________________
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 |
#112
|
|||
|
|||
There's a new VLC for iphone app from applidium out (http://applidium.com/en/news/vlc_iph...s_the_appstore). In the description it says:
Quote:
|
#113
|
|||
|
|||
I just installed the Web UI this morning on a new SageTV 7 system.
It was working fine, then I went into the plugins on the Main machine and changed the username, password, and set the uPNP Advanced on, restarted. Now when I access the sage webui I get this: HTTP ERROR 500 Problem accessing /sage/Home. Reason: net/sf/sageplugins/sagexmlinfo/SageXmlWriter Caused by: java.lang.NoClassDefFoundError: net/sf/sageplugins/sagexmlinfo/SageXmlWriter at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.mortbay.jetty.servlet.Holder.newInstance(Holder.java:153) at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:419) at org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:478) 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.headerComplete(HttpConnection.java:864) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) 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: net.sf.sageplugins.sagexmlinfo.SageXmlWriter 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 org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363) ... 27 more Caused by: java.lang.ClassNotFoundException: net.sf.sageplugins.sagexmlinfo.SageXmlWriter 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 org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:401) at org.mortbay.jetty.webapp.WebAppClassLoader.loadClass(WebAppClassLoader.java:363) at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Unknown Source) at java.lang.Class.getConstructor0(Unknown Source) at java.lang.Class.newInstance0(Unknown Source) at java.lang.Class.newInstance(Unknown Source) at org.mortbay.jetty.servlet.Holder.newInstance(Holder.java:153) at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:419) at org.mortbay.jetty.servlet.ServletHolder.getServlet(ServletHolder.java:339) at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:478) 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.headerComplete(HttpConnection.java:864) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:539) 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) I looked in the installed plugins and Nielm's Sage XML Info plugin is showing as installed, but when you press enter on it there is no option to UnInstall. Not sure what to do next. EDIT: There was no uninstall because I was looking at all plugin's rather than installed plugins. Doh! I then uninstalled the web gui and reinstalled and it's working again. Last edited by gtfreymann; 11-11-2010 at 03:16 PM. Reason: Results afterwards... |
#114
|
||||
|
||||
Quote:
I use MediaScrapper Beta 13 to generate the XML files and they seem to be ok. Here is a sample of an XML file: Code:
<?xml version="1.0" encoding="UTF-8" standalone="no"?> <!DOCTYPE sageShowInfo PUBLIC "-//NIELM//DTD SAGESHOWINFO XML 1.2//EN" "http://sageplugins.sourceforge.net/nielm_modules/sagexmlinfo/sageshowinfo_1_2.dtd"> <sageShowInfo version="1.2"> <showList> <show> <title>Chuck</title> <episode>Chuck Versus the Anniversary</episode> <duration>2538</duration> <category>Action and Adventure, Comedy, Drama</category> <description>Chuck and Morgan go on a rogue globe-spanning mission to find Chuck?s mom. Meanwhile, Sarah and Casey follow a trail to Russia as they investigate the mysterious Volkoff Industries and its operative, Marco. Back at home, Ellie delivers big news to her family.</description> <rating>7.7</rating> <peopleList> <person role="Actor">Zachary Levi</person> <person role="Actor">Yvonne Strahovski</person> <person role="Actor">Adam Baldwin</person> <person role="Actor">Bonita Friedericy</person> <person role="Actor">Julia Ling</person> <person role="Actor">Vik Sahay</person> <person role="Actor">Ryan McPartlin</person> <person role="Actor">Scott Krinsky</person> <person role="Actor">Mark Christopher Lawrence</person> <person role="Actor">Sarah Lancaster</person> <person role="Actor">Joshua Gomez</person> <person role="Actor">Brandon Routh</person> <person role="Actor">Matthew Bomer</person> <person role="Actor">Linda Hamilton</person> <person role="Actor">Dolph Lundgren</person> <person role="Actor">Harry Dean Stanton</person> <person role="Actor">Olivia Munn</person> <person role="Actor">Bonita Friedericy</person> <person role="Director">Robert Duncan McNeill</person> <person role="Writer">Chris Fedak</person> </peopleList> <year>2010</year> <language>English</language> <originalAirDate>2010-09-20T23:00:00.00Z</originalAirDate> <misc>S04E01</misc> <airing duration="2538" startTime="2010-09-20T23:00:00.00Z"> <parentalRating>TV-PG</parentalRating> <isHDTV></isHDTV> <stereo></stereo> <mediafile type="TV"> <segmentList> <segment filePath="\\SERVER\SageTV\Chuck S04E01 - Chuck Versus the Anniversary.mkv"/> </segmentList> </mediafile> </airing> </show> </showList> </sageShowInfo> Any ideas?
__________________
SERVER: Intel Core i7-3770 CPU @ 3.40GHz - UnRaid Server 6.8.0/DVB LibreELEC with Docker stuckless-sagetv-server-java9 MOTHERBOARD: ASRock-Z77 Extreme4 / 32GB RAM CACHE DRIVE: SSD 1TB ARRAY: 24TB/7 DRIVES PARITY: 8TB EXTERNAL DEVICES: 4x HD-PVR's Firewire Channel Changing TUNERS:NO LONGER RECORDING LIVETV CLIENTS: 2xHD300 2xHD200 SONY ANDROIDTV MINI-CLIENT |
#115
|
||||
|
||||
Jason after your brilliant work updating the mobile web UI, im hoping the web UI will be next. Something i think people might find usefull is the web remote but showing feedback as to whats playing, this would then allow people to control the extenders without a TV attached or do things from a different room. I'm also hoping for streaming on android but know many people have asked for that.
Really appreciate your work on this you should get a donate button, the web uis are an indispensible part of sage for me.
__________________
Server: Win 10 64bit Core i3 8GB 20TB, TBS6985, TBS6984, Sage 9. Clients: 5 x HD300, 2 x HD200, Placeshifter. |
#116
|
|||
|
|||
Web UI error 404
Web Ui was working great for me for a long time. After I installed the Mobile Web UI, something happened and now the normal Web UI is no longer accessible. The plugin is installed and all of the files seem to be in their proper locations, but I get a 404 error when I try to navigate to the Web UI (sage/Home). The Mobile Web UI works fine and BMT web UI works fine, so I know that Jetty is running. I had the old web server installed under v6 and after I moved to v7, but I followed the instructions for uninstalling it before I upgraded to the new version using the plugin manager.
In my jetty/contexts folder I have: apps.xml bmt.xml mediastreaming.xml nielm_websrv.context.xml sagewebapp.xml Lastly, I don't know if this matters, but when I choose media streaming off of the apps page, i just get a blank page. Streaming works fine from the mobile UI, so I figured that there just wasn't a separate UI for streaming. I've tried restarting the system and uninstalling/reinstalling the plugins. So far, nothing seems to be able to bring back the standard web UI. Any help would be greatly appreciated. Thanks.
__________________
Server Software: Sage Server (v7), Win 7 Pro Server Hardware: ASUS P6T, i7-920, 6 GB DDR3, 2 x HDHR Prime using SageDCT (Fios) Clients: HD300, HD200 |
#117
|
||||
|
||||
Quote:
That's normal. That webapp doesn't have its own UI, other apps (e.g. Mobile Web Interface) interact with it via URLs to do video streaming.
__________________
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. |
#118
|
|||
|
|||
That fixed it. Thanks!
__________________
Server Software: Sage Server (v7), Win 7 Pro Server Hardware: ASUS P6T, i7-920, 6 GB DDR3, 2 x HDHR Prime using SageDCT (Fios) Clients: HD300, HD200 |
#119
|
|||
|
|||
Here is an updated sage_all.css file that alters the style of the Web UI to match the new style of the Jetty Web Server Apps page and the Mobile Web UI. (@jreichen, feel free to use/modify it for future releases if you want.)
To use this, unzip the sage_all.css file and insert it into the nielm_sagewebserver.war file. Here's how: 1. Extract sage_all.css from the attached sage_all.css.zip archive to SageTV\jetty\webapps 2. Make a copy of the SageTV\jetty\nielm_sagewebserver.war file someplace safe so you have a backup if you don't like the new style. 3. Next, rename the SageTV\jetty\webapps\nielm_sagewebserver.war file to nielm_sagewebserver.zip 4. Using Windows Explorer, drag sage_all.css to the nielm_sagewebserver.zip archive. 5. Choose the Copy and Replace option to replace the file in the archive with the new one. 6. Rename nielm_sagewebserver.zip back to nielm_sagewebserver.war 7. Delete the sage_all.css file you unzipped to the webapps directory. 8. Restart the Jetty Web Server plugin or restart SageTV and enjoy. Here is a screenshot:
__________________
--Jason Server Hardware: GIGABYTE GA-EP45-UD3R, Intel Q9550 CPU 2.83GHz, 11GB RAM, 1xHDHR, 1xHVR1600, 1xHVR2250 29TB Server Storage: 1TB SSD (OS), 1TB (data), 2x6TB+2x10TB (22TB FlexRaid storage pool), 2x2TB (recordings), 1x750GB (VMs). Server Software: Win10 Pro x64 OS, SageTV 64bit v9.2.0.441, Java 1.8 u241, PlayOn, Comskip (Donator) v0.82.003, WampServer v2.5. Clients: 3xHD300s, 2xHD100, 2xPlaceshifters |
#120
|
||||
|
||||
Nice job Jason. Looks nice.
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
Currently Active Users Viewing This Thread: 3 (0 members and 3 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Plugin: SageTV Web Interface V2 for Jetty | jreichen | SageTV Customizations | 256 | 02-09-2014 08:05 AM |
Plugin: Mobile Web Interface 1.2 | jreichen | SageTV Customizations | 281 | 06-17-2011 02:20 PM |
Plugin: Sage Web Lite (SWL) | Slugger | SageTV Customizations | 28 | 04-23-2009 01:32 PM |
Web Plugin RSS feed question | matt91 | SageTV Customizations | 1 | 07-28-2006 11:24 AM |
error message with web server plugin | edgley | SageTV Customizations | 3 | 01-15-2006 11:32 AM |