![]() |
|
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC - 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] AWX - Ajax based Web Interface Addon for XBMC (/showthread.php?tid=81775) |
- Livin - 2011-09-19 05:36 Great to see someone taking over the best website ui for xbmc... XBMC is sorely missing a web ui. - nshearer - 2011-09-26 02:03 Is there a way to browse the Video Addons? For example, Free Cable? - frolick - 2011-09-26 21:44 nshearer Wrote:Is there a way to browse the Video Addons? For example, Free Cable? There is really no way to display addons in the webinterface. All I can think of is that you can use the navigation arrows to go through the menus while looking at the tv that the xbmc is attached to. - illiac4 - 2011-09-27 07:16 frolick Wrote:Hmm, which build of XBMC and OS are you running? I'm using build from 20. september. And everything is working ok, except when you try to list files which are located on windows machine (shared, samba). When you select to list those files it throws error. RE: [Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC - petie74 - 2011-10-03 18:43 I see this topic on github. Hope this will do the trick ito File Mode FIX: No files are returned from JSON-RPC Files.GetDirectory for http sources https://github.com/xbmc/xbmc/pull/458 - newphreak - 2011-10-08 10:59 Just notice how awesome web ui's were. Would it be possible to add some fanart in the background here etc? so much space going to waste hehe.
- mullcom - 2011-10-10 19:59 dont work on Eden :U - frolick - 2011-10-10 20:24 mullcom Wrote:dont work on Eden :U Yeah, it looks like somebody decided to change the name of a parameter from "fields" to "properties" in the JSON-RPC calls on the 18th of September. https://github.com/xbmc/xbmc/commit/481a6007e899bdba21f2b500ef4ad90ddd6b62eb I'll make the changes when I get a chance, but if you want to get it working right now, my bet is that you can replace all the "fields" with "properties" (both with quotes) in lib.xbmc.js. That is assuming that's the only change they made. - frolick - 2011-10-10 20:41 newphreak Wrote:Just notice how awesome web ui's were. Would it be possible to add some fanart in the background here etc? so much space going to waste hehe. Yeah, that should be possible. I believe that you can get the fanart location through the JSON-RPC interface. It's just a matter of figuring out how to best display it. I'll add it to my things to learn how to do when I get some time. It's going to be after creating a recently added section and displaying a check mark on items you've watched though. - thevorticon - 2011-10-13 02:06 frolick Wrote:Yeah, it looks like somebody decided to change the name of a parameter from "fields" to "properties" in the JSON-RPC calls on the 18th of September. Yeah this gets the library showing up again for me on Eden (did a few other edits too) but when I try to play a video from it, I get a "Failed to Clear Playlist" error. Looks like it's stopping at clearVideoPlaylist, but I haven't found any commits that might have changed the VideoPlaylist.Clear function. I'm still looking into it, but any ideas? Edit: Here's my WIP: http://dl.dropbox.com/u/400974/webinterface.awx.zip |