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
  #1021  
Old 03-27-2006, 06:53 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by rickgillyon
Code:
from=/pvr_c/;dir=c:\
from=/docs/;dir=\\XPIDER\docs\
I'm now getting a "Not Found" for the PC remote to the webserver, whereas this worked last week. Any ideas?
I've also just thought, I also changed over to using Service Mode at the weekend, could that be causing my problem and not the new webserver version at all?
It's possible: Service mode cannot read from remote network servers (\\XPIDER ?) unless the service is configured to log in as a 'real' user, not the default 'localsystem'
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #1022  
Old 03-27-2006, 08:01 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 nielm
It's possible: Service mode cannot read from remote network servers (\\XPIDER ?) unless the service is configured to log in as a 'real' user, not the default 'localsystem'
Yes, \\Xpider is the networked remote PC. Is there any way to specify a user for the service without a password? I don't want to have to go through the welcome screen and password every restart, but the service seems to fail to log on with a user with no password...
Reply With Quote
  #1023  
Old 03-27-2006, 08:21 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
Quote:
Originally Posted by rickgillyon
Yes, \\Xpider is the networked remote PC. Is there any way to specify a user for the service without a password? I don't want to have to go through the welcome screen and password every restart, but the service seems to fail to log on with a user with no password...
Enter the user/pass in the service properties of Window's service manager applet -- it will auto - add a 'run service' privilage to the user..
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #1024  
Old 03-27-2006, 08:29 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Sorry, obviously I'm not explaining myself very well! I understand how to use the services, and it gave me the appropriate privilege, but it still fails to log on. Does the user have to have a password to run the service?
Reply With Quote
  #1025  
Old 03-27-2006, 08:37 AM
BobPhoenix BobPhoenix is offline
SageTVaholic
 
Join Date: Oct 2004
Posts: 3,152
Quote:
Originally Posted by rickgillyon
Sorry, obviously I'm not explaining myself very well! I understand how to use the services, and it gave me the appropriate privilege, but it still fails to log on. Does the user have to have a password to run the service?
Yes it does. I would setup two users. One with a password for the service and leave your regular user without a password. Then use TweakUI to autologon the user without a password (normal user account). Then you avoid the welcome screen. Note you may have to reapply this after a windows update. I have in the past. YMMV.

BobP.

Last edited by BobPhoenix; 03-27-2006 at 08:54 AM.
Reply With Quote
  #1026  
Old 03-27-2006, 09:15 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Thanks guys, I'd forgotten all about TweakUI.

That's it working, and not really an issue with the webserver, sorry for doubting you nielm!
Reply With Quote
  #1027  
Old 03-27-2006, 09:37 AM
bgorrell bgorrell is offline
Sage Advanced User
 
Join Date: Jul 2003
Posts: 116
Quote:
Originally Posted by nielm
  • ENHANCEMENT: Edit Show info allows keeping same EPGID, or specifying a known EPGID
    .
    .
    .
  • ENHANCEMENT: Add Original Air Date in Detailed Info
Thank you! As you may have noticed, I am a perfectionist when it comes to the database and these features are greatly appreciated!

P.S. If I had my way, I would just put the whole thing in an exported dbf that I can edit in Access or FoxPro and then re-import to a fresh wiz.bin. I don't expect this to happen, but it would be nice as insurance for a corrupted wiz.bin. I'm good about backups, so have never lost too much, but it still concerns me.
Reply With Quote
  #1028  
Old 03-27-2006, 10:03 AM
rickgillyon's Avatar
rickgillyon rickgillyon is offline
Sage Icon
 
Join Date: Sep 2005
Location: Whitley Bay, England
Posts: 1,950
Never satisfied, I think it would be a great idea to have an RSS feed of Recording conflicts too. An extra insurance, especially for those using a 3-day lookahead.
Reply With Quote
  #1029  
Old 03-28-2006, 11:56 PM
DisplacedDimCap DisplacedDimCap is offline
Sage User
 
