I've been trying to get the WebUI interface to run. I finally have the basic black bar at the top of the page coming up with the playback controls, the shuffle/continuous controls and the list selector boxes displaying. Below that are a couple of frames that come up with "The Page Cannot Be Displayed" caption. I assume this means that the document is not finding MC on the remote server computer.
I do not know HTML, but am trying to figure it out as I go. As per the readme.txt, the base href has been changed to <base href="<http://192.168.1.143:666>/" /> and all SRC references for local file locations are set to file:///C:/TempZip/MediaCenterWUI which is the directory that the files were put into. The URL and port numbers are correct.
My problem seems to be that "view?location" is not being interpretted correctly. I have no idea how this string/variable/tag gets populated in the HTML. I am also struggling with where to look for the syntax of the instructions that follow the view?location string, such as "Playing+Now". These don't seem to be in any of the command files in the Wiki.
I am trying this from two WinXP Pro machines, one running IE6 and one running IE7, both with firewalls turned off, I think.
I could post a screen shot of the screen as it loads with the resoure string in the bottom of the browser window, if that would help, but I can't figure out how to attach an image. The bar at the bottom of the screen reads "Opening page http://<http://192.168.1.143:666>/view?location=Media+Library%7CAudio%7CArtist%2FAlbum..."
In the above, I thought that maybe the repeated http:// was wrong, so I tried changing the base ref to <base href="<192.168.1.143:666>/" /> but then I don't get any frames and just a full page "This Page Cannot be displayed message.
Any ideas?
?