SageTV Community  

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

Notices

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.

Reply
 
Thread Tools Search this Thread Display Modes
  #2161  
Old 01-06-2009, 05:55 PM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Speedtest

So I just found the speedtest.html page and this is really cool, but I want to make it so the menu shows up on the page. I was able to figure out how to add the speedtest.html page to the menu and I added the menu to the speedtest.html page, but the menu is about center of the page. I would like it in the top left hand corner like all the other pages. Any ideas on how I can get that moved? I have attached my speedtest.html page and a screen shot of the page.

Thanks in advance.
Attached Images
File Type: jpg speedtest.jpg (98.8 KB, 300 views)
Attached Files
File Type: txt speedtest.txt (108.9 KB, 248 views)

Last edited by jpaddock3000; 01-06-2009 at 06:00 PM.
Reply With Quote
  #2162  
Old 01-06-2009, 08:32 PM
nspindel nspindel is offline
Sage Advanced User
 
Join Date: Jun 2004
Location: Stamford, CT
Posts: 122
Hi - I'm trying to use a different port than 8080, as I don't seem to be having much luck with 8080 outside of my home network. In sage.properties, I'm changing nielm/webserver/port=8080 to some other ports, but every time I restart Sage, it resets that line back to 8080. As soon as I start Sage, the properties file reverts to 8080. Any idea why that's happening?
Reply With Quote
  #2163  
Old 01-06-2009, 08:46 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
Are you shutting down SageTV (and the service if you are using it) before you edit the properties file? Otherwise, it will never be saved.
__________________
-Jason
Reply With Quote
  #2164  
Old 01-06-2009, 09:13 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
Quote:
Originally Posted by geogecko View Post
Nope, doesn't like that either. It is probably something to do with the certificate. I'll have to give it a try without SSL, or just drag and drop them manually...
Yep, SSL was it. I turned it off, and now iTunes doesn't have a problem with it. I am not sure if it would work with a valid certificate or not, didn't try that...
__________________
-Jason
Reply With Quote
  #2165  
Old 01-06-2009, 10:16 PM
nspindel nspindel is offline
Sage Advanced User
 
Join Date: Jun 2004
Location: Stamford, CT
Posts: 122
Quote:
Originally Posted by geogecko View Post
Are you shutting down SageTV (and the service if you are using it) before you edit the properties file? Otherwise, it will never be saved.
Hah! Rookie mistake. Thanks, all set. Still not sure if it's working from outside my house, but at least I have it set to a different port.
Reply With Quote
  #2166  
Old 01-06-2009, 10:53 PM
Stuntman's Avatar
Stuntman Stuntman is offline
Sage Fanatic
 
Join Date: Dec 2003
Location: Hemet, CA - USA
Posts: 784
Missing tuners

For some reason when I look at the web interface I see that it is missing 2 of my configured sources! Sage shows them as configured but the web interface doesn't list them..

Is there a limit in code somewhere to the number of tuners to display?
__________________
Intel Q6600 Quad Core, 8GB RAM on Windows 7 Professional x64
Reply With Quote
  #2167  
Old 01-07-2009, 10:55 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by jpaddock3000 View Post
So I just found the speedtest.html page and this is really cool, but I want to make it so the menu shows up on the page. I was able to figure out how to add the speedtest.html page to the menu and I added the menu to the speedtest.html page, but the menu is about center of the page. I would like it in the top left hand corner like all the other pages. Any ideas on how I can get that moved? I have attached my speedtest.html page and a screen shot of the page.

Thanks in advance.
It looks like the HTML tags are out of place. Add a closing </div> tag after the closing </center> tag at the bottom. Then move all the menu <script> blocks at the bottom of the page so they are after the </div> closing tag.
__________________
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.

Reply With Quote
  #2168  
Old 01-07-2009, 11:23 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by Stuntman View Post
For some reason when I look at the web interface I see that it is missing 2 of my configured sources! Sage shows them as configured but the web interface doesn't list them..

Is there a limit in code somewhere to the number of tuners to display?
Are you talking about the list of tuners under "Currently Recording" or under "Next Upcoming Recordings"?
__________________
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.

Reply With Quote
  #2169  
Old 01-08-2009, 03:23 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Quote:
Originally Posted by Stuntman View Post
For some reason when I look at the web interface I see that it is missing 2 of my configured sources! Sage shows them as configured but the web interface doesn't list them..

Is there a limit in code somewhere to the number of tuners to display?
How many do you have? Mine shows all 12 tuners on my system without problems.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #2170  
Old 01-08-2009, 09:11 AM
Stuntman's Avatar
Stuntman Stuntman is offline
Sage Fanatic
 
Join Date: Dec 2003
Location: Hemet, CA - USA
Posts: 784
Quote:
Originally Posted by rickgillyon View Post
How many do you have? Mine shows all 12 tuners on my system without problems.
I have 7 currently configured.. I have 8 in the system, but haven't sat down and configured that 8th one yet.

