XBMC Community Forum
[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)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35


- pyrocyd - 2010-10-03 13:56

Great stuff!!

One thing for me: I use "Hide Artists who only appear on compilations" would something like that be possible for AWX ??


- MKay - 2010-10-03 14:11

The API does not support this feature, but i already requested it: http://trac.xbmc.org/ticket/10322


- hotlobster - 2010-10-03 14:50

Ok i get it.

About the thumbs loading. In fact it works but didn't saw it.
When it first load the page, it request all appearing thumbs of the top of the page.

If you scroll down, it continues to finish its queue, then it queues the new thumbs showed on your page.

But as thumbs are slow to load, it takes a while before you see thumbs of your actual page position.

Perhaps it could be possible to stop the current queue loading and replace it by the current one ?




Not related but nice tip for those like me who want to put the web frontend directly on your lighthttpd or apache ( and not installed as plugin ) , here is the way to go ( works here ):

Put the plugin content directly in your webserver ( ex: /var/www/awx ), and proxy all "*jsonrpc" and "*vfs" query to xbmc web server.

conf sample for lighttpd ( xbmc webserver is 8080, lighttpd server is 80 )

Code:
$HTTP["url"] =~ "^/jsonrpc" {
proxy.server = ( "" => ( ( "host" => "127.0.0.1",
                             "port" => 8080
) )
)
}

$HTTP["url"] =~ "^/vfs" {
proxy.server = ( "" => ( ( "host" => "127.0.0.1",
                             "port" => 8080
) )
)
}

Then you can use many different xbmc webfrontend at the same time ( awx + xwmm + wtouch ).


- ppic - 2010-10-03 14:54

when going in movies, i get an error message on upper right corner "Failed to retrieve movie list!"

what informations do you need?


- Auke - 2010-10-03 19:47

Great that the albums and songs are shown now in Files mode. But unfortunately the albums or files are not playable. I get the message Playing File .... Failed.

Also one request. The Cursor is very big blinking. Its a little ugly.. can it get out.

I am using Windows7 xbmc beta2 and firefox


- MKay - 2010-10-04 11:50

hotlobster Wrote:About the thumbs loading. [...] But as thumbs are slow to load, it takes a while before you see thumbs of your actual page position.
Perhaps it could be possible to stop the current queue loading and replace it by the current one ?
I will think about it Smile

ppic Wrote:when going in movies, i get an error message on upper right corner "Failed to retrieve movie list!"
what informations do you need?
Have you tried reloading the movie list?
How many movies do you have? Maybe it took to much time, to retrieve the complete list. You could increase the timeout-limit: Search in jquery.xbmc.js (v0.2.6) for "timeout: 10000," and replace it by "20000" (20 seconds).

Auke Wrote:Great that the albums and songs are shown now in Files mode. But unfortunately the albums or files are not playable. I get the message Playing File .... Failed.
Also one request. The Cursor is very big blinking. Its a little ugly.. can it get out.
I will check the file-problems.
You have a blinking cursor? Confused Is this a persistent problem?


- ubuntuf4n - 2010-10-04 13:23

nice project. :-)

Now I don't need to grab my remote control, when I am using my pc.
Would it be possible to use the seek-feature, while watching a Movie/TVShow?

Regards,
Ubuntuf4n


- billybarty - 2010-10-04 19:39

I'm absolutely lovin' this! Runs nicely on the Safari browser on iPad. Took me a while to figure out the 2 finger scroll technique, though.

Ditto on the request for ability to seek while playing videos.

Thanks, again
bb


- MKay - 2010-10-04 21:58

Seeking the currently playing file (music, movie, episode) will be implemented in the next version Wink


- Auke - 2010-10-04 22:47

MKay Wrote:I will check the file-problems.
You have a blinking cursor? Confused Is this a persistent problem?


I am Sorry, i can not reproduce the big blinking cursor.Blush Only by the AWX symbol, but that not a problem. If i ever see it again, and i can reproduce it, i will inform you.Nod