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 - Mizaki - 2015-04-21

New on git is the option to edit Kodi's settings. Some testing would be good.

Known issues:
No option to select None for screen saver etc.
Audio codecs will be an empty list (JSON-RPC issue atm).
Paths aren't editable (not sure on how to handle these tbh).
Anything that is an addon setting isn't shown, e.g. skin settings, rss, etc.

Any other problems please let me know.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - phoniclynx - 2015-04-22

Any chance you can make te keyboard keys active all the time? the bars coming off and on automatically is great.. untill the movie stops and the bard disappear and so does the ability to use they keyboard as a controller Sad

-- it's actually very annoying.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-22

You can turn the auto option off ("Control display when playing") and open the controller. Basically the old behaviour.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - phoniclynx - 2015-04-22

The new feature is good.. I'm just saying it would be even better if the control keys were on 100% of the time.. not just whilst the video is playing.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-22

Yeah, that comes back to the many permutations problem. I think it'll need a dropdown list. Unless someone has a smarter idea?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - phoniclynx - 2015-04-23

You can't set it as an option in the settings, like most other things?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-23

You mean to have the keys permanently active? Can do but there is logic about turning it off and on so I'd rather sort it all out properly than have to revise all the logic again later.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - phoniclynx - 2015-04-23

I would far prefer permanently active IMHO that way I don't need a keyboard connected to it always.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - fuggin - 2015-04-24

AWXi: Track order of basic audio playlist (http://kodi.wiki/view/Basic_playlists#Basic_playlists)

Using v0.7.4 AWXi plays the playlist by track number instead of playing tracks in succession from the playlist order.

The Kodi interface plays the playlist tracks in succession and is the correct behaviour. Any chance AWXi can do this?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-24

Are you sure it's a playlist and not an album? All that happens is a playlist is sent to Kodi and Kodi plays it. If an album is sent (as a playlist) then it is sent in track number order (as you would expect). Can you give an example if that's not the case?


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - fuggin - 2015-04-25

(2015-04-24, 20:05)Mizaki Wrote: Are you sure it's a playlist and not an album? All that happens is a playlist is sent to Kodi and Kodi plays it. If an album is sent (as a playlist) then it is sent in track number order (as you would expect). Can you give an example if that's not the case?
Definitely a basic playlist created by the Kodi gui.

In the example playlist below Kodi plays tracks in correct order:
09 - It Ain't No Fun To Me.flac
05 - Ride On.flac
01 - Take On Me.flac
02 - I Found You.flac

AWXi plays tracks in incorrect order:
01 - Take On Me.flac
02 - I Found You.flac
05 - Ride On.flac
09 - It Ain't No Fun To Me.flac

Code:
#EXTM3U
#EXTINF:0,09. Al Green - It Ain't No Fun To Me
nfs://172.22.0.11/export/disk2/music/Al Green - Let's Stay Together (1972) FLAC/09 - It Ain't No Fun To Me.flac
#EXTINF:0,05. AC/DC - Ride On
nfs://172.22.0.11/export/disk1/music/ACDC - Who Made Who (1986) FLAC/05 - Ride On.flac
#EXTINF:0,01. a-ha - Take On Me
nfs://172.22.0.11/export/disk5/music/a-ha - Hunting High and Low (1985) FLAC/01 - Take On Me.flac
#EXTINF:0,02. Alabama Shakes - I Found You
nfs://172.22.0.11/export/disk2/music/Alabama Shakes - Boys & Girls (2012) FLAC/02 - I Found You.flac



RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-25

Hmm, yes, playlists... Short answer it's not AWXi but Kodi/JSON-RPC but playlists aren't really supported.

I shall have to do some more investigation and report it.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - fuggin - 2015-04-26

Cheers, and thanks for your continued work on AWXi. It's easily the best web interface to Kodi for me.


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - phoniclynx - 2015-04-26

+1


RE: [Web Interface Addon] AWXi - Ajax Based Web Interface - Mizaki - 2015-04-26

Thanks Smile It may not be the prettiest but functionally I believe it cover nearly everything (EPG may be on the way!).

Playlist order honouring has been report http://forum.kodi.tv/showthread.php?tid=225370

Just a warning though, playlists aren't really supported (well, m3u etc. aren't explicitly mentioned afaik) so I may have to do a hacky thing...