|
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 |
#21
|
||||
|
||||
It was compiled for Java 6. I recompiled them for 1.5. Get jettystarter_1_0_01.zip from the downloads page and SageWebApp.zip again from the link above.
__________________
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. |
#22
|
|||
|
|||
Just to let you know...the new web app is working great from Windows Mobile 6 using PIE. My main activity is managing the recording schedule.
I've been using it both from my phone (PPC-6700) and the Windows Mobile Emulator on my PC. I think you've done a good job of formatting the displays for a mobile browser. My only suggestion right now is related to the guide listing. There needs to be some method for jumping to a specific date and time slot. For example it's morning right now, but I'd like to see the primetime listing. It takes a while to "Next>" through the entire day. Anyway great work! Rick... |
#23
|
|||
|
|||
Hi there - I am a heavy user of nielm's web browser plugin and would love to get it to work on my Blackberrry. I tried following the directions and am having issues.
1. When do you think there will be an easier way to install/set this up? 2. I updated the port in jetty.xml and the jettystarter.properties file to 8889 and also added the appropriate string to the sage.properties file. When I restart the Sage server, I don't see anything listening on that port when I use netstat -a. Any ideas on how to debug this? In looking through the sagetv_0.txt log, things seem to be OK. Note that I'm running Vista with UAC turned off. My nielm web server works great on port 8888.
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#24
|
||||
|
||||
Quote:
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. |
#25
|
|||
|
|||
Is this supposed to work from a regular browser too? When clicking on anything I get weird chars filling the screen.
B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#26
|
||||
|
||||
Yes, it works from a regular browser. I just noticed those weird chars for the first time last night. I don't know what's causing it. It happened when I clicked on a recording group for The Office, but not for any other shows.
__________________
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. |
#27
|
|||
|
|||
OK... I started over to make sure I did this right... here are the steps I performed (would be good to consolidate these somewhere so we don't have to dig throughout this thread)... looks like the logfile may give us some help?
1. Unzipped jettystarter_1_0_01.zip and SageWebApp.zip to C:\Program Files\SageTV\SageTV folder 2. Updated JettyStarter.properties to include the updated options: Code:
jetty.configfiles=C\:\\PROGRA~1\\SageTV\\SageTV\\jetty\\etc\\jetty.xml jetty.logs=C\:\\PROGRA~1\\SageTV\\SageTV\\jetty\\logs Code:
load_at_startup_runnable_classes=net.sf.sageplugins.webserver.StartServer;net.sf.sageplugins.jetty.starter.Main Code:
<Arg> <New class="org.mortbay.jetty.nio.SelectChannelConnector"> <Set name="host"><SystemProperty name="jetty.host" /></Set> <Set name="port"><SystemProperty name="jetty.port" default="8889"/></Set> Code:
Wed 6/4 19:52:34.937 Loading startup runnable:net.sf.sageplugins.jetty.starter.Main Wed 6/4 19:52:34.939 Loaded startup runnable:net.sf.sageplugins.jetty.starter.Main Wed 6/4 19:52:34.939 JettyStarter: Starting Jetty Wed 6/4 19:52:34.941 Starting webserver with args: [-p, 8888, -root, webserver, -t, throttles.properties, -s, servlets.properties, -r, realms.properties, -a, aliases.properties, -nohup] Wed 6/4 19:52:34.944 jetty.home property: C:\Program Files\SageTV\SageTV\jetty Wed 6/4 19:52:34.944 jetty.logs property: C:\PROGRA~1\SageTV\SageTV\jetty\logs Wed 6/4 19:52:34.945 JettyStarter properties Wed 6/4 19:52:34.945 -- listing properties -- Wed 6/4 19:52:34.945 jetty.logs=C:\PROGRA~1\SageTV\SageTV\jetty\logs Wed 6/4 19:52:34.945 jetty.configfiles=C:\PROGRA~1\SageTV\SageTV\jetty\etc\j... Wed 6/4 19:52:34.945 jetty.home=C:\Program Files\SageTV\SageTV\jetty Wed 6/4 19:52:34.946 Starting Jetty from the following configuration files: 'C' '\PROGRA~1\SageTV\SageTV\jetty\etc\jetty.xml' Wed 6/4 19:52:34.982 Acme httpd BRI-HTPC:8888 listening.
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#28
|
||||
|
||||
I would love to see a Closed Caption of some type added to it. Or Closed Caption converted into subtitle the streamed etc. Mplayer can take CC and hard subtitle it into the video itself before streaming it so that would be a very nice feature to have.
Bill
__________________
HTPC System GIGABYTE GA-MA69GM-S2H AM2 AMD 690G HDMI // AMD Athlon 64 X2 6000+ Windsor 3.0GHz // G.SKILL 6GB (2 x 2GB) 240-Pin DDR2 SDRAM DDR // Hauppauge Colossus HD-PVR // Hauppauge Colossus HD-PVR // Seagate ST3750640AS 750GB SATA-300 16MB // DVD R/W - SAMSUNG Black Media Extenders HD300 HTPC Software Windows 7 Professional 64bits // SageTV 7.1.x // Java 1.7.x |
#29
|
||||
|
||||
Quote:
Quote:
Quote:
Version 1.0.02 has been posted to the download page. Right now the instructions for upgrading the Jetty plugin are the same as they are for installing. Just make sure to save off any files you have modified. (JettyStarter.properties can be overwritten, but for those of you who have modified the port, make sure to back up jetty/etc/jetty.xml and make the change to the file again after unzipping the file) EDIT: I also modified jetty/etc/realm.properties so the default user/password is sage/frey.
__________________
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. Last edited by jreichen; 06-04-2008 at 09:48 PM. |
#30
|
||||
|
||||
Quote:
Quote:
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. |
#31
|
||||
|
||||
I found a problem in the Jetty plugin 1.0.02 I just released. The jetty.configfiles setting works fine, but the jetty.logs setting does not. Use Rick's workaround in post #15 for jetty.logs for now. I'll fix it in the next day or two, then get back to working on the web pages.
__________________
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. |
#32
|
|||
|
|||
Quote:
Code:
HTTP ERROR: 404 NOT_FOUND RequestURI=/sage/m/menu.jsp Powered by jetty://
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) Last edited by LehighBri; 06-05-2008 at 03:56 AM. |
#33
|
||||
|
||||
Quote:
It might be that the context xml was extracted from the zip before the war, Jetty detected the context xml and didn't find a war file, and didn't deploy it. Try resaving the context file to update its time stamp and see if that fixes 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. |
#34
|
|||
|
|||
I tried initially to update the context xml file and saved it to update the timestamp. No luck. I then deleted the contexts and webapps folder, and then re-extracted the SageWebApp.zip file and noticed the war file was deployed as I see files under the SageWebApp\webapp folder.
Note though that nothing exists under the SageWebApp\jsp folder...
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#35
|
||||
|
||||
That's fine. When the browser requests a jsp, the server will compile it into a servlet and place the Java class file under the jsp folder. So if you haven't requested a page yet, that folder will be empty.
__________________
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. |
#36
|
|||
|
|||
Quote:
__________________
Server: Sage 7.1.9 beta; Dell Inspiron 530; Windows 7 Ultimate 32-bit (UAC turned off); 2TB Internal SATA (TV Recordings) Storage: Synology DiskStation DS411+, RAID 5, 5x 2TB SATA for (DVDs/Music/Other Videos) Tuners: Ceton InfiniTV w/ Verizon FIOS cablecard (using babgvant's SageDCT plugin) Clients: 1x STP-HD300; 1x Acer Aspire Revo 3610 (Atom/Ion) w/ SageTV client (Win 7, EVR, FSE on) |
#37
|
|||
|
|||
BUG
Quote:
Works. Seems like the quotes around the path are throwing it off. B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#38
|
||||
|
||||
Quote:
Is there anything in sagetv_0.txt log?
__________________
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. |
#39
|
|||
|
|||
UPDATE 06/22/2008: There is now a wiki with the latest instructions and download links. Check out the Mobile Web Interface Wiki
Below is the instructions for installing the mobile web interface as of 06/08/2008:
EDIT:
Last edited by Brent; 06-22-2008 at 12:53 PM. |
#40
|
||||
|
||||
Looks good, Brent. Just a few things:
__________________
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. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
What transcoding target to I use for Windows Mobile? | deria | SageTV Software | 1 | 07-25-2008 08:07 AM |
HD Extender interface performance and video resolution | MTuckman | SageTV Media Extender | 4 | 02-27-2008 09:57 AM |
How fast is HD Extender's interface? | Grasshopper | SageTV Media Extender | 11 | 02-20-2008 07:25 AM |
SageTV with English User Interface to recognize media files written in cyrillic? | krasev | SageTV Software | 9 | 09-11-2006 07:29 PM |
Ambitious STV DEVELOPER wanted | technix | SageTV Customizations | 4 | 02-09-2005 03:52 PM |