2012-11-26, 12:23 AM
thanks, not to worried about the small cosmetic things like subtitles etc just yet. all the data is there, its easy to add (i think it may already be there, just hidden by css).
more worried about ability to do stuff, like schedule a recording, view the guide, configure channels, stop a live stream etc. leave all the cosmetic stuff to later, worry about stability and performance atm.
ive just checked in a updated way to use the guide (not finished, doesnt fully work, only spent the lunch time working on it), but it renders the guide on the server side and sends html to the client instead of json data (i think theres just too much data to render in the browser at a good speed which is slowing the guide page down), the url to get to that new page is currently
http://{server}/Guide/Index2
only called Index2 until i can finish it and test it more (developed it at work against a dummy setup). see if that improves performance a little. the bottleneck for me is the rendering in javascript.
more worried about ability to do stuff, like schedule a recording, view the guide, configure channels, stop a live stream etc. leave all the cosmetic stuff to later, worry about stability and performance atm.
ive just checked in a updated way to use the guide (not finished, doesnt fully work, only spent the lunch time working on it), but it renders the guide on the server side and sends html to the client instead of json data (i think theres just too much data to render in the browser at a good speed which is slowing the guide page down), the url to get to that new page is currently
http://{server}/Guide/Index2
only called Index2 until i can finish it and test it more (developed it at work against a dummy setup). see if that improves performance a little. the bottleneck for me is the rendering in javascript.