Join Date: Jan 2005
Location: AbAlAmA
Posts: 11
Quote:
Originally Posted by DisplacedDimCap
First off thanks Nielm for all the awesome work on the web server and all the other various utilities for Sage, they are the icing on the cake for my Sage box. I was wondering if it'd be possible to add a couple of simple RSS feeds out of the web server? Basically what I'd like to see is a feed each for "watching", "currently recording" and "upcoming recordings". I think it'd be an easy way to share your recording/watching habits (say on your blog) with others and to monitor your own sage activity (or spy on the wife/gf/kids/grand pa/ect.) from anywhere.
Thanks again!
Cool, I finally got my wish!!!

I tried searching and couldn't find anything on the new RSS feature. Is there a way to place the RSS feed into a public/read-only context so that I can add it to my blog as a feed? I tried this setting in the servlets.properties file but it didn't seem to help. I didn't think this would work or be the best way to do this but in experimenting it seemed like the quickest/dirtiest method that might work so it was worth a shot. Thanks again Neilm for the awesome work.

Code:
servlet./sagepublic/RecordingSchedule.code=net.sf.sageplugins.webserver.RecordingScheduleServlet
Reply With Quote
  #1030  
Old 03-29-2006, 02:11 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
following this thread on the daily WTF lead me to realise that there is a huge bug waiting to happen on the webserver: All the set/clear don't like / set/clear archived etc buttons are HTTP Get requests..

Therefore if you are using a web accellerator or pre-caching proxy, you may find all these buttons getting pressed for you... OOps!

Will have to make a quick fix for that, but in the meantime, don't use web accellerators with the webserver

Edit: after panicking a little, I found out that both google's and Mozilla's web accellerators do not prefetch links that have query strings... I am still going to fix it though
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki

Last edited by nielm; 03-29-2006 at 02:29 AM.
Reply With Quote
  #1031  
Old 03-29-2006, 12:40 PM
rickw rickw is offline
Sage Advanced User
 
Join Date: Aug 2004
Location: Spring Hill, TN
Posts: 108
RSS link not working

Installed version 2.7 last night. Love the XML and it's working great. But when I tried the RSS link from the recording schedule I get an error. "unable to open site" The XML link next to it work fine.

Is there something I need to do for the RSS link?

Rick...
Reply With Quote
  #1032  
Old 03-29-2006, 05:14 PM
jimmyb jimmyb is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 163
I guess I have to add my ignorance as to what I can do with RSS feed. Is it a feed and something I can read with a reader??? If so where do I point the reader to?

EDIT: Well I did get it to work wih a Firefox plug in . I cannot get it to work with xlobby rss feed database. I presume, since it does not end the same as say a yahoo rss news feed that there is some incompatibilties with RSS feeds?
__________________
The The AnJ Show Will Cook Weather

Last edited by jimmyb; 03-29-2006 at 06:03 PM.
Reply With Quote
  #1033  
Old 03-29-2006, 06:45 PM
phantomfsoc phantomfsoc is online now
Sage Advanced User
 
Join Date: Mar 2004
Location: Mississauga, Ont.
Posts: 230
Clone Sage

Question for Nielm,

My Sage for the longest time has taken a long time to start up (10+ mins)
Its my WIZ.BIN file. I've had it for 3years now. The problem is that I really don't want to part with it. The main reason is because the IR really works well. Took a long time to "teach it" to record things I like.

My question is,
Is there any way to use the new Webserver to export my Favorites and maybe other past stuff then reimport them back into a new sage? I know you added XML exports but can you import them too? Just so I can keep the good stuff and get rid of the garbage.

Thanks for all the good stuff
Nelson
__________________
"JUST WHEN YOU THINK YOU GOT IT...... YOU GET A NEW TOY TO START OVER WITH"
AMD xp 2500, 512m DDR, MSI 6600Gt 128, SageTV Client 6.12, Toshiba 34hf83 HDTV
Reply With Quote
  #1034  
