![]() |
|
[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) |
- Kabooga - 2009-05-30 07:35 Another zip file uploaded. I tested this one to make sure there were no CRC errors. This version works with Safari, and Firefox. Hopefully the problems seen by Livin and Bram77 are fixed. File can be downloaded at http://code.google.com/p/xbmcontrol-web/downloads/list Enjoy. - Livin - 2009-05-30 16:28 Kabooga, That works better... Two questions. 1) There is some long delay between when you choose a folder (source) for the first time and when it displays it. 30-60 seconds (not sure if it is caching it our what it is doing? Maybe it could cache immediately upon load (in the background)? One of my folders only had 19 items and it took almost a minute. XBMControl takes 1-2 seconds, in comparison, for the same sources. 2) I'm getting a modal popup when I select a folder/Source where no child items exist. (no error with XBMControl)
- Livin - 2009-05-31 22:54 Kabooga, any newer versions to test with? - Kabooga - 2009-06-10 06:12 A new version has been put on the Google code project (v1.10) Sorry for the wait. Big changes made. The web interface looks a lot cleaner. The code project is at http://code.google.com/p/xbmcontrol-web/ - Gamester17 - 2009-06-10 13:35 @Kabooga, could anything be learned or copied from this project/code?: http://code.google.com/p/mp-web-interface/ ![]() By the way, would be nice to have a few screenshots on http://code.google.com/p/xbmcontrol-web/ ![]() PS! Off-topic but something related that is highly request and a hot discussion topic is also the possibility of being able to edit advanced settings (advancedsettings.xml) and keymappings (keymap.xml) non-GUI features via the a separate section in the web interface: http://forum.xbmc.org/showthread.php?tid=46100
- Bram77 - 2009-06-11 00:34 Great update! What js library are you using for the treeviews and animations? Are the graphics part of the library? It all seems to work now except for a lot of alterts with a "xbmcCmds failure t:[object Object]" message. - Kabooga - 2009-06-11 19:49 I'm using the EXT JS library. http://www.yui-ext.com/ The library is very complete. All the graphics except for the media buttons (stop, play, etc) were already in the library. I'll put more information in the alerts so we can see what is going on. - Bram77 - 2009-06-11 21:54 EXT JS lloks fantastic, thanks! I'll be using it for sure. I've worked with Backbase for quite some time, which is extremely powerful, but sometimes unpredictable with the cross-browser stuff. I have a lot of respect for the developers of Backbase, but it has become so complex that there keep popping up bugs that are hard to fix. This seems like a nice (even though a bit less powerful) alternative. - Gamester17 - 2009-06-19 15:02 ...screenshot or two on http://code.google.com/p/xbmcontrol-web/ might entice new users to try it
- Bram77 - 2009-06-19 23:31 A little (offtopic) update bout my first experiences with ExtJS 3.... It's extremely usable. I've used a lot of js libraries and I've never came across one that's so easy to use and work well cross-platform (IE, FF, Opera and Safari all seem to work flawless). I'm integrating it in the PHP zend Framework now, which is a bit trickey but doable. I've convinced my boss to get me a license (actually, the library did most of the convincing). I'm writing apps with it as we speak....so thanks for the tip again!! and keep using it for XBMC Contol Web, because there is no better alternative. |