I am impressed by AWX. Nice job.
There is however something that every HTTP interfaces misses: ordering of audio files by tracknumber! If I want to playback an Mp3 album, I want it to playback in the original track order (especially live albums).
Is such a thing possible?
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2010-10-01 23:17
Post: #31
|
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-02 13:57
Post: #32
Basje Wrote:There is however something that every HTTP interfaces misses: ordering of audio files by tracknumber! If I want to playback an Mp3 album, I want it to playback in the original track order (especially live albums).Currently the API has problems with the sorting and adding of songs to the playlist (see here). I will use a workaround: Get the album's songs, sort them and add each song to the playlist. So in the next version of AWX album-songs will be added in tracknumber-order
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |
Basje
Skilled Python Coder Posts: 984 Joined: Jul 2005 Reputation: 4 |
2010-10-02 16:03
Post: #33
MKay Wrote:Currently the API has problems with the sorting and adding of songs to the playlist (see here). I will use a workaround: Get the album's songs, sort them and add each song to the playlist. Sweet!
|
| find quote |
hotlobster
Senior Member Joined: Jan 2009 Reputation: 0 Location: Paris FR |
2010-10-02 16:36
Post: #34
Quote:m, that's what i do already Only the visible thumbs are loaded. If the user scrolls or resizes the window and new thumbs become visible, they are loaded. Not really. I'm with firefox 3.6.10 windows. It seems to give same results with safari and always loads thumbs from the beginning. |
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-02 17:44
Post: #35
hotlobster Wrote:Not really. I'm with firefox 3.6.10 windows. It seems to give same results with safari and always loads thumbs from the beginning.I have only just tested this with firefox 3.6.10 on Windows 7. Everything worked fine. Maybe it loads too fast so that you cannot see the loading-process ![]() Here is version 0.2.6: http://www.mediafire.com/?7zxl9bmhbm8lw67 0.2.6: - Added: Shortcuts for Context-Menu-Buttons (Close, Back, Clear, Search) - Changed: Text is now automatically selected if search-input gets focus - Changed: Files starting with "addons://" are ignored in file lists (windows only) - Changed: Prevent error-box if no player is active and control-buttons are clicked - Changed: Increased timeout-limit to 10sec - Changed: Search is not started before the Enter-Key was pressed - Fixed: Problems with windows-paths - Fixed: Album-songs are not added to the playlist in tracknumber-order - Fxied: Errors if no albums/artists exist :eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |
demichiel
Junior Member Posts: 1 Joined: Oct 2010 Reputation: 0 |
2010-10-02 20:42
Post: #36
Hi, I'm loving the interface! It's nice and clear and good use of ajax so there's no reloads and everything works fast.
I do have a function request, but I'm not sure if it's doable. Would it be possible to skip the movie by using the yellow progress bar on the bottom? I'm not that much of a programmer, but if you let the user control the bar, get the width of it and converse it into time, and then use the Code: "VideoPlayer.SeekTime",method to skip to it, that would be great. Maybe it should already be working, but in that case consider this a bugreport, chrome on windows vista, xbmc on ubuntu 10.04 |
| find quote |
Bram77
Skilled Python Coder Posts: 1,319 Joined: Feb 2008 Reputation: 27 Location: Netherlands |
2010-10-02 21:08
Post: #37
Nice interface! Pretty solid ajax implementation.
Please add to my reputation if you find my posts usefull (+/- button below posts) Ubuntu 12.10 minimal XBMC auto-install script :: XBMControl :: Xbmc XBOX Skins :: XBMControl for Android :: Owner of Sudo Systems |
| find quote |
billybarty
Junior Member Posts: 27 Joined: May 2007 Reputation: 0 |
2010-10-03 00:28
Post: #38
Dude: this absolutely rocks. Thanks so much for the effort & for sharing it!
bb |
| find quote |
Malard
Team-XBMC Developer Posts: 400 Joined: Jul 2010 Reputation: 16 Location: Peterborough, UK |
2010-10-03 00:59
Post: #39
I had a quick look at this interface, feels great, very smooth.
In my debugging I noticed that in some places your not doing variable checking before specifying a path to the vfs, as such calls are being made to /vfs/undefined Could you look into this; I'd like to see the issue resolved before adding it to the addon repo, if you submit it that is! Keep up the good work M |
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-03 12:57
Post: #40
demichiel Wrote:I do have a function request, but I'm not sure if it's doable.Will be implemented in next version. thx ![]() Malard Wrote:In my debugging I noticed that in some places your not doing variable checking before specifying a path to the vfs, as such calls are being made to /vfs/undefinedWill be fixed in next version, thx. Yes, i will submit it to the repo when the most bugs are fixed
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |


Search
Help