• 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 23
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC
#91
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.
Reply
#92
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
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
Reply
#93
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
Reply
#94
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);
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
Reply
#95
Genius. Thanks man! Big Grin
Reply
#96
Thank you very much for this, really great interface, and even with shutdown function :-)
Keep it up!
Reply
#97
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...
Reply
#98
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
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
Reply
#99
i can't get movies or tvshows, both giving me error in retrieving list.
Reply
Have you tried to increase the timeout-value in the AWX-settings?
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
Reply
i've tried to change the timeout in js file, but don't work.
i haven't see this option in settings. Sad
Reply
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.
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2)
Reply
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
I'm not an expert but I play one at work.
Reply
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 )
Reply
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?
Reply
  • 1
  • 5
  • 6
  • 7(current)
  • 8
  • 9
  • 23

Logout Mark Read Team Forum Stats Members Help
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC6