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


- Dragen - 2010-12-20

Hi. Love the UI. But would it be possible to add a watched tag to movies and tv?


- vaton4 - 2010-12-20

alshain Wrote:@vaton: Thanks - but these changes are gone when XBMC does an update Wink
Sure, this is just patch, not update. But quite usefull to check AWX before permanent installation.
Final solution is allways on developper.


Music Videos help... - fantoma - 2010-12-20

Hello,

Will this work for the music video too? I will try it tonight. I installed the add on last night but didn't know how to use it. It would be nice to add a few line instruction in the description in Add-on for the newbie like me. I didn't set the web interface so that might be the reason.

Also, as the music video, will I be able to do control music video too? Can I queue the music video like the music library? Will I be able to switch audio track on-the-fly? All of my music video have dual audio track. I really need to able to select audio track on-the-fly. Thank you very much.


Firebug shows errors - vaton4 - 2010-12-20

Firebug shows some images are missing:
Code:
Error 404 Not Found - http://127.0.0.1:8080/loading_thumb.gif
Error 404 Not Found - http://127.0.0.1:8080/loading_thumbPoster.gif
Error 404 Not Found - http://127.0.0.1:8080/thumbPoster.png
Error 404 Not Found - http://127.0.0.1:8080/thumb.png
Seems that in both the ui.default/ui.default.js and ui.light/ui.light.js files there are bad paths to few images.

BMHO instead:
Code:
    '<img src="loading_thumb.gif" alt="Preload 1/8" />' +
    '<img src="loading_thumbBanner.gif" alt="Preload 2/8" />' +
    '<img src="loading_thumbPoster.gif" alt="Preload 3/8" />' +
    '<img src="thumbBanner.png" alt="Preload 4/8" />' +
    '<img src="thumbPoster.png" alt="Preload 5/8" />' +
    '<img src="thumb.png" alt="Preload 6/8" />' +
should be:
Code:
    '<img src="images/loading_thumb.gif" alt="Preload 1/8" />' +
    '<img src="images/loading_thumbBanner.gif" alt="Preload 2/8" />' +
    '<img src="images/loading_thumbPoster.gif" alt="Preload 3/8" />' +
    '<img src="images/thumbBanner.png" alt="Preload 4/8" />' +
    '<img src="images/thumbPoster.png" alt="Preload 5/8" />' +
    '<img src="images/thumb.png" alt="Preload 6/8" />' +
After done it, Firebug error messages dismissed.


- kuangmk11 - 2010-12-20

Thanks for the great interface! AWX is currently the only web interface that dosen't choke and crash on my music collection. I am using on firefox 4 beta.

A couple feature requests: party mode button! When you are looking at the playlist and the song changes, refresh the playlist!


- boognish43 - 2010-12-21

Amazing interface!! Love it but I cant seem to find a pause button. Am I missing it?
thanks


Cheers - blaher - 2010-12-21

I just wanted to say thanks! The default web server is broken for me, but now I can try and get my iphone to work with it. Smile

Cheers!


- fantoma - 2010-12-21

fantoma Wrote:Hello,

Will this work for the music video too? I will try it tonight. I installed the add on last night but didn't know how to use it. It would be nice to add a few line instruction in the description in Add-on for the newbie like me. I didn't set the web interface so that might be the reason.

Also, as the music video, will I be able to do control music video too? Can I queue the music video like the music library? Will I be able to switch audio track on-the-fly? All of my music video have dual audio track. I really need to able to select audio track on-the-fly. Thank you very much.

I tried it last night. Very nice GUI. Will you able to add the audio track toggle button for the music video? It would be sweet if there is one. Still rough but that is why it is ver. 0.31. Thanks.


- Darksecond - 2010-12-21

it's a great alternative to the default webinterface, the only feature i'm missing myself, is the option to not include artists who only appear on complilation albums. it's kinda cluttering up my artist view.


