![]() |
|
[Web Interface Addon] XBMC Control Web Page - an open source development project - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Add-ons Help and Support (/forumdisplay.php?fid=27) +---- Forum: Web Interfaces (/forumdisplay.php?fid=156) +---- Thread: [Web Interface Addon] XBMC Control Web Page - an open source development project (/showthread.php?tid=51596) |
[Web Interface Addon] XBMC Control Web Page - an open source development project - Kabooga - 2009-05-24 00:25 New Google code project for XBMC Control Web Page. This is a web page using the XBMC web server to status and control the media center. This uses the Ext JS (Javascript) foundation for stability and ease of development. To use: 1) Download from the google code project located at: http://code.google.com/p/xbmcontrol-web/ 2) Unzip in the XBMC/web directory in C:\Program Files\ (or where you have installed XBMC). 3) Start a web browser. The address is http://ipaddress/XBMControl_Web/default.asp At the start the web page will show the shares currently defined. To open up an entry mouse click on the text. This will drill down to the next level of the shares directory tree. You can drag/drop from the shares list to the playlist. Clicking on an entry in the playlist will start the selected entry. Comments, and suggestions, are appreciated. ![]() Enjoy. - Livin - 2009-05-24 01:32 Prelim testing... Left side menu showing Sources, but not expanding to show any albums, etc Right side menu showing Playlist properly once selected directly onscreen (not using web interface) When physical DVD is playing... Continuous error popup (does not allow much of anything else to be done it happens so often) ![]() & Error when trying to use controls on web's main page
- Kabooga - 2009-05-24 17:35 Interesting that the connection has problems when the DVD is playing. I'll change the error handling to merely give a stoplight on the screen statusing the connection. I found the pop up distracting also. I'll put more (or better) information on the error alert for the controls. I would like to see what kind of errors you are getting (XBMC error, timeout error, communications error, etc). Thanks for your help. - jeepcook - 2009-05-25 22:06 Hi, Thanks for your work !! is there screenshots somewhere ? Regards - Livin - 2009-05-25 22:15 jeepcook Wrote:Hi, yes... install it and take as many as you'd like. - pletopia - 2009-05-25 23:43 any chance for some screenshots ? - Livin - 2009-05-25 23:54 Livin Wrote:Left side menu showing Sources, but not expanding to show any albums, etc Kabooga, any ideas? this is the same issue I had with the first pages you put out I have all MS patches & .Net versions, and latest Java installed. I tried Firefox 3 & IE7 - Bram77 - 2009-05-26 00:14 Same here. - Kabooga - 2009-05-28 05:15 I'm thinking this is the same issue as with the first changes I had made to Bram77's XBMControl. Something to do with how the slashes are done in the directory string being passed around (see the changes made to XBMControl for handling the slashes). I'll go through the XBMControl changes to handle this and put them into the web page. The changes will be online by noon tomorrow (PST). Sorry for this. It's driving me crazy to figure this out. I have it working pretty nicely on my systems (...really they do work...)Screenshots will be put on the Google Code webpage tomorrow. Regards - Livin - 2009-05-29 03:41 latest DL on google has CRC errors. |