I have:
1 x HDHR, so that is 2 digital QAM tuners
1 x WinTV 418, that is 1 analog and 1 digital (haven't done the QAM yet)
1 x WinTV 7164, that is 2 analog AND 2 digital...

What I'm not seeing is the Digitally configured side of the 7164's (2250's)... I'll hazard a guess that when I add the QAM half to the 418, it won't show either...

Perhaps it has to do with the sources having the same name but different inputs?

Is there a way to 'rename' these devices.. so I could have PVR 2250 Analog 1, PVR 2250 Analog 2, PVR 2250 Digital 1, PVR 2250 Digital 2.... for example?
__________________
Intel Q6600 Quad Core, 8GB RAM on Windows 7 Professional x64
Reply With Quote
  #2171  
Old 01-08-2009, 09:19 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
I don't think so, but Sage always seems to give them unique names anyway, e.g.:
Code:
Nothing on Cinergy 2400i DT Capture 1 #2
Nothing on Cinergy 2400i DT Capture 1 #3
Just adds numbers. Or with the WinTVs:
Code:
Nothing on Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path0)
Nothing on Hauppauge WinTV MOD7700 DVB-T Capture (Dev1 Path1)
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #2172  
Old 01-08-2009, 11:45 AM
jpaddock3000 jpaddock3000 is offline
Sage Aficionado
 
Join Date: Dec 2006
Location: San Diego, CA
Posts: 341
Quote:
Originally Posted by jreichen View Post
It looks like the HTML tags are out of place. Add a closing </div> tag after the closing </center> tag at the bottom. Then move all the menu <script> blocks at the bottom of the page so they are after the </div> closing tag.
That did it. Thank you so much.
Reply With Quote
  #2173  
Old 01-12-2009, 12:24 PM
joey3002 joey3002 is offline
Sage Advanced User
 
Join Date: Dec 2008
Posts: 79
Im hoping I didnt miss something.. but is there a way i can tag a show to record all the 1st runs (season pass)?

inside the web interface...

thanks
Reply With Quote
  #2174  
Old 01-12-2009, 10:45 PM
jreichen's Avatar
jreichen jreichen is offline
Sage Icon
 
Join Date: Jul 2004
Posts: 1,192
Quote:
Originally Posted by joey3002 View Post
Im hoping I didnt miss something.. but is there a way i can tag a show to record all the 1st runs (season pass)?

inside the web interface...

thanks
Yes there is. Create a favorite either from a show's detail page or from the Favorites Manager. One of the favorite properties is for First Runs/Reruns.
__________________
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.

Reply With Quote
  #2175  
Old 01-13-2009, 11:59 AM
RayN RayN is offline
Sage User
 
Join Date: Jun 2004
Posts: 39
Unhappy Can't connect to webserver

I have installed neilm's webserver. It works fine on my Sage server. The reason for installing was to get remote access when I'm on vacation.

I set up an account with no-ip.com and got an host address in the form <username>.no-ip.org. I set up dynamic dns on my D-link router and provided the server address as www.no-ip.com, my host address as above, my user name and password from my no-ip account. I opened port 8080 in my firewall.

I used both auditmypc and GRC's Shields and both services indicate that port 8080 is open. I can ping <username>.no-ip.org and get a reply from my ISP assigned IP address.

I still cannot connect to the webserver from the Sage machine. I'm leaving in a few days and would really like to get it to work. What am I missing?
Reply With Quote
  #2176  
Old 01-13-2009, 12:07 PM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
That would be a loopback connection, out to internet via your router and then back - some routers need this allowing specifically. From the Sage machine just use the local IP address or http://localhost:8080/ etc.
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #2177  
Old 01-13-2009, 12:28 PM
RayN RayN is offline
Sage User
 
Join Date: Jun 2004
Posts: 39
Quote:
Originally Posted by rickgillyon View Post
That would be a loopback connection, out to internet via your router and then back - some routers need this allowing specifically. From the Sage machine just use the local IP address or http://localhost:8080/ etc.
How would I know if I have a loopback connection or no? Can you give me an idea where in the router admin screen I would look for it?

I can run the webserver from the Sage machine. Is ther something in the webserver setup that I need to change. I am at the the limit of my networking skills.

Ray
Reply With Quote
  #2178  
Old 01-13-2009, 12:31 PM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Quote:
Originally Posted by RayN View Post
I still cannot connect to the webserver from the Sage machine.
Did you mean this, or mean from outside the sage machine?
__________________
unRAID Server: Intel Core i5 7600K, 48GB DDR4, 2x512GB PCIe M.2 Cache Pool, 2x10TB SATA3 Parity Drive, 3x8TB SATA Array, 1x hdHomeRun DVB-T2 Quattro, IPTV via xTeVe, unRAID 6.8.3, tvHeadEnd for recording back end, Emby
Clients: 3 Nvidia Shields, 3 FireTV, 3 Win10 Pro PC Clients
Reply With Quote
  #2179  
Old 01-13-2009, 12:44 PM
RayN RayN is offline
Sage User
 
Join Date: Jun 2004
Posts: 39
Sorry, I meant from outside the sage machine.
Reply With Quote
  #2180  
Old 01-13-2009, 01:28 PM
geogecko geogecko is offline
Sage Icon
 
Join Date: Dec 2004
Location: North Oklahoma
Posts: 2,273
I tried everything to set mine up on 8080. I could not ever get it to work. I eventually switched to 8088, and everything was fine.
__________________
-Jason
Reply With Quote
Reply

Tags
web


Currently Active Users Viewing This Thread: 2 (0 members and 2 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: 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


All times are GMT -6. The time now is 09:53 PM.


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