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)



- Scaramush - 2012-01-20

Hi! I added translations for new phrases - lang.ru.js


- m0v1em4n - 2012-01-20

Hi Mizaki,

Another little request Smile

In some of the other XBMC remote controls that I have used, there as been the ability to run a script call Cinema Experience This was achieved by a longer press of the play button, Whilst the other remote were not web interfaces, I was wondering if this would be possible with your web interface.

Cinema Experience is a script that plays intros, outtros, sound trailer and movie trailers before and after a movie, Check out the links below and video

http://forum.xbmc.org/showthread.php?tid=87563

http://code.google.com/p/xbmc-addons/wiki/CinemaExperienceIntro

http://www.youtube.com/watch?v=EMvIWywfc0c

And a few more ideas like
  • being able to play a trailer for the movies in your collection
  • having a IMDB link for each movie that take you to the appropreate page on IMDB

Not sure if any of the above are do able, just a few ideas Smile


- Mizaki - 2012-01-21

I need to look at plugins in general but it may not be for a while. The imdb link should be easy. XWMM does trailers so I might have to look to see how slash does it Smile

I'm trying to work through the current issues and bring some parity (for example video playlists) atm. If anything's missing from the issues list say again and I'll get them put on.


- m0v1em4n - 2012-01-21

Thanks

When your ready


- newphreak - 2012-01-21

Mizaki:
https://github.com/blog/831-issues-2-0-the-next-generation
Here's a few simple hints on how to take advantage of the simple, yet awesome features of github issues. Then it's easier both for others and yourself to look through it. :p


- Livin - 2012-01-21

Mizaki Wrote:I need to look at plugins in general but it may not be for a while. The imdb link should be easy. XWMM does trailers so I might have to look to see how slash does it

Mizaki

AWX is a sweet UI and ideal for those of us who need remote control of XBMC around the house. I have a centralized, multi-zone system so a web UI is perfect for this.

If you could coordinate with Slash to have both code sets cover different feature sets - this is ideal IMO. Then we'd have clear separation of the presentation layer (AWX's UI) from the back-end management engine (XWMM)


- Mizaki - 2012-01-21

@newphreak thanks for the link. I wish I could assign to people Wink

XWMM is great and I imagine slash has put an insane amount of time into it (like all the XBMC/Addon people). To try and merge AWX and XWMM would probably be impossible/impractical. I've said before, what I would like to see is something akin to the skinning framework where people can make their own interfaces. Obviously that requires knowledge and time.

If you haven't done so already just link one to the other (thanks macchina). I can go to xbmc:8080/awx or xbmc:8080/xwmm etc. Just add soft links/shortcuts in the interface you have as default.


- Mizaki - 2012-01-21

Added Video playlists. Again I don't use them so let me know if something doesn't work. Translation should be up to date as well.

Also, for the tablet UI (don't know when I'll start on it), I was thinking list just movie name with accordion (expand with plot etc.) and horizontal split with poster etc. on the right. Sound good?

Also added/changed library scan to tools: scan, clean and export.


- Mizaki - 2012-01-22

I've done a bit of messing about. Try lightDark UI->list view->recent movies.
Image


- m0v1em4n - 2012-01-23

Hi Mizaki,

Thanks for your hard work.
with this new addition will we still be able to use the old lightdark ui ?
is the list view just a different option, must admit I like my thumbnail view and my only wish on the design front for that ui is that the menus and control could be a little bigger for touch pads, you know finger friendly Big Grin

hope you don't mind me saying


- Mizaki - 2012-01-23

Don't worry, thumbnails are still there. List view has been an option for a while now. This experiment view is only with list view and on recent movies page. I've decided to move the poster into the list. So, it'll be like the info page but inline. It'll probably be another option for the list view at some point.


- Carica - 2012-01-24

m0v1em4n Wrote:Hi Mizaki,

Another little request Smile

In some of the other XBMC remote controls that I have used, there as been the ability to run a script call Cinema Experience This was achieved by a longer press of the play button, Whilst the other remote were not web interfaces, I was wondering if this would be possible with your web interface.

I had actually added Cinema Experience support to my dharma copy of AWX, as well as, sorting options, movie mpaa rating images instead of imdb rating stars, keyboard input and navigation for most xbmc commands and a few other things. I just upgraded to Eden, but when i get a chance I'll try and port everything over and create a patch that Mizaki can use to add to this version.


- Mizaki - 2012-01-26

@Carica That would be great! Smile

The name has changed to AWXi. Needed to do this to get into the official repo as rightly pointed out, XBMC release names is not a great idea.


- m0v1em4n - 2012-01-26

Carica Wrote:I had actually added Cinema Experience support to my dharma copy of AWX, as well as, sorting options, movie mpaa rating images instead of imdb rating stars, keyboard input and navigation for most xbmc commands and a few other things. I just upgraded to Eden, but when i get a chance I'll try and port everything over and create a patch that Mizaki can use to add to this version.

Hi Carica,

Yes that would be great being able to launch CE.

You know guys, this is turning into the best web interface out there, Keep up the great work


- Mizaki - 2012-01-28

After 5 failed JSONRPC queries it'll now stop trying and show the quit screen. Let me know if you think being able to set the number of failed attempts or turning it off would be best. I'm thinking maybe tablet users might want to be able to switch it off?