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


- vinistois - 2010-10-17 05:21

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: webinterface.jpg]

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 00:12

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 17:03

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 17:22

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 17:47

Genius. Thanks man! Big Grin


- pigeldi - 2010-10-21 22:53

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


- pigeldi - 2010-10-29 15:13

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: awx.png]


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 20:59

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 21:29

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


- MKay - 2010-10-30 21:50

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