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)



RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Kieron - 2012-10-22

Please add a right click option! It's the only thing I have to get up for! Thanks guys
I have the same bug Mizaki as you just linked. Works under LAN but not WAN.
Oh and a 'mark episode as watched' option would be great... plus it would be nice if when you played a video it resumed from where you last stopped it (like it does on main xbmc) rahter than starting from the start.
Oh and a 'party mode' one click button would be amazing! So many feature requests I know but I hope they get in the program eventually, I use it daily!


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-10-22

Umm... right click for what? Lost me there as XBMC can be totally used via keys. What is it you use right click for?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - rogerthis - 2012-11-01

I know that there is a PR for getting addons working. And it will hopefully be available soon. But how come xbmcremote is able to access addons? Is it because it uses http and you only use json?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-02

The way addons are access isn't really official as such. You access the plugin:// space. Now you can execute addons via JSONRPC but can't get any info back. It is next on my list but the thing I'm doing now has meant quite a great deal of change. Hopefully I'll get it done soon and people will appreciate it Smile

I didn't want to do the plugin:// way as I was hoping/expecting a more official way. Now I know it won't happen for Frodo, I'm happier to put it in.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-05

So a little update. Sub-menus:
  • Music
    • Artists
      • Title
      • Genre
    • Albums
      • Title
      • Recently Added
      • Recently Played
      • Years
      • Genres
    • Songs
      • Title
      • Recently Added
      • Recently Played
      • Artists
      • Years
      • Genres
And similar for videos. I've been streamlining the functions as I go so if you find any breakages please let me know.

Next I will add the plugin:// traversal, probably in the files view. This will be unsupported as it is not a sanctioned way to use it. Hopefully in the G release there will be a way for addons to extend the JSONRPC schema and relay information back. I will be integrating some addons, such as Artwork Downloader, cdArt, Cinema Experience etc. but I'm not sure how yet and will have to craft a page for each addon due to the current limitations.

After/during the above I'm planning to move to the use of PO files so translators can use Transifex.

If someone would be kind enough to update the wiki that would be great.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-07

I've added the plugin:// namespace in the files view. It will probably time out and other annoying things. Remember, it's unsupported by me and by xbmc.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-14

Frodo addons now appear to be open so I'll send a request soon.

I've made a rather large change with regard to the messages and translations. I'm waiting for alanwww1 to update his script for plurals as XBMC can't use them currently but, I have to use a 3rd party (Jed) which can use them so I thought I'd add them.

This means all the old translations have been lost. I did think about trying to copy them over but thought it was probably best to get it all done new when it goes on Transifex. Hopefully any translators will move to their and help the whole XBMC eco system if not there already Smile A big thanks to:
Russian - Scaramush
French - DanoneKiD
Polish - cienislaw
Chinese - Taxigps

For taking the time to do the old translations and sorry to Tecka for not being able to use the Czech translation.

A lot has changed and I can only test so much. With the Frodo repo open hopefully they'll be much more testing and any bugs reported.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - pettergulbra - 2012-11-15

Mizaki:
I think I now have found the right forum thread.

I wonder if it possible to disable parts of the page I don`t need.
Like f.eks: Library tools, the "remote" control future, Playlist,
the possibility to start movies etc.

I like to use it just to show what I have, but no possibilities do other things.

I really love the looks of this addon, and the possibilities for people to adjust how they
want to have them self.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-15

Hey Smile

The "jukebox" feature has been on the todo list for quite some time. If you wanted to do it and give me a PR I'd be more than happy to include it. Smile Read; it's low on my list. I don't mind helping you through it and I've made some changes recently that should make it easier. Basically I imagine:

Either a tick box in the settings or to stop people changing it easily a config file or similar in a certain dir.
Then before you run any of the commands you can check it. So, the commands in lib.xbmc.js. A better way would be to check in the view (ui.views.js) and not add the functions. This would be the preferred way imo.

A similar thing is done with the watched marks:
Code:
'<div class="movieName">' + movie.label + (watched? '<img src="images/OverlayWatched_Small.png" />' : '') + '</div>' +

I'm not saying I'll never get around to it. Just if you wanted to give it a go that would be great Wink



RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - pettergulbra - 2012-11-15

Mizaki:
Was this answer to me?

If so, then I don`t understand what you mean?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-15

It was indeed.

I get that quite often. It's still other people not me though Wink

If I understood you correctly you wanted a sort of jukebox mode but even more locked down?
General gist was to try writing it yourself. If you do you could make a pull request on github. Depending on how things go I may have another look at doing it.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - pettergulbra - 2012-11-16

I`m not familiar with anything of coding at all, almost.

Jukebox, no I don`t think so.
I just wonder if there some place in the files where I can disable the code for the things I don`t want.

In the original XBMC web interface, I just removed three lines of code, (the line was very self explaining in that code) and the remote button
on the top of the page disappeared, but everything else worked almost OK.

But this code, is much more complicated, and then I don`t understand anything of it. Sorry.

I really like the layout on this site, and that people can make a little change on the page that they want to do there self.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - routehero - 2012-11-18

I love AWXi. It works great on my Android and in my laptop browser.

I just upgraded to Frodo beta, and AWXi went up to 0.6.0 recently. One of the big changes appears to be the UI is defaulted to LightDark, I think?

I really miss the UI which had the arrow keys and enter button the side bar, see here as reference: http://img41.imageshack.us/img41/793/photoes.png

Is that making a come back?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Gism0 - 2012-11-18

(2012-11-18, 06:13)routehero Wrote: I love AWXi. It works great on my Android and in my laptop browser.

I just upgraded to Frodo beta, and AWXi went up to 0.6.0 recently. One of the big changes appears to be the UI is defaulted to LightDark, I think?

I really miss the UI which had the arrow keys and enter button the side bar, see here as reference: http://img41.imageshack.us/img41/793/photoes.png

Is that making a come back?

Came here to say the same thing, it's the only skin I liked and the option to change it is no longer there..


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2012-11-18

It defaults to uni (for unified) and the others were removed because a lot of the things I was adding would not work or would be a giant pita to get working. There are two ways to access the controls now. The remote icon in the bottom right-hand side or the computer icon in the top right.

The reason they are hidden is that they won't get used that often whereas play/pause and stop might, that's why they are permanent. If you have a better suggestion I'm open to ideas. Smile

I did say many time in here that I planned to remove the old UIs. I appreciate that not many people actually read this thread though.