[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
pyrocyd Offline
Junior Member
Posts: 15
Joined: Aug 2010
Reputation: 0
Post: #41
Great stuff!!

One thing for me: I use "Hide Artists who only appear on compilations" would something like that be possible for AWX ??
find quote
MKay Offline
Member
Posts: 81
Joined: Jan 2010
Reputation: 10
Post: #42
The API does not support this feature, but i already requested it: http://trac.xbmc.org/ticket/10322

:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
find quote
hotlobster Offline
Senior Member
Posts: 241
Joined: Jan 2009
Reputation: 0
Location: Paris FR
Post: #43
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 ).
(This post was last modified: 2010-10-03 15:01 by hotlobster.)
find quote
ppic Online
Skilled Python Coder
Posts: 2,688
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #44
when going in movies, i get an error message on upper right corner "Failed to retrieve movie list!"

what informations do you need?

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find quote
Auke Offline
Junior Member
Posts: 13
Joined: Jul 2010
Reputation: 0
Post: #45
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
find quote
MKay Offline
Member
Posts: 81
Joined: Jan 2010
Reputation: 10
Post: #46
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?

:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
find quote
ubuntuf4n Offline
Posting Freak
Posts: 783
Joined: Jan 2010
Reputation: 2
Post: #47
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
(This post was last modified: 2010-10-04 14:19 by ubuntuf4n.)
find quote
billybarty Offline
Junior Member
Posts: 27
Joined: May 2007
Reputation: 0
Post: #48
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
find quote
MKay Offline
Member
Posts: 81
Joined: Jan 2010
Reputation: 10
Post: #49
Seeking the currently playing file (music, movie, episode) will be implemented in the next version Wink

:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
find quote
Auke Offline
Junior Member
Posts: 13
Joined: Jul 2010
Reputation: 0
Post: #50
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
find quote
Post Reply