[Web Interface Addon] AWXi - Ajax Based Web Interface

  Thread Rating:
  • 1 Votes - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Montellese Offline
Team-XBMC Developer
Posts: 2,778
Joined: Jan 2009
Reputation: 20
Location: Switzerland
Post: #21
As I don't have any SMB shares myself I can't test but I discussed the issue with some other team members and here is how it works:

1. You enter an SMB share as a source
2. XBMC retrieves the username and password and stores them in a password manager
3. XBMC only stores the actual SMB path (no username/password) as the source

Next time XBMC tries to access a sub-path of that SMB path it checks the password manager for known username/password pairs and if it finds a match, uses those. Otherwise it asks the user for the authentication details.

There seems to be a problem though as this does not work with ip-address based SMB paths and only with hostname-based SMB paths.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.

[Image: badge.gif]
find quote
Ronny! Offline
Junior Member
Posts: 20
Joined: Apr 2010
Reputation: 0
Location: Netherlands
Post: #22
How does this work with a centralized mysql database?
I mean, do I have to enter a username and password at every XBMC client? Or are the username and password stored in the mysql database, I think not
find quote
Scaramush Offline
Junior Member
Posts: 19
Joined: Sep 2011
Reputation: 0
Location: Donetsk, Ukraine
Post: #23
Hi, is it possible to add another language to AWX? I add file for my lang to ./js/lang, but there is no any effect.
find quote
frolick Offline
Junior Member
Posts: 35
Joined: Jun 2011
Reputation: 0
Post: #24
Scaramush Wrote:Hi, is it possible to add another language to AWX? I add file for my lang to ./js/lang, but there is no any effect.

Yeah, once you put the language file in the ./js/lang folder you need to add it as a script source in index.html. It should be formatted like:

Code:
<script src="js/lang/yourlanguagefilename.js" type="text/javascript"></script>

If you want to post a link to your translation I'd be happy to package it in.
find quote
Scaramush Offline
Junior Member
Posts: 19
Joined: Sep 2011
Reputation: 0
Location: Donetsk, Ukraine
Post: #25
Hi! How can I add another language to AWX? I added lang file for my language into ./js/lang. But it didn't work. What else I should do?

Sorry for the repeated message. I didn't found button to remove it
(This post was last modified: 2011-10-27 08:09 by Scaramush.)
find quote
Scaramush Offline
Junior Member
Posts: 19
Joined: Sep 2011
Reputation: 0
Location: Donetsk, Ukraine
Post: #26
frolick Wrote:If you want to post a link to your translation I'd be happy to package it in.

http://ifolder.ru/26613522
find quote
Livin Offline
Posting Freak
Posts: 3,430
Joined: May 2004
Reputation: 17
Location: above ground
Post: #27
I cannot get the UI to load, it only load the default UI.

I deleted browser cache
I deleted the old AWX folder under Addons
I have installed the latest ZIP file in post1
XBMC says AWX is Enabled (also says Default is enabled and there is no way to disable)

thoughts?

I'm not an expert but I play one at work.
find quote
frolick Offline
Junior Member
Posts: 35
Joined: Jun 2011
Reputation: 0
Post: #28
Livin Wrote:I cannot get the UI to load, it only load the default UI.

I deleted browser cache
I deleted the old AWX folder under Addons
I have installed the latest ZIP file in post1
XBMC says AWX is Enabled (also says Default is enabled and there is no way to disable)

thoughts?

I'm not near an XBMC install, but try changing the web interface to default, restart XBMC, and then change it back to AWX.
find quote
Livin Offline
Posting Freak
Posts: 3,430
Joined: May 2004
Reputation: 17
Location: above ground
Post: #29
frolick Wrote:I'm not near an XBMC install, but try changing the web interface to default, restart XBMC, and then change it back to AWX.

BOTH default & AWX say Enabled
... there is no way to disable Default (not able to select the button)

I'm not an expert but I play one at work.
find quote
Mizaki Offline
Fan
Posts: 662
Joined: Apr 2011
Reputation: 12
Post: #30
I think I know where you are going wrong. To set the web interface to use go to:

Settings->Network->Services->Web interface

This will give you a list of enabled web interfaces. You can only have 1 active at a time but you can have many enabled if you look at the addon list.

Also, just pushed to git a hacked together dark version of the light interface for those of you who like/need a landscape layout but don't like bright lights (mogwais!). Smile

[Image: watched-clearlogo.jpg]
AWXi - Ajax web interface. Wiki
find quote
Post Reply