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
  #521  
Old 06-20-2005, 02:27 AM
ddman ddman is offline
Sage User
 
Join Date: Jun 2005
Posts: 15
I'm having trouble getting up and running. I am using Cayars18e. I downloaded the newest version of the webserver and overwrote the files that came with Cayars. I followed all of the instructions (copied over the java library, disabled the software, copied the files edited the username/password and load_at_startup_runnable_classes=net.sf.sageplugins.webserver.StartServer
) but when I try to access the link in the instructions (http://localhost:8080/sage/Home) I get "page cannot be displayed" ... I then deleted the folders and went back to the version that came with Cayars.

Any ideas?? I'm sure I'm probably forgetting something... THANKS!!!
Reply With Quote
  #522  
Old 06-20-2005, 02:43 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by ddman
I get "page cannot be displayed"
Can you post the 2 lines that appear at the end of that error message, that contain the actual error message (MS IE's error 'friendly' message are a real pain for any web-developer, as they hide the reason for the error!)

Did it create a log file in webserver/log?

You could also enable the troubleshooting console and look for error messages on startup (If using SageTV in service mode, then you have to add the webserver to the client to get the webserver startup messages in the console)

I am guessing that the webserver version that came with Cayer's STV works with no problems?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #523  
Old 06-20-2005, 03:06 AM
ddman ddman is offline
Sage User
 
Join Date: Jun 2005
Posts: 15
I think the problem was actually that the java files weren't being recognized but after a while of playing around it's working now!! Thanks for the quick response!!

Last edited by ddman; 06-20-2005 at 03:30 AM.
Reply With Quote
  #524  
Old 06-20-2005, 03:34 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Glad you solved the webserver problem...

For the other, best to raise it in another thread: I promise you that it is not webserver-related -- the webserver does nothing unless you tell it to!
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #525  
Old 06-20-2005, 10:00 PM
jettman jettman is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 179
I love your webserver. I have just ran into a couple of problems. I was using an older version of your webserver. I just installed your latest version of the webserver. Now, the background is not blue anymore. Also, when I try to click on a link, the link moves around. Very hard to click.
Any ideas?
__________________
Server: AMD 3800 X2, 2GB PC3200 Ram, Hauppage PVR-500, 256 MB Geforce 7300 GS.
Client: Compaq R4000 laptop-AMD 64 bit 3800+, 1GB PC2700 Ram, ATI x200 express.
Reply With Quote
  #526  
Old 06-21-2005, 01:43 AM
ddman ddman is offline
Sage User
 
Join Date: Jun 2005
Posts: 15
Just a suggestion:

For the background of the movies etc, which is now purple, green... I was thinking it might look really good if you used partially transparent backgrounds like those in the actual program. I might work on something like that if anyone is interested (either using png in firefox or some sort of 1px on 1px off transparency so that it's explorer friendly...)

Last edited by ddman; 06-21-2005 at 01:57 AM.
Reply With Quote
  #527  
Old 06-22-2005, 09:01 AM
jettman jettman is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 179
Quote:
Originally Posted by jettman
I love your webserver. I have just ran into a couple of problems. I was using an older version of your webserver. I just installed your latest version of the webserver. Now, the background is not blue anymore. Also, when I try to click on a link, the link moves around. Very hard to click.
Any ideas?
Anyone have any ideas? Do I need to reinstall SageTV?
__________________
Server: AMD 3800 X2, 2GB PC3200 Ram, Hauppage PVR-500, 256 MB Geforce 7300 GS.
Client: Compaq R4000 laptop-AMD 64 bit 3800+, 1GB PC2700 Ram, ATI x200 express.
Reply With Quote
  #528  
Old 06-22-2005, 12:10 PM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by jettman
Anyone have any ideas? Do I need to reinstall SageTV?
oops, missed that...
the background is specified in a css file in webserver/webroot/sage -- check that the file exists and is readable (maybe you are running the server as a different user to the one you installed the update with or something). It is also possible that you may have accidently disabled CSS support in your browser (but that would affect all sites)

Moving links is very odd, nothing to do with me (are you sure you are not click-dragging them)!

Try a different browser (you never know!)

try also removing the following subdirectories of the main SageTV directory
net/sf/sageplugins/sageutils
net/sf/sageplugins/webserver
webroot
Acme
and then reinstall the webserver from the zipfile (remember to reset your user/password after the reinstall)

There would be no need to reinstall SageTV itself: the webserver exists in separate thread(s) and only hooks SageTV to read the DB...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #529  
Old 06-22-2005, 12:31 PM
jettman jettman is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 179
Thanks nielm!
I deleted the webserver stuff and reinstalled it and it works fine now.
__________________
Server: AMD 3800 X2, 2GB PC3200 Ram, Hauppage PVR-500, 256 MB Geforce 7300 GS.
Client: Compaq R4000 laptop-AMD 64 bit 3800+, 1GB PC2700 Ram, ATI x200 express.
Reply With Quote
  #530  
Old 06-23-2005, 10:50 PM
ddman ddman is offline
Sage User
 
Join Date: Jun 2005
Posts: 15
I created backgrounds to give the cells that semi-transparent look, it looked great in firefox but was causing serious lag in IE... I guess back to the standard backgrounds. oh well The webserver rocks anyway
Reply With Quote
  #531  
Old 07-14-2005, 12:20 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Thumbs up Web server requests

Nielm,

Man is this the best part of using SageTV. I've been mobile for the last month (vacation to LA, 1/2 summer @ parents' house/pool, etc.) and the webserver has been a TV life saver. I like the ability to maintain Sage when not around, and especially having all functionality without having to tunnel via VNC.

Anyway, before I take my next vacation in 9 days, I figured I'd give some feedback on things you might consider for the next version. I think I asked for #1 before, but the others are new.

Looking forward to what you are proactively adding to it too. I like the creativity. I use it far more than I do the built-in U/I at this point. Starting to get more active on my computer activites again, as my personal life is looking pretty good.

Next stop on TV, Cat6 wiring my house, dumping cable, getting DirectTV, and buying client units!

Great stuff, Nielm! Thanks, hun.

--TG

1) Grid/list view
Highlight entire box w/ <a> tag instead of just text

2) List view
With Grid view, you can control date/time w/ a dialog box. With List view, you can only control the same. On my web server, I have to scroll multiple pages to get to the right channel. It might be worth adding a 3rd dialog box w/ the available channels (i.e. 002-KTVU) so paging isn't necessary.

