![]() |
|
[Web Interface Addon] AWXi - Ajax Based Web Interface - 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] AWXi - Ajax Based Web Interface (/showthread.php?tid=112956) |
- Montellese - 2011-10-26 15:40 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. - Ronny! - 2011-10-26 15:44 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 - Scaramush - 2011-10-26 16:41 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. - frolick - 2011-10-27 02:39 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. - Scaramush - 2011-10-27 08:02 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 - Scaramush - 2011-10-28 08:55 frolick Wrote:If you want to post a link to your translation I'd be happy to package it in. http://ifolder.ru/26613522 - Livin - 2011-10-29 00:56 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? - frolick - 2011-10-29 00:59 Livin Wrote:I cannot get the UI to load, it only load the default UI. I'm not near an XBMC install, but try changing the web interface to default, restart XBMC, and then change it back to AWX. - Livin - 2011-10-29 01:34 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) - Mizaki - 2011-10-29 01:51 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!).
|