XBMC Community Forum
[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)



- Mizaki - 2011-10-30 22:29

Yeah, the one in the repo is for Dharma (10.1). I think frolick said he was going to see about getting it in the repo.

I decided not to enable hide watched on the recent pages in case anyone wonders why they show if you have it enabled.

When the other recent pages are done I expect they'll be another zipped version. Smile


- htpc guy - 2011-10-30 22:36

newphreak Wrote:The one in the repo is broken, and these guys have just "stolen" a dead project. So repo still needs to be sorted. And the link in the frontpage is a little outdated as well.
Newest is found on their git:
https://github.com/frolick/AWX-Eden

Thanks. That did the trick.


- nupi - 2011-10-31 10:07

Mizaki Wrote:Unless I've missed something you don't need anything installed to use the Android app? I use AWX and the Android app without issue.

I just double checked and it works fine. I notice they use the same port and maybe that's why?

I just tried again, now it works - yesterday I got connection failures. Ah well, even better Tongue


- nupi - 2011-10-31 10:09

Mizaki Wrote:Unless I've missed something you don't need anything installed to use the Android app? I use AWX and the Android app without issue.

I just double checked and it works fine. I notice they use the same port and maybe that's why?

I just tried again, now it works - yesterday I got connection failures. Ah well, even better Tongue

Another nice touch would be the ability to show all songs of an artist, as I notoriously cannot remember the albums Tongue


- dreamkp - 2011-10-31 18:09

Hi frolick,

is it possible to include a setting to limit max entries(movies) per page and add a navigation through the pages? e.g. "Page 1 of 150"

I've got over 1500 movies and firefox is consuming over 2.8GB of memory if it tries to hold the whole movie list with covers in ram. It's getting slow as well.

I have one machine with 8GB of ram which can handle it, on the others, browsers are crashing most of the time.

Kind regards,
dreamkp


- Mizaki - 2011-11-01 21:57

dreamkp Wrote:Hi frolick,

is it possible to include a setting to limit max entries(movies) per page and add a navigation through the pages? e.g. "Page 1 of 150"

I've got over 1500 movies and firefox is consuming over 2.8GB of memory if it tries to hold the whole movie list with covers in ram. It's getting slow as well.

I have one machine with 8GB of ram which can handle it, on the others, browsers are crashing most of the time.

Kind regards,
dreamkp

That is the problem with displaying the thumbnails. They are the full size ones. I've read of a possible way to request scaled ones but obviously that will not be in Eden now. Maybe a list option would be a way to go and when you click on an item it brings up the info. What do you think?

I've added Recent Movies and Albums. I'm not sure on how to layout those two. I'm thinking maybe movies should be the same as episodes.


- nupi - 2011-11-05 13:14

An option not to show the thumbnails (i.e. list view) would definitely be helpful for large collections....


- Mizaki - 2011-11-05 16:30

I'll look at that next.

Unfortunately as I'm not a coder making changes takes me ages.

I'm currently trying to add:
Scan library function
Refresh page - atm once a page is loaded it never refreshes so new items aren't shown.

Hopefully I'll get them done this weekend (even more hopefully, today). Then I'll go onto the list view. Thinking about it, I'm hoping it should be quite simple. If not elegant Wink

- Done those two and added find to artists. Next is the list view then, pop up input controls I think.


- Mizaki - 2011-11-07 20:08

I may be talking to myself here but never mind Wink

Added a list view option in settings.

I don't have a tablet but I think it's quite tablet friendly?


- frolick - 2011-11-08 03:47

Sorry that I've been AFK for a couple of weeks. I updated the first post so it should have the latest version of the web interface.

I'm going to rewrite the controls (L/R/U/D/Menu/Select/Power) tonight to change them from using the httpapi to using jsonrpc so we can get it in the repository.