Kodi Community Forum
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Web Interfaces (https://forum.kodi.tv/forumdisplay.php?fid=156)
+---- Thread: [Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC (/showthread.php?tid=81775)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


- X3lectric - 2011-08-24

Ardalista Wrote:Do you have any plans to implement support for movie sets? currently the sets and the movies contained within them do not show while using this interface via movies but if I enter file mode then I can see them again.

XVMM is great and supports movie sets, you cant control xbmc but then again you can change in between web interfaces as you need.

Waiting for this topic or addon to get upgrdaed is like waiting for a ship in the desert.


- Drewdatrip - 2011-08-28

Missing this since i compiled Pre 11. any chance it will be working with the Nightlies anytime soon? All it does is attempt to initialize the lib

Drew


CD / DVD Drive over AWX - toldap - 2011-09-14

hi All

First, thanks for this great Interface!

Is it possible to play a cd or dvd direct over AWX? I mean, can I select
cd/dvd drive over AWX?


Thanks!


Got it working! - frolick - 2011-09-15

I played around with the web interface for a while today and got it mostly working on my ATV2 running pre-11.0 compiled June 23rd and also on my 64 bit win 7 computer running pre-11.0 compiled September 14th.


You can find it here: http://dl.dropbox.com/u/19026582/webinterface.awx-0.3.2-1.zip

What's working:
  • It initializes the library!
  • Movies show up and you can play them.
  • TV shows show up and you can play/enqueue them.

What doesn't work:
I don't have any music in my library so I haven't played with that side of the interface, but it probably doesn't work.

What was wrong with it:
From what I can tell, some of the data returned by XBMC from the JSON-RPC calls was moved around. Specifically the limits of the array returned by the VideoLibrary.GetMovies and VideoLibrary.GetTvShows was turned into it's own object. Also, I had to specifically request thumbnail path information when I asked for the movies and the TV shows.

The library wasn't initializing because AWX was trying to determine if your TV Shows used banners or posters but the array that was supposed to contain that information didn't.

What I want to work on when I get some time:
A few people wrote their own features that I hope to integrate as well as getting the audio half of the interface working.

Let me know if you run into any problems and I'll try to fix them.


- Mizaki - 2011-09-15

Nice one.

Music artist and album error with unable to retrieve list. Files are listed but errors with can't add to playlist.

I'd also like to see recently added in that list if possible. I did have a quick look at the code previously but I didn't understand much Sad

Thanks again for getting it going.


Audio Fixed - frolick - 2011-09-16

I think I ironed out most of the audio problems although the file views are still messed up. When you click on a folder, it tries to play whatever is in that folder instead of showing you what's in the folder. I'm not quite sure if that is intended behavior or if something is broken.

I also implemented the code that A321 submitted back in post 262:http://forum.xbmc.org/showpost.php?p=835617&postcount=262. This lets you use the web interface to move around the XBMC interface.

Here's a link to the updated addon: http://dl.dropbox.com/u/19026582/webinterface.awx-0.3.2-2.zip


- frolick - 2011-09-16

I think I got most of the audio stuff working except for the file view. For some reason, when you click on a folder that contains subfolders but not music, the interface tries to add that subfolder to the audio playlist as a file instead of driving down another level in the file structure. I'm not quite sure why it's happening.

I also included the code that A321 posted in like post 262 of this thread that lets you control XBMC like a remote.

Here's a link: http://dl.dropbox.com/u/19026582/webinterface.awx-0.3.2-2.zip


- illiac4 - 2011-09-16

Still getting 'Failed to get directory'.

TNX


- frolick - 2011-09-16

illiac4 Wrote:Still getting 'Failed to get directory'.

TNX

Hmm, which build of XBMC and OS are you running?


RE: [Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC - petie74 - 2011-09-18

Many thanx, This is the only reason for me not testing: http://freeware.info.pl/monitor.html pre-Eden. AWX=Wife approved factorBig Grin


- Livin - 2011-09-19

Great to see someone taking over the best website ui for xbmc... XBMC is sorely missing a web ui.


- nshearer - 2011-09-26

Is there a way to browse the Video Addons? For example, Free Cable?


- frolick - 2011-09-26

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

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

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