![]() |
|
[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) |
RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Martijn - 2012-04-28 20:44 (2012-04-27 17:17)henrikyo Wrote: this come up broken for me using nightly, is it because the nightly is 12.0 alpha or? You can expect things to be broken using nightlies. This can be the fault of XBMC itself. If you want stable use the official release. RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Mizaki - 2012-04-29 00:04 I guess it's: Code: <import addon="xbmc.gui" version="2.11"/>RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Mizaki - 2012-04-29 13:14 ![]() Added tagging to videos in the footer (Uni UI only) as you can see. Music to come. The controls I've decided to make "quick" controls and the ones from the top menu I'll make into full screen controls. RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - darkmdbeener - 2012-04-29 21:57 so were do I get this it says that it is broken in the Official repo RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Mizaki - 2012-04-29 22:30 It should only be marked as broken in the Frodo (nightlies) repo which as I said should be fixed on the next push. It's not marked as broken for me in Eden. Are you using git/nightlies? RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - htpc guy - 2012-04-30 04:58 Mizaki: I posted a thread here showcasing a touchscreen remote interface. Take a look and let me know if you would have need for the graphics. This would work great for a touchscreen UI to control XBMC while using an Android Tablet. RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - neoflex - 2012-04-30 12:11 Hi, I have started to integrate spotiXBMC2 within AWX, i.e. to be able to play spotify albums from AWX. You can find it there: https://github.com/neoflex/AWX-Eden/tree/spotiXBMC2 For now, play and enqueue albums should work, not yet songs individualy but you can use the playlist view. I don't have a lot of time so if someone is willing to help, it would be great. RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Martijn - 2012-04-30 19:28 When using the radio plugin for listening to a radio station the 'Artist + Track' is displayed on the skin. On AWX i just get 'n/a - n/a' I this the limitation of the JSON API? RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Mizaki - 2012-04-30 20:28 (2012-04-30 12:11)neoflex Wrote: Hi, Hey, I don't have Spotify myself but if you want to make it optional like Cinema Experience I'll happily put it in. If you want some advice or have any questions feel free to PM and I'll help as best I can. I hear you on the time issues ![]() (2012-04-30 19:28)Martijn Wrote: When using the radio plugin for listening to a radio station the 'Artist + Track' is displayed on the skin. On AWX i just get 'n/a - n/a' I think I sorted that out (to a degree) when doing some work on the playlists. Are you using the repo version? RE: [Web Interface Addon] AWX-Eden - Ajax Based Web - Martijn - 2012-04-30 20:48 (2012-04-30 20:28)Mizaki Wrote: I think I sorted that out (to a degree) when doing some work on the playlists. Are you using the repo version? Official repo one. Edit: Just installed the git master and still shows the same. |