- June 13, 2006
- 979
- 178
- Home Country
-
Belgium
- Thread starter
- #71
I'm using SQL Express.
I'm running a single-seat and I have tried both TCP and HTTP from different machines? How can I change mode and IP address without reinstalling the client?
On XP you'll find an XML settings file in 'c:\Documents and Settings\<username>\Application Data' or 'c:\Documents and Settings\<username>\Local Settings\Application Data'. On Vista it's in the new 'c:\Users\<username>\AppData' directory.
How does the service decide on what IP it listens to?
There's a TvScheduler.WindowsService.exe.config that contains the base Service URL and ports. There is one very big caveat however: if you change the port number for HTTP then you need to plug a different hole in HTTP.SYS. You can read more about this here: http://www.leastprivilege.com/PunchingHolesIntoHTTPSYS.aspx. And here's a tool to help you punch new holes: http://www.stevestechspot.com/downloads/httpconfig.zip.
The installer for TvScheduler already punches the hole at port 49941 for you.
Regarding the scheduling in tv-guide, I was thinking more of a button to create a new clean custom rule. Like the one in 'Scheduled recordings'.
Right! Not a bad idea, but won' it always be based on a program you click on? So perhaps a "Create Advanced Schedule" item in the popup that would only fill in the program Title and leave the rest for you to fill in?
I think this it's a great GUI, especially using it via the network. I would probably use this type of GUI more.
That's very valuable feedback, I'll keep improving the Management Console as well as it is indeed a good alternative to manage your schedules.
As for the calendar popup, it works now... probably a bug in .NET.
// Jacob
OK, good