Unable to playback last.fm - aloehr - 2010-12-22

Hi! Once more: Thank you very much for this wonderful web interface. I'm not sure whether it's only my problem but I'm not able playback last.fm items. An error dialog is display and the logfile says:

Quote:12:44:26 T:4484 M:3982123008 WARNING: XFILE::CFileCurl::CReadState::FillBuffer: curl failed with code 6
12:44:26 T:4484 M:3982123008 ERROR: CFileCurl::CReadState::Open, didn't get any data from stream.
12:44:26 T:4484 M:3982123008 ERROR: XFILE::CFileCache::Open - failed to open source <lastfm://globaltags/alternative>
12:44:26 T:4484 M:3982123008 ERROR: MP3Codec: Unable to open file lastfm://globaltags/alternative
12:44:26 T:4484 M:3982143488 ERROR: CAudioDecoder: Unable to Init Codec while loading file lastfm://globaltags/alternative
12:44:26 T:4484 M:3982114816 ERROR: Playlist Player: skipping unplayable item: 0, path [lastfm://globaltags/alternative]

Using the console it works without problems.

Thanks, Alex


Send media URL - mbolhuis - 2010-12-23

Hi,

I'm looking for a way to send media URLs from a remote laptop (.flv for instance) to XBMC. Is it possible to do this with this web-interface (in the feature)?.

Scraping the video URLs of the different websites isn't the problem for me. I use Video DownloadHelper (firefox add-on) for that. The problem is to send those video URLs to XBMC. I used XBMControl for that, but it keeps crashing and it is really slow. I think a web based solution would be way more user-friendly.

Grtz

Maarten Bolhuis


French translation - Alessandrol - 2010-12-24

Hi,
I 've translated starting from the english file in ./js/lang/lang.en.js and get it to work in french!
My questions are

I then created a lang.fr.js in the same folder but can't get it to work (must override lang.en.js to see Francais in the choice) ?

I can't get it working if there are characters with accent (é è à ç) a file command says that it goes to UTF8 instead of ASCII is there a workaround ?
It is strange but Add to ... --> Ajouter à ...

I can't find the p.m. button so reply here if you're interested.

Very good interface instead.Laugh


- gammatest - 2010-12-29

AMAZING

I'm using it with the recommended Firefox, since Chrome appears to not work with it.

Is there a way to store the thumbnails locally so that they don't need to be loaded all the time. I have 2000 albums and it takes a while.

THANK YOU!


- vaton4 - 2010-12-30

Alessandrol Wrote:Hi,
... I created a lang.fr.js in the same folder but can't get it to work ....

Also tried to add the unsupported language without success. Actually, also the addon.xml and index.html files seem to require modification. Also not sure how to specify different charset for jQuery.mkf ...

May be there is some nice hidden place where we can send our lang.xx.js files, MKay? Smile

UPDATE:
OK, now noticed we have to contact you by P.M.


- Alessandrol - 2010-12-30

Hi,
I have typed the description in french and it appear corectly in XBMC in the description page. In fact I looked in jquery.mkf.js but even I have done Java language (not Javascript). I can't determine where it opens a file (I remember writing a Java code which write some files that were not read correctly under windows because of coding system the workaround was to force Java to write in another coding system this was only add an optional parameter when opening the file).But don't know in Javascript.

vaton4 Wrote:Also tried to add the unsupported language without success...
Did you have tried to overwrite lang.en.js or lang.de.js. It create an ERROR_:_UNSUPPORTED_LANGUAGE at the first start but you go in Settings (web interface) you select a correct language then save. And at the next start it works.
If your language doesn't show up check if it's ASCII by using file on it
(ex : file lang.en.js)
It must return
lang.en.js: ASCII C program text, with very long lines
If not check if there is no special character like é è à ù ...

Anyway I tried to open the webinterface throught a Dsi (Opera) it's slow but I can use it!

Have a nice day.