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


- vinistois - 2010-10-17

I LOVE this interface. I have been waiting for just this exact thing!

Thank you so much!

I have an issue that is in no way related to this app, but it just serves as a good place to show what's going on.

Image

What's up with my banners? How do I fix it? Why are some shows correct, and others are stretched? I always scrape the same way, I add new shows using sickbeard and use the default scraper.


- MKay - 2010-10-18

vinistois Wrote:I have an issue that is in no way related to this app, but it just serves as a good place to show what's going on.
[...]
What's up with my banners? How do I fix it? Why are some shows correct, and others are stretched? I always scrape the same way, I add new shows using sickbeard and use the default scraper.
I have no idea how sickbeard works. You should create your own thread for this issue Wink The AWX-Thread is the wrong place Wink


- skunkfu - 2010-10-18

Helloo

Awesome work on your interface MKay, nicely done Smile

I'm having just a lil issue with using sub-domains. When using the link 'http://domain.dyndns.org:8080/' it works perfectly (beautiful bit of kit), but when using 'http://domain.dyndns.org/xbmc/' it doesn't work properly (aww). It comes up with Failed to detect TV Show Thumb Type!, failed to retrive said list, jsonrpc functions not working, etc.

Apache conf: http://pastebin.ca/1965828

Hopefully posting in the right place for this. Thank you Wink


- MKay - 2010-10-18

Maybe absolute pathes in AWX is the problem.
Try the following 2 replacements in "js/lib.xbmc.js":

1. Replace
Code:
url: '/jsonrpc?awx',
with
Code:
url: './jsonrpc?awx',

2. Replace
Code:
return '/vfs/' + encodeURI(url);
with
Code:
return './vfs/' + encodeURI(url);



- skunkfu - 2010-10-18

Genius. Thanks man! Big Grin


- pigeldi - 2010-10-21

Thank you very much for this, really great interface, and even with shutdown function :-)
Keep it up!


- pigeldi - 2010-10-29

Can you integrate some kind of "now playing" with time progress?
Many of my CDs are one big MP3 with Cue. AWX neither shows me the progress nor the current track based on the Cue.

EDIT: Just see in your screenshot that there should be a "now playing", but I do not have that (track is currently playing):
Image


EDIT2: Well the bar is there in IE, but not in Firefox as you see in the screenshot.
EDIT3: Reload also made it appear in FF, odd...


- MKay - 2010-10-30

Hey guys!

Here is the new version. Not all feature requests could be implemented in this version (e.g. sort options for movies) because atm i am short of time ... the new semester at university has just begun Wink

Download v0.3.1: http://www.mediafire.com/?vr8rxg7u60sh1pl

0.3.1:
- Added: UI/Skin "light" (see settings-dialog)
- Added: (Un-)Shuffle-Button
- Added: "Play/Enqueue" folders in Filesystem-Viewer
- Added: Multi-language-support
- Added: Language: German
- Changed: Reduced the number of periodic requests
- Changed: Replaced absolute paths with relative paths
- Changed: TV Show's name will be shown in TV Show list
- Changed: Show "Search Result"-Caption when search results are displayed
- Fixed: If playlist is empty the Currently-Playing-Box will be hidden even if media is playing

@Translators: If you are interested in translating AWX into your language feel free to contact me via PM Wink


- ppic - 2010-10-30

i can't get movies or tvshows, both giving me error in retrieving list.


- MKay - 2010-10-30

Have you tried to increase the timeout-value in the AWX-settings?


- ppic - 2010-10-30

i've tried to change the timeout in js file, but don't work.
i haven't see this option in settings. Sad


- MKay - 2010-10-30

Which version of AWX do you use?
The settings-dialog in v0.3.1 looks like this:
Image
I marked the TimeOut-setting in the image above.

In this posting you wrote, that a TimeOut-value of 30000 works for you. 30000 = 30 seconds.


- Livin - 2010-11-01

MKay,
Your web UI is great. I really hope you make it Android OS (multi screen size) compatible. I'd love to use it on my 5" Dell Streak.

One suggestion for the current build... under settings, you might want to add the version so people can quickly/easily see if they forgot what is installed. Smile


- hotlobster - 2010-11-03

Hi

It seems Awx doesn't support external database.

No movie & Tv Shows listing when using mysql database, everythings works ok whith sqlite.

More info on this thread:
http://forum.xbmc.org/showthread.php?tid=84647

( Awx is not the only involved, Default web ui too, XWMM is ok )


Wierd Banner Icons? - UndisclosedP - 2010-11-03

Not sure what i've done wrong but it seems as though AWX is only grabbing the wide banners for my shows and not the correct smaller banners?

Is there a setting i've missed somewhere?