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


- Bobby Blixberg - 2011-02-17 23:28

MKay Wrote:lol, the idea with the "//" was totally absurd. Instead try to replace the line
Code:
this.detectThumbTypes(initContainer, callback);
with
Code:
callback();

feedback();

Yeah, that's it! Nod

Thanks very much again.


- MKay - 2011-02-17 23:37

It works? I think, i found the error: missing "callback();" between line 193 and 194.


- Bobby Blixberg - 2011-02-17 23:58

No need to look for more errors Wink

Yes, it works.


- Livin - 2011-02-24 07:07

MKay,
I found a bug...

when the screensaver comes on and you use AWX to start a video, the video/audio starts but the screen saver does not turn off. This only happens with your UI, the default web UI works as expected. I'm not sure if this is a bug in your code or XBMC. I have entered a TRAC bug but I suspect the devs may say your code is the issue. Can you test? (I usually use slide show screen saver).


- MKay - 2011-02-24 13:27

The default UI uses another method to start playing eg a movie.
I will check out if i can use this method too without breaking AWX Smile


- dondre - 2011-02-26 15:05

Hey man, awesome work, sorry to bump up an old topic, but do you think it will be doable to add a "play/pause" button in this web interface? I can't find the pause function and this is really missing!

Thanks!


- Bobby Blixberg - 2011-02-26 15:13

Erm...

[Image: image1xa.png]


- dondre - 2011-02-26 15:35

Jeeez I feel dumb! Thanks bro, I guess I did not see at first it's a shared button for pause play button. Thanks!

I have another question/request which makes more sense,

I'm using this interface a lot for playing series/episodes which works great, here is a view of my tv series listed in the web interface:

http://awesomescreenshot.com/083898m1b

Unfortunately when clicking on "seasons" on a tv serie it won't show the posters of the seasons but just a list;

http://awesomescreenshot.com/084898pc1

Would it be possible to show the serie seasons posters the same way you are showing the series ?

Also what would be marvelous is if you have a way of sorting the content by dropping the "the" e.g. "the 4400" would be sorted at "4400" instead of "The xxx" if you get what I mean?

Thanks for the great work! Just my 2 cents Smile


- MKay - 2011-03-01 12:46

@dondre:
What browser and which browser version do you use?
Normally the Texts like "Music" and "Video" in the menu and the text for the seasons are not white. Confused

Maybe i will implement poster/banner-view for seasons as well if the json-api supports it.

Sorting is, once again Tongue, an json-api-issue. Sorting is done by the API. But maybe i can use workarounds Wink


- Livin - 2011-03-03 03:17

MKay - any release coming soon?