|
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 |
#421
|
|||
|
|||
Using the new editing feature, is it possible to make imported videos show up as archived videos? How about an option to import a standard XML file (generated by various STVs out there)? I've got a few dozen shows that were recorded with Sage long ago and somehow they ended up losing the show info and now only show as imported. I'd love to be able to at least get them back into the archived menu.
Off topic, but does anyone know why archived recordings are delegated to a second-class browsing system? The lack of grouping or dual-pane modes that non-archived recordings have makes it seem like the feature was an afterthought. I'd just keep them in the recordings menu, but this makes for a very long recordings menu to sort through. Basically, I don't understand why we can't have identical menus for archived and un-archived shows. Newly recorded shows show up in the recordings menu, then if we are going to keep them long-term, we Archive them. As it is now, the archived listings is one huge, hard to navigate list. Sorry... end rant |
#422
|
||||
|
||||
Quote:
One caveat (as documented in the last paragraph doc page on editing): editing a file from a library import dir can result in it appearing twice in Sage... Solution: Edit the file info, shut down sage, and then move the file to a TV Directory. Quote:
Quote:
I have a quick hack import module (see links below) that simply includes archived shows in the main recordings list, and there will be a How-to (shortly) on how to un-archive...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 05-02-2005 at 03:51 AM. |
#423
|
||||
|
||||
Nice new version, but you forgot a feature
You said in an earlier post that you will have a look on supporting line breaks. I use CR/LF in my xmltv although I know that it is not really xml compliant. But it works in SageTV. Can you make the webserver recognize a line break and insert a <br> for it? Thanks, 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!!! |
#424
|
||||
|
||||
Quote:
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#425
|
|||
|
|||
Quote:
BTW, thanks for everything you've done for the SageTV community. Your's was the first STV that I really liked and the add-on work since then has been nothing short of heroic. If Frey isn't paying you yet, they should. |
#426
|
|||
|
|||
Actually, it looks like you've answered the questions of how to un-archive as well. I followed the link you gave and found info on that. I will try it out later this week. Thanks again.
|
#427
|
||||
|
||||
Quote:
- Screenshot SageMC169 - Screenshot Webserver - Corresponding XML part. If you have any questions, please do not hesitate to PM me. 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!!! |
#428
|
|||
|
|||
I use the Webserver all the time to manage my IR schedule. When I'm going through the list of upcoming shows I command-click (OSX and Firefox) on the show titles to open them in a new tab if I want more details. However, with the latest release doing that now opens the recording detail in the new tab AND the current tab. Looking at the HTML code it looks like this is due to the onclick="window.location=''" for the links. Was there a reason this was added instead of just the href=""?
|
#429
|
||||
|
||||
Radar: the idea was that you could click anywhere in the EPG cell to get the detailed info, and not just on the text of the program title... I didn't spot this rather unpleasant side-effect in testing Its been put on the bug-list.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#430
|
||||
|
||||
Nothing to offer here, except that I finally got around to installing this, and I am totally floored. The quality of this plugin is mind boggling. Excellent work and thank you.
|
#431
|
||||
|
||||
Hi,
the new version of the webserver throws a lot of exceptions, the log shows this: Code:
Sa 5/7 19:45:49.976 GetProperty - nielm/diskbar_partials_free=true ->true Sa 5/7 19:45:49.983 GetProperty - nielm/diskbar_lookahead_only_requested=true -> true Sa 5/7 19:45:49.983 Filtering from 2 Sa 5/7 19:45:49.983 Filtering to 2 Sa 5/7 19:45:49.984 GetProperty - nielm/diskbar_lookahead_only_requested=true -> true Sa 5/7 19:45:50.090 at java.net.SocketOutputStream.socketWrite0(Native Method) Sa 5/7 19:45:50.091 at java.net.SocketOutputStream.socketWrite(Unknown Source) Sa 5/7 19:45:50.091 at java.net.SocketOutputStream.write(Unknown Source) Sa 5/7 19:45:50.091 at Acme.Serve.ServeOutputStream.write(Serve.java:3145) Sa 5/7 19:45:50.092 at Acme.Utils.copyStream(Utils.java:922) Sa 5/7 19:45:50.092 at Acme.Serve.FileServlet.copyStream(FileServlet.java:260) Sa 5/7 19:45:50.092 at Acme.Serve.FileServlet.serveFile(FileServlet.java:248) Sa 5/7 19:45:50.092 at Acme.Serve.FileServlet.dispatchPathname(FileServlet.java:148) Sa 5/7 19:45:50.093 at Acme.Serve.FileServlet.service(FileServlet.java:134) Sa 5/7 19:45:50.093 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Sa 5/7 19:45:50.094 at Acme.Serve.ServeConnection.runServlet(Serve.java:1528) Sa 5/7 19:45:50.095 at Acme.Serve.ServeConnection.parseRequest(Serve.java:1503) Sa 5/7 19:45:50.096 at Acme.Serve.ServeConnection.run(Serve.java:1392) Sa 5/7 19:45:50.096 at java.lang.Thread.run(Unknown Source) Sa 5/7 19:45:50.157 at java.net.SocketOutputStream.socketWrite0(Native Method) Sa 5/7 19:45:50.159 at java.net.SocketOutputStream.socketWrite(Unknown Source) Sa 5/7 19:45:50.160 at java.net.SocketOutputStream.write(Unknown Source) Sa 5/7 19:45:50.161 at Acme.Serve.ServeOutputStream.write(Serve.java:3145) Sa 5/7 19:45:50.161 at Acme.Utils.copyStream(Utils.java:922) Sa 5/7 19:45:50.161 at Acme.Serve.FileServlet.copyStream(FileServlet.java:260) Sa 5/7 19:45:50.162 at Acme.Serve.FileServlet.serveFile(FileServlet.java:248) Sa 5/7 19:45:50.163 at Acme.Serve.FileServlet.dispatchPathname(FileServlet.java:148) Sa 5/7 19:45:50.163 at Acme.Serve.FileServlet.service(FileServlet.java:134) Sa 5/7 19:45:50.164 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) Sa 5/7 19:45:50.164 at Acme.Serve.ServeConnection.runServlet(Serve.java:1528) Sa 5/7 19:45:50.165 at Acme.Serve.ServeConnection.parseRequest(Serve.java:1503) Sa 5/7 19:45:50.165 at Acme.Serve.ServeConnection.run(Serve.java:1392) Sa 5/7 19:45:50.166 at java.lang.Thread.run(Unknown Source) 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!!! |
#432
|
||||
|
||||
Both of those exceptions suggest that the page load was interrupted, causing the client to close the socket while the server was still writing to it... I take it that the functionality of the webserver is still OK: you get the web-pages rendered with valid data?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#433
|
||||
|
||||
Quote:
Is there anything I can do?
__________________
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!!! |
#434
|
||||
|
||||
Only white? as in no text at all?
Is the URL correct (sage/DetailedInfo?AiringID=457476)? Does Refresh() help? It might be something with the stupid broken onClick javascript I added.. Which browser are you using?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#435
|
||||
|
||||
Quote:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> Quote:
note that the webserver runs at port 80 on my machine. Code:
Does Refresh() help? Quote:
Quote:
Just tested with IE: the same problem. But the exceptions can not be explained with kind of browser or javascript. @all: Have others the same exceptions? (To see the log: Create DWORD named consolewin in HKLM\SOFTWARE\Frey Technologies\Common and set it to 1, restart Sage.)
__________________
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!!! |
#436
|
||||
|
||||
That HTML:
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> The only thing I can think of is that you are going via a buggy proxy (possibly a traspararent proxy)... If you do have a proxy, try disabling 'use HTTP1.1 through proxy (or similar) in IE's settings... You could also try Opera or Firefox -- I know the browser shouldnt make a difference, but IE sometimes tries to do non-standard things.
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#437
|
|||
|
|||
Quote:
|
#438
|
|||
|
|||
wait - its still an issue
using the latest webserver it in its full default settings, I have the exact same problem. complete white screen. I hit refresh and it works. This is true in Both IE6 and Firefox 1.04. The box that sage runs on has no Firewall (I disabled XPSP2s) or anything else that could cause this. it worked before. so far I have called it annoying enough to gripe about to myself, but not bitchy enough to write about. It takes usually the 3rd or 4th click to get the white screen and then I get this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD> <BODY></BODY></HTML> |
#439
|
||||
|
||||
owilsky and alijiwani: I have done some extensive playing with IE6 and Firefox on local net and over internet, and I never get blank pages...
Is it only detailed info pages, or does it happen anytime? Is it for specific files/shows or for any files/shows Are you acessing it via your local net, or from the internet? Anything in the Webserver's log (SageTV/webserver/log/AWS-ate_time.log) corresponding to the time that you got the blank page?
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#440
|
||||
|
||||
Quote:
Quote:
Quote:
I use Cayars 18E, is that important? Maybe some kind of conflict? The setting "Webserver" inCayars18E is "disabled". @alijiwani: Which STV do you use? Quote:
Code:
[Wed May 18 11:14:01 CEST 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error [Wed May 18 11:14:03 CEST 2005] IO problem running servlet: java.net.SocketException: Software caused connection abort: socket write error [Wed May 18 11:14:04 CEST 2005] IO problem running servlet: java.net.SocketException: Connection reset by peer: socket write error
__________________
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!!! |
Tags |
web |
Currently Active Users Viewing This Thread: 2 (0 members and 2 guests) | |
|
|
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 |