3) Sage Recordings (and everywhere where the info is displayed, like "watched shows" too)
Include the ep number (XXXX format) in front of all ep titles. For example:
-----
Between The Lions
0006 - The Hopping Hen
-----

For no ep title, display something like:
-----
NFL Live
0000 - <No Title>
-----

4) Sage Recordings
Is it possible to add checkboxes like you do on Upcoming Recordings? I'd like to bulk delete certain shows in one page instead of manually going to each one individually. When I watch things at my parents house, I'd like to 'mark as read' then 'delete' remotely. Doing one set of checkboxes for each action OK, but time consumign when doing it 2x for each show.

5) Web remote
This doesn't have any menus at the top. Intentional?

6) Watched shows
Any chance of having this information grouped by show? I'm up to 115 pages so far and counting. Hard to navigate effectively through the information.

7) Configurable colors
Most frivolous request, but would like color control for types of show, configurable by the end user.
Reply With Quote
  #532  
Old 07-14-2005, 01:51 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Flattery will get you everywhere!
Quote:
Originally Posted by ToonGal
1) Grid/list view
Highlight entire box w/ <a> tag instead of just text
this is actually an IE bug because it only supports CSS :hover on <a> tags (it works fine in Mozilla and Opera and probably others).
I am reluctant to do browser-specific hacks, as it is a slippery slope -- together with the difficulty of browser, os and browser version detection with browsers the like to pretend that they are other browsers etc...

