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)



- Mizaki - 2011-11-20

Added Swap Playlist Item to git.


- Mizaki - 2011-11-21

Removed table from movie info and fixed problem with CSS.
Tell IE9 to run in IE8 mode so things work.

If you notice any other compatibility problems, please shout.


- Scaramush - 2011-11-21

Hi! The problem with movie info has returned:
Image


- Mizaki - 2011-11-21

It shouldn't. I did test it Smile Reload the CSS file. I find Firefox and Chrome (probably IE as well) doesn't reload the CSS file. I get it to update by wiping the cache or loading the layout.css file directly and refreshing.

There is a new div.movieinfo which fixes the problem. If that's not there, it's not using the newest CSS file.


- Scaramush - 2011-11-21

SmileThanks, after wiping cache movie info looks fine


- Mizaki - 2011-11-21

Added episode info button.


- Agkel0s - 2011-11-23

Great addon, and interface. Just a little question. I don't know if it is supposed to work this way. When playing an audio or video file, the 'Select' control doesn't open the menu OSD...

If it's supposed to work like that, is there a little tweak that I can make to work that way?


- Mizaki - 2011-11-23

That'll be a limitation (or intention) of the JSONRPC command. Unfortunately there is no way to bring up the menu, info or tab etc currently. http://wiki.xbmc.org/index.php?title=JSON-RPC_API/v3#Input


- newphreak - 2011-11-25

Wow, great work on the dark ui. This is starting to look really nice on my tablet. Also, nice work on the system controls.
Image


- Mizaki - 2011-11-26

newphreak Wrote:Wow, great work on the dark ui. This is starting to look really nice on my tablet. Also, nice work on the system controls.

Thanks Smile

I've added some CSS to define the large controls a bit more and fixed the find box that list view and refresh broke.

Would find on the playlist be much use to anyone?


- newphreak - 2011-11-26

Not for me, but i guess it could be handy. However, i have one minor thing to point out, when using a touch device to control with, the dropdown menu of video/music kind of comes in the way, and is rather small. Would it be possible to make an option to enable/disable this? As the large icons behind it is the pefect thing for touch devices.


- buges - 2011-11-26

A couple of requests.

Thumbnails for music files that are not in the library

And any way to access smart playlists?

Thanks


- Mizaki - 2011-11-26

newphreak Wrote:Not for me, but i guess it could be handy. However, i have one minor thing to point out, when using a touch device to control with, the dropdown menu of video/music kind of comes in the way, and is rather small. Would it be possible to make an option to enable/disable this? As the large icons behind it is the pefect thing for touch devices.

I see what you're saying. A couple of ideas off the top of my head:
1. Have it disappear if you click the menu. I'm assuming with a tablet you are clicking it and because the mouse cursor stays there, the hover function is keeping it open.
2. Have it expand horizontally and the large icons available below.
3. Make the gap between the menu items large enough for tubby fingers Smile

I thinking number one atm. I also need to sort the large icons out.

buges Wrote:A couple of requests.

Thumbnails for music files that are not in the library

And any way to access smart playlists?

Thanks

Unless the files are in the library the thumbnails are not available afaik.

There is no easy way to grab the playlists atm. I've seen someone else mention they grab it from vfs and parse them. I'll put it on the list but it might be a while.


- Mizaki - 2011-11-27

I have done option 1 in git. I've added some new big icons for the pages I've added. They could be better but will do for now Smile


Git changes - Mizaki - 2011-12-04

Changed RecentTV from table to divs. Also, if you click on the TV Show name it will display a sub-page with all unwatched episodes for that show. Currently if all episodes have been watched it'll be a blank page. I will probably change it to a popup message and stay on the RecentTV page when I get the time.