|
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 |
#1061
|
|||
|
|||
Quote:
|
#1062
|
|||
|
|||
Quote:
|
#1063
|
|||
|
|||
Alright I tried some different ports 80,81,82 and nothing worked. I also tried disabling windows firewall and my firewall on my router. Still doesn't work externally. Anybody got any ideas?
|
#1064
|
|||
|
|||
Quote:
You could try to open a cmd window and do netstat -a, that will display all listening ports. If you've succesfully changed the port you should see many lines, but one of them will be like this: TCP TheHostName:xxxxxx (where TheHostName is the name of your computer and xxxxx is the port you put in the sage.properties file. |
#1065
|
|||
|
|||
Quote:
HIH B
__________________
Running SageTV on unRAID via Docker Tuning handled by HDHR3-6CC-3X2 using OpenDCT |
#1066
|
||||
|
||||
Quote:
Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. |
#1067
|
|||
|
|||
Quote:
So you are basically saying that I can control my sagetv on my home PC from my work PC via the internet? Do I need the webserver installed on my home PC, work PC, or a seperate PC connected to the home network, or what? If I wanted to watch a show on my work PC that I just recorded on my home PC, is this possible? If so, what do I need to install on what computer? I need to get this to check out! |
#1068
|
|||
|
|||
User accounts
It's me again Margaret
I am having a rather difficult time with the separate user accounts/permissions setup. Essentially what we want to do is have two different user accounts, one for the SageTV maintenance team, and one for the teachers. The Sage maintenance account would have access to everything. The teachers account would have read-only access so they can see what tuner is on which channels and what's being recorded, but they would be unable to schedule their own shows or delete recorded shows from the web interface. Here's the user information from my realms.properties file. I have followed instructions from the Wiki and from other posts in this forum, but try as I might...it is not working. I hope you guys can help. Code:
SageTV Web Interface=/sage,teacher:teach SageTV Web Actions=/sage/RecordingSchedule,boesage:$ag3 SageTV Web Actions=/sage/Command,boesage:$ag3 SageTV Web Actions=/sage/AiringCommand,boesage:$ag3 SageTV Web Actions=/sage/ManualRecord,boesage:$ag3 SageTV Web Actions=/sage/ResolveConflict,boesage:$ag3 SageTV Web Actions=/sage/TimedRecord,boesage:$ag3 SageTV Web Actions=/sage/MediaFileCommand,boesage:$ag3 SageTV Web Actions=/sage/ForceEpgUpdate,boesage:$ag3 SageTV Web Actions=/sage/EditShowInfo,boesage:$ag3 SageTV Web Actions=/sage/EncodeCommand,boesage:$ag3 SageTV Web Actions=/sage/FavoriteCommand,boesage:$ag3 SageTV Web Actions=/sage,boesage:$ag3 |
#1069
|
||||
|
||||
The order of entries is important...
try this: Code:
SageTV Web Actions=/sage/RecordingSchedule,boesage:$ag3 SageTV Web Actions=/sage/Command,boesage:$ag3 SageTV Web Actions=/sage/AiringCommand,boesage:$ag3 SageTV Web Actions=/sage/ManualRecord,boesage:$ag3 SageTV Web Actions=/sage/ResolveConflict,boesage:$ag3 SageTV Web Actions=/sage/TimedRecord,boesage:$ag3 SageTV Web Actions=/sage/MediaFileCommand,boesage:$ag3 SageTV Web Actions=/sage/ForceEpgUpdate,boesage:$ag3 SageTV Web Actions=/sage/EditShowInfo,boesage:$ag3 SageTV Web Actions=/sage/EncodeCommand,boesage:$ag3 SageTV Web Actions=/sage/FavoriteCommand,boesage:$ag3 SageTV Web Interface=/sage,teacher:teach SageTV Web Interface=/sage,boesage:$ag3
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#1070
|
|||
|
|||
Quote:
Could've sworn I had it setup like that once....grrr...anyway. It works now, thanks Nielm! |
#1071
|
|||
|
|||
Quote:
|
#1072
|
||||
|
||||
Quote:
On my router I forwarded port 8080 for TCP to the IP address of my Sage server 192.168.blah.blah and to always allow this. (Dlink 614+) On DynamicDNS i created an account with my own DNS name that references my public address 68.blah.blah.blah From outside of my house I input mydnsname.dvrdns.org/Sage/home and bingo-I get my dialog to log in and I get my Sage web page. I guess you don't really need a DNS name if you don't mind leaving your public IP lying around in someone's Internet cache. Did you actually verify your setup is working on the local machine with http://localhost:8080/Sage/home or whatever port you think you have it configured for. And do you have any other webservers running on that machine? Could be part of your issue. Gerry
__________________
Big Gerr _______ Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB. Last edited by gplasky; 04-06-2006 at 06:49 PM. |
#1073
|
||||
|
||||
Nielm, you are my new favorite person. Forever and a day later, I realized that I could use your webserver plug-in to render a SageTV screen inside CQC. The reason this is cool is that I can use CQC to control my HT equipment over RS232, and SageTV for the TV stuff, all on the same screen. Note the top/left nav.
Check it out... Big thanks, man. |
#1074
|
||||
|
||||
New version -- mainly bugfixes: V2.8 Apr 07 2006
New version -- mainly bugfixes: V2.8 Apr 07 2006 -- for Sage versions 2.2-4.1
Note: you may need to refresh your browser after installation to get the latest CSS stylesheets, otherwise you may have odd looking buttons on the detailed info pages...
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki Last edited by nielm; 04-07-2006 at 06:32 AM. |
#1075
|
||||
|
||||
You rock!
|
#1076
|
||||
|
||||
Hmmm...sadly all of the rss links just seem to point back the web page I'm on instead of actually having rss. Am I doing something wrong?
|
#1077
|
||||
|
||||
The rss links should be:
Code:
http://mediaserver:8080/sagepublic/Rss/RecordingSchedule http://mediaserver:8080/sagepublic/Rss/IRSuggestions http://mediaserver:8080/sagepublic/Rss/Conflicts
__________________
Check out my enhancements for Sage in the Sage Customisations and Sageplugins Wiki |
#1078
|
||||
|
||||
This addon is brilliant, thanks Nielm!
I've got one small problem though. If I click on for example "additional airings" and the search field contains umlauts (like ä or ö), the text in the search field gets garbled. I noticed that the browser in these cases switches character encoding from iso-8859-1 to utf-8. If I first change to 8859-1 and then correct the text, the search works. I get the same behaviour in both IE and Firefox. Is this a bug in the webserver, or in windows? Or maybe usage error?
__________________
i3-7100T, 8GB, Colossus, HDPVR2-GE+, BGT3620, Antec Fusion Case, Win10 64, SageTV 9.2 |
#1079
|
||||
|
||||
If I type those RSS urls into my browser they work fine, but the orange RSS buttons don't seem to take me to those urls.
|
#1080
|
|||
|
|||
Quote:
Thanks again Neilm |
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 |