This should be fixed in the upcommig IE7... (but what are you using IE for anyway?!!?!?!)
Quote:
2) List view
With Grid view, you can control date/time w/ a dialog box. With List view, you can only control the same. On my web server, I have to scroll multiple pages to get to the right channel. It might be worth adding a 3rd dialog box w/ the available channels (i.e. 002-KTVU) so paging isn't necessary.
I will look into that, maybe in 1.8...
Quote:
3) Sage Recordings (and everywhere where the info is displayed, like "watched shows" too)
Include the ep number (XXXX format)
This only works for US and possibly Canadian data -- XMLTV does not generate EPG IDs in the same format.
Quote:
4) Sage Recordings
Is it possible to add checkboxes like you do on Upcoming Recordings? I'd like to bulk delete certain shows in one page
Something I also want to do... Got to figure out the JS for group selection and how to prevent the user from deleting all their recordings with a single button click!
Quote:
5) Web remote
This doesn't have any menus at the top. Intentional?
yep. Its a static page, and the menus are dynamic content. This will be fixed when I upgrade the menu engine at some point.
Quote:
6) Watched shows
Any chance of having this information grouped by show? I'm up to 115 pages so far and counting. Hard to navigate effectively through the information.
yep, I know. I tried grouping, and it looked messy, and I couldnt get it to work properly with big groups that overlapped page boundaries. The workaround is the sort-by Show Name option...
Quote:
7) Configurable colors
Most frivolous request, but would like color control for types of show, configurable by the end user.
Edit the css file (search for movie, sports or news) -- all the colors and most of the layout is in there
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #533  
Old 07-14-2005, 08:02 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Smile v1.8; it's fate; can't wait; sounds great; don't be late!

Quote:
Originally Posted by nielm
Flattery will get you everywhere!
Thanks for the quick feedback. Always such a pro, Nielm!

If only you had kept up your STV. Guess I have to bail on Cayars at some point and go to that other one, but another problem for another day.

Thanks again, hun!

--TG

Quote:
1) This should be fixed in the upcommig IE7... (but what are you using IE for anyway?!!?!?!)
I play MSN Gaming Zone and it only works through IE (last I checked). That and MSFT updates. Should probably go to Moz or Firefox, but just too lazy to install something new with no obvious appreciable benefits.

Quote:
2) I will look into that, maybe in 1.8...
Sounds good. The feature is currently functional, but not really practical. Thanks. If doing it, as I'm sure you considered, make sure to add wrap-around logic for the last channel.

Quote:
3) This only works for US and possibly Canadian data -- XMLTV does not generate EPG IDs in the same format.
Uh... Is that a 'no'? This feature is the one that sold me on Cayars' STV originally. This is one of the most important ones to me, because so many shows have unique ep ID's but no title. That's the only case I didn't discuss in my last post, but makes it very useful. If flattery gets me anything, this is the goal. If anyone can do it, I know it's you, Nielm!

Quote:
4) Something I also want to do... Got to figure out the JS for group selection and how to prevent the user from deleting all their recordings with a single button click!
This is usually my biggest complaint about government. They define their purpose as protecting people from themselves. Blech. If you REALLY have to prevent the user from blowing it, add an interim dialog box displaying files to delete allowing them to confirm. Not for me, but the bulk delete would still let me do what I need w/ so fewer clicks, one extra step not too bad.

Quote:
5) yep. Its a static page, and the menus are dynamic content. This will be fixed when I upgrade the menu engine at some point.
Yeah, figured as much, since it wasn't written by you. Least important request, so if/when done is OK by me. Just wanted to point it out.

Quote:
6) yep, I know. I tried grouping, and it looked messy, and I couldnt get it to work properly with big groups that overlapped page boundaries. The workaround is the sort-by Show Name option...
Found the workaround before the post, but still messy and ugly. There probably is some long-term solution, but haven't thought of it here and no other productive input without more consideration.

Quote:
7) Edit the css file (search for movie, sports or news) -- all the colors and most of the layout is in there
Figured there was a way to do it currently, as you would be silly to hard-code it. All previous work-product ws so modular, knew it was so. The q was a last minute addition. Glad to hear it! Now I'll go color wild when I get back home.
Reply With Quote
  #534  
Old 07-14-2005, 02:38 PM
evilpenguin's Avatar
evilpenguin evilpenguin is offline
SageTVaholic
 
Join Date: Aug 2003
Location: Seattle, WA
Posts: 3,696
Not sure if this was mentioned somewhere in this massive thread but I had a little trouble with port forwarding. Apparently some routers won't let you use your external IP address internally. So I spent a few hours last night trying to figure out why http://xyz.dyndns.org/sage/Home wasn't working, only to go to work the next day and find out it really was working... just not from behind my router. Might be worth adding to the wiki.

