testing period…
| Average Duration Recorded per day | 48.07 hours |
| Total Duration Recorded | 1027.53 hours |
under the testing period the server is very good with win7 64bit, no errors, 24/7 uptime
BTV is working perfectly
i made some changes on the webadmin site:
- bottom of the program guide site there is a channel switch: “Jump to channel…”
on the dropdown list the list isn’t the same names of above, it is using the original names from prgguide:
there is a line in the “Guide.aspx” sourcecode:
writer.WriteContent( UserChannels[i].Num + " - " + UserChannels[i].Name );
i changed the last “Name” to “CS”, and then it is OK! ![]()
writer.WriteContent( UserChannels[i].Num + " - " + UserChannels[i].CS );
and some other changes will post later…