Old 03-29-2006, 07:16 PM
cslatt's Avatar
cslatt cslatt is offline
Sage Advanced User
 
Join Date: Nov 2005
Posts: 239
Just wanted to say thank to Nielm, 2.7 works great for me. I setup Newsgator to check my Upcoming Records RSS feed with no problem whatsoever. I'd like to add my vote for a Recording Conflicts RSS feed as well.
Reply With Quote
  #1035  
Old 03-30-2006, 05:14 AM
nielm's Avatar
nielm nielm is offline
SageTVaholic
 
Join Date: Oct 2003
Location: Belgium
Posts: 4,496
To those having a problem with RSS feeds: it is possible that the feed reader cannot cope with the authentication DisplacedDimCap's workaround should have worked, but I will have to look into why it did not.

phantomfsoc: not yet -- unless you do it manually!
XML Import is one of the next things on my to-do list: I also want to 'clean up' my wiz.bin (remove old unused channels, remove old unused titles), and the way I was intending was to do XML export of favorites, recordings, and viewing history; then remove wiz.*, and then re-import all the XML stuff into the 'clean' wiz.bin. When it is done, theoretically I should be able to get everything back as it was...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki
Reply With Quote
  #1036  
Old 03-30-2006, 05:17 AM
phantomfsoc phantomfsoc is online now
Sage Advanced User
 
Join Date: Mar 2004
Location: Mississauga, Ont.
Posts: 230
Cool, thats sounds good. I have no problem waiting it out, so Thanks for the info.
__________________
"JUST WHEN YOU THINK YOU GOT IT...... YOU GET A NEW TOY TO START OVER WITH"
AMD xp 2500, 512m DDR, MSI 6600Gt 128, SageTV Client 6.12, Toshiba 34hf83 HDTV
Reply With Quote
  #1037  
Old 03-30-2006, 05:25 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 nielm
To those having a problem with RSS feeds: it is possible that the feed reader cannot cope with the authentication
Anyone having trouble can use the free open-source reader at www.feedreader.com - works a treat with the webserver feed and it's free.
Reply With Quote
  #1038  
Old 03-30-2006, 11:47 AM
jimmyb jimmyb is offline
Sage Advanced User
 
Join Date: May 2004
Posts: 163
Neil ... BRAVO ... you keep amazing me (all of us???). This thing just keeps getting better. Found java script RSS coverter, loaded into web page and now I can keep tabs on Upcoming Recording AND adjust (as I am doing) as need be.

Keep up the great work and get a job with Frey / Sage
__________________
The The AnJ Show Will Cook Weather
Reply With Quote
  #1039  
Old 03-30-2006, 12:03 PM
DisplacedDimCap DisplacedDimCap is offline
Sage User
 
Join Date: Jan 2005
Location: AbAlAmA
Posts: 11
Quote:
Originally Posted by nielm
To those having a problem with RSS feeds: it is possible that the feed reader cannot cope with the authentication DisplacedDimCap's workaround should have worked, but I will have to look into why it did not.
I think it may have something to do with the authentication being set at the root of the site. So then anything "lower" than /sage requires authentication. I'm getting a 401 error, but in Firefox I can add it as a live bookmark and have it work beautifully, provided I've authenticated previously.
Reply With Quote
  #1040  
Old 03-30-2006, 02:31 PM
rickw rickw is offline
Sage Advanced User
 
Join Date: Aug 2004
Location: Spring Hill, TN
Posts: 108
Quote:
Originally Posted by nielm
To those having a problem with RSS feeds: it is possible that the feed reader cannot cope with the authentication DisplacedDimCap's workaround should have worked, but I will have to look into why it did not.
I was just using My Yahoo!'s capabiltiy to read and display RSS feeds. I don't think it allows for authentication. So that very well could be the problem.

Rick...
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 02:49 PM.


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