Thanks for the webserver nielm, this thing rules.
Reply With Quote
  #535  
Old 07-22-2005, 04:48 AM
TheDane TheDane is offline
New Member
 
Join Date: Jul 2005
Location: Denmark
Posts: 3
Quote:
Originally Posted by evilpenguin
Not sure if this was mentioned somewhere in this massive thread but I had a little trouble with port forwarding. Apparently some routers won't let you use your external IP address internally. So I spent a few hours last night trying to figure out why http://xyz.dyndns.org/sage/Home wasn't working, only to go to work the next day and find out it really was working... just not from behind my router. Might be worth adding to the wiki.

Thanks for the webserver nielm, this thing rules.

Just a quick note: As you have discovered some routers does not support 'loopback' connection, however if you start testing with 'localhost' (127.0.0.1) you should be able to see if it's working. If it works on the localhost address, it also works on the internet (and if not, the problem is in front of the web server)

Perhaps one of the most usefull plugins i have seen!!

Regards,
The Dane
Reply With Quote
  #536  
Old 07-24-2005, 06:41 PM
Ryokurin's Avatar
Ryokurin Ryokurin is offline
Sage Aficionado
 
Join Date: May 2004
Posts: 455
Send a message via ICQ to Ryokurin Send a message via AIM to Ryokurin Send a message via Yahoo to Ryokurin
For those wondering, I just installed the 3 beta over the previous with this plugin and the server still runs and seems to be fully functional!
Reply With Quote
  #537  
Old 07-29-2005, 08:14 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
@nielm:

Feature request!

One thing I really like about your webserver is the ability to change database entrys for the recordings.

Would it be possible to do that not only for recordings on my HD but also for entries in upcoming recordings or even in the TV guide? That way I do not have to wait until the shows are recorded, but can change the info for several favourites before they are even recorded.

Example:
In Germany we have Steven Spielbergs Taken aired at the moment.
In the TV guide the title is "Steven Spielberg presents Taken: <Episode name>". I change that to simply "Taken" because otherwise grouping does not work. I know, bad epg data, but which choice do I have :-( I hope tvtv in V3 will be an alternative...

Oliver
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #538  
Old 07-29-2005, 08:57 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Would it be possible to do that not only for recordings on my HD but also for entries in upcoming recordings or even in the TV guide? That way I do not have to wait until the shows are recorded, but can change the info for several favourites before they are even recorded.
yes its technically possible, but there is no point!

The problem is that at each EPG update, the DB data for the future is replaced with what is in the XML file, so any changes will be lost. (this is definatly the case for XMlTV plugin, I don't know about for the Zap2It built-in guide).
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #539  
Old 07-29-2005, 09:03 AM
owilsky's Avatar
owilsky owilsky is offline
Sage Aficionado
 
Join Date: Dec 2004
Location: Germany
Posts: 447
Quote:
Originally Posted by nielm
yes its technically possible, but there is no point!

The problem is that at each EPG update, the DB data for the future is replaced with what is in the XML file, so any changes will be lost. (this is definatly the case for XMlTV plugin, I don't know about for the Zap2It built-in guide).
Hmmm... are you sure? Today I tried multiple times to change my xml file, but it seems that he only reads new data if there wasn't any data before, e.g. new days. I changed my epgdata.xml, deleted one show in the middle of another show (Sage does not like that at all), and changed the start and end time of the show I want to record... then I forced an epg update but .... nothing...
__________________
Oliver Kötter
------------
Check this thread for importing German TV Data into SageTV

Using SageTV 7.1.9, Java 1.6.0_24 Win7 Home Premium on an
Asus M4N78-AM Mainboard, AMD Athlon II X2 215, 4 GB RAM, 500 GB HDD, 2xTechnoTrend S-2400 as Network Encoder (LM DVB Smart Recorder), ATI Radeon HD 3450 with analog TV-Out on good old CRT TV (100Hz)
My avatar shows the world's best composer!!!
Reply With Quote
  #540  
Old 07-29-2005, 09:53 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
pretty sure -- I get EPG data changes: shows for a week away have no episode and minimal info, then when they are only a couple of days away the XML has more info and I see the info updating in Sage.

I assume that when you changed the start/end time that there were no overlaps?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
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 12:39 PM.


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