Kodi Community Forum
[Web Interface Addon] AWXi - Ajax Based Web Interface - 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] AWXi - Ajax Based Web Interface (/showthread.php?tid=112956)



- Ronny! - 2011-11-10

I've encountered a problem.
When I browse for a music album, in the files view, and than click on the button Play or Enqueue before an album directory, this directory is as following: [album]-->[cd1][cd2][cd3], the tracks in the playlist can't be played. I don't know why.

All my music files are on a NFS share.

Hope this is enough information for you.

Keep up the good work!!


- frolick - 2011-11-10

Ronny! Wrote:I've encountered a problem.
When I browse for a music album, in the files view, and than click on the button Play or Enqueue before an album directory, this directory is as following: [album]-->[cd1][cd2][cd3], the tracks in the playlist can't be played. I don't know why.

All my music files are on a NFS share.

Hope this is enough information for you.

Keep up the good work!!

Yup, I'm seeing the same thing. Without looking at the code my guess would be that it's trying to pass a folder to XBMC while saying it's a file in the JSON-RPC call.

I've added this to the issue tracker and I'll try to take a look at it this weekend.


- Ronny! - 2011-11-10

frolick Wrote:Yup, I'm seeing the same thing. Without looking at the code my guess would be that it's trying to pass a folder to XBMC while saying it's a file in the JSON-RPC call.

I've added this to the issue tracker and I'll try to take a look at it this weekend.

Thnx a lot Smile


- nupi - 2011-11-11

Is the version on the first page continously updated or is there a repository to pull it from


- Mizaki - 2011-11-11

I thought it was already on the first post but no.

https://github.com/frolick/AWX-Eden


- frolick - 2011-11-11

Mizaki Wrote:I thought it was already on the first post but no.

https://github.com/frolick/AWX-Eden

It is now Big Grin

I don't think there have been significant changes since I posted the 0.4.2 link though.


Repeat functionality - Mizaki - 2011-11-13

Just added to git. Hopefully the icons make sense (PIA doing them Oo).

Apart from the controls, I don't think we are missing any big functionality. Shout if you see something missing that isn't on the issues list.
https://github.com/frolick/AWX-Eden/issues?sort=created&direction=desc&state=open&page=1


- Scaramush - 2011-11-14

Thanks, movie info box now looks perfect)


French Translation - Danone-KiD - 2011-11-14

Hi,

I've made a translation for French users, can you put it on your next commit?

lang.fr.js

Thanks


- torchedlh - 2011-11-14

I must be doing something wrong but I can't get the Movies or TV shows directories to load. I just keep getting the spinning wait circle...Tried both Safari and Chrome. Also, when I click try to "Scan video library" I get a failed message, I'm assuming that's related. Please help, thanks!

EDIT: reread the OP, need to be using a night version, I see...


Controls - Mizaki - 2011-11-17

I've put some big button controls (input) in what was the exit menu. I made them big for fat fingered tablet users Wink I figured if you are controlling XBMC this way you'll be looking at the screen so, you won't need any of the other features at the time.

I've left the ones frolick added as that's the unofficial "desktop" interface.

I've added the French translation (sorry added some more for the control buttons). Thanks to Danone-KiD for that.

@Scaramush
I've given up for now on the menus. I can make them expand but then they also move. Maybe some one with better CSS (i.e. any) can fix it. Can you just change it to just "update" for now? Which if google translate is correct I think should fit in. Thanks again for the Russian translation and sorry for adding more labels. Smile

And is it sad I made myself LoL a bit when I added "bigUp"?


- Danone-KiD - 2011-11-18

Mizaki Wrote:I've added the French translation (sorry added some more for the control buttons). Thanks to Danone-KiD for that.

Thanks Big Grin i've append new strings
lang.fr.js


- Scaramush - 2011-11-18

Mizaki Wrote:@Scaramush
I've given up for now on the menus. I can make them expand but then they also move. Maybe some one with better CSS (i.e. any) can fix it. Can you just change it to just "update" for now? Which if google translate is correct I think should fit in. Thanks again for the Russian translation and sorry for adding more labels. Smile

Smile I changed that strings and translated new labels lang.ru.js


- Mizaki - 2011-11-18

Thanks both. I've pushed those up and changed the exit icon to a controller.


- frolick - 2011-11-18

I updated the first post with a new download link.