[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC

  Thread Rating:
  • 6 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Livin Offline
Posting Freak
Posts: 3,432
Joined: May 2004
Reputation: 17
Location: above ground
Post: #281
Great to see someone taking over the best website ui for xbmc... XBMC is sorely missing a web ui.

I'm not an expert but I play one at work.
find quote
nshearer Offline
Junior Member
Posts: 1
Joined: Sep 2011
Reputation: 0
Post: #282
Is there a way to browse the Video Addons? For example, Free Cable?
find quote
frolick Offline
Junior Member
Posts: 35
Joined: Jun 2011
Reputation: 0
Post: #283
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.
find quote
illiac4 Offline
Fan
Posts: 434
Joined: May 2009
Reputation: 1
Post: #284
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.
find quote
petie74 Offline
Member
Posts: 52
Joined: Oct 2008
Reputation: 0
Location: Port Elizabeth, South Africa
Post: #285
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

[Image: blank.gif]
(This post was last modified: 2012-10-11 11:40 by petie74.)
find quote
newphreak Offline
Donor
Posts: 176
Joined: Oct 2010
Reputation: 0
Location: sofa @ Norway
Post: #286
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.
[Image: 20111008105511capture.png]

Samsung ES7005 55" led tv - Denon AVR-3313 - NAD C275BEE - B&W DM683 - B&W HTM61 - B&W 686
Asus EB1501P ION2 - OCZ Vertex 2 64gb ssd - Built in IR Receiver
And a Logitech Harmony Touch to control it all. http://www.OpenELEC.tv
find quote
mullcom Offline
Junior Member
Posts: 15
Joined: Nov 2010
Reputation: 0
Post: #287
dont work on Eden :U
find quote
frolick Offline
Junior Member
Posts: 35
Joined: Jun 2011
Reputation: 0
Post: #288
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/481a...0ddd6b62eb

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.
find quote
frolick Offline
Junior Member
Posts: 35
Joined: Jun 2011
Reputation: 0
Post: #289
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.
find quote
thevorticon Offline
Junior Member
Posts: 16
Joined: Sep 2011
Reputation: 0
Post: #290
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.

https://github.com/xbmc/xbmc/commit/481a...0ddd6b62eb

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.

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
(This post was last modified: 2011-10-13 02:58 by thevorticon.)
find quote
Post Reply