[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2010-09-25 03:15
Post: #11
control missing play/pause button
Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find quote |
ralob
Senior Member Posts: 226 Joined: Jul 2007 Reputation: 2 |
2010-09-25 03:39
Post: #12
Awesome interface!
The only thing I would request is the ability to get information on TV Shows and individual episodes as you have set in the movie section. I must say, this is now my default interface. Excellent job. |
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-09-25 13:59
Post: #13
THX for your replies!
ccMatrix Wrote:In the top row you have the breadcrumbs to e.g. Videos -> TV Shows -> Battlestar Galactica (2003) -> Season 1. But I always need to use the [X] button to go up one level. On the first try I always wanted to click on these texts to go up a level.With the current structure of the webinterface this is not possible. But maybe i will rewrite some code to support this. I added this to the ToDo-list. ccMatrix Wrote:In Movies view I get a list of all my movies but none of them has a poster display (they all have one in XBMC). [...] same goes for Music where no cover art is displayed for the albums. Maybe this is still on your TODO? topfs2 Wrote:Album covers didn't work for me though but haven't checked why ppic Wrote:no thumbs here too, except on informations screen. Mental Block Wrote:For me the thumbs only seem to work through music artist. Maybe it is something to to with the amount of thumbs it is requesting?Hm, covers should be displayed for albums, movies and tv shows. Maybe you have too many albums/movies/... so that the http-server has to work too hard so that image loadings fail. I added some code to load the thumbs one after another and maybe the first image-load fails so that no thumbs will be displayed. Here is a patched js-file: http://www.mediafire.com/?ek15nhut7pn3ccs. Copy this file to the js-folder of the webinterface (replace the old file). The new code will show a messagebox when image-loading fails and continues with the next thumb. If the messagebox is displayed we know that the thumb-loading fails and i can try to fix it ![]() ccMatrix Wrote:The sort mode for Movies seems to be by date added. Maybe alphabetically would be a better default and maybe sort options?You're right. Currently the movies are unsorted. I will change that. ccMatrix Wrote:I have quite a few movies in my list. Maybe some fast filter option would be niceThis is a good idea. Added to ToDo-list ![]() pFranzen Wrote:I'm getting an error when I load up my 'Music' directory in the file listing though:Hm, by now i have no idea Does this error happen with every directory you try to open? Do you have XBMC running on Windows or Linux? Does anyone have the same problem?Mental Block Wrote:One suggestion I have would be able to only show Album Artists under artist view as currently I get all my artists on compilation albums showing up as well. Same as the option "Include artist who appear only on compilations" within XBMC.I will see if i can do this using the XBMC-API. ppic Wrote:control missing play/pause buttonHm, there is a play/pause button ... at the top of the control-panel. ![]() ralob Wrote:The only thing I would request is the ability to get information on TV Shows and individual episodes as you have set in the movie section.Yes, it's already on my ToDo-list. The problem is, that the XBMC-API does not have a method like "GetMovieInfo" or "GetTVShowInfo" like it was posted here. These methods are not yet implemented by the API. For movies i use some ugly code: Get all movies and pick the one with the correct id. For tv shows etc. i want to wait until these methods are implemented
(This post was last modified: 2010-09-25 14:26 by MKay.)
|
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2010-09-25 14:39
Post: #14
oups sorry, i was thinking it was the "next" button
Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find quote |
topfs2
Team-XBMC Developer Joined: Dec 2007 Reputation: 8 |
2010-09-25 19:08
Post: #15
I got the covers to work if I changed all the download urls to always use vfs/URLENCODEDPATH
i.e. albumDiv.find('.thumb').attr('original', '/vfs/' + encodeURI(album.thumbnail)); If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() "Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#." |
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-09-26 12:24
Post: #16
topfs2 Wrote:albumDiv.find('.thumb').attr('original', '/vfs/' + encodeURI(album.thumbnail));Ok, thx. Can you tell me how your thumbnail-urls look like? Was the problem the missing "encodeURI(...)" or do your urls not start with "special://"? |
| find quote |
topfs2
Team-XBMC Developer Joined: Dec 2007 Reputation: 8 |
2010-09-26 14:23
Post: #17
MKay Wrote:Ok, thx. Can you tell me how your thumbnail-urls look like? not sure tbh but downloading thumbs should always go through the vfs node, and the thumburl should always be urlencoded. If the others worked its a fluke in the webserver
If you have problems please read this before posting Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. ![]() "Well Im gonna download the code and look at it a bit but I'm certainly not a really good C/C++ programer but I'd help as much as I can, I mostly write in C#." |
| find quote |
Vince||
Junior Member Posts: 8 Joined: Dec 2009 Reputation: 0 Location: Paris |
2010-09-26 17:18
Post: #18
.
(This post was last modified: 2010-09-26 17:22 by Vince||.)
|
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-09-27 13:37
Post: #19
Ok, here is the new version: http://www.mediafire.com/?dc27tkx1bcaoopv
0.2.5: - Added: Filter/Search-Button for albums/movies/tv shows - Added: Button to clear the playlists - Changed: Movies are sorted alphabetically - Fixed: Thumbnail-URLs are not uri-encoded - Fixed: Missing error-handler for thumbnails - Fixed: Problems with context menus if using more than 1 menu-entry - Fixed: Thumbnails which are visible after window-resize are not loaded until the user scrolls. |
| find quote |
Auke
Junior Member Posts: 13 Joined: Jul 2010 Reputation: 0 |
2010-09-28 15:52
Post: #20
A great tool, it looks beautiful and is fast.
Searching by Files does not work (yet). Is this not yet implemented, or is there a fault on my side. I can open the first directory, but there is nothing in it. Only the .. (back button) Thank you
(This post was last modified: 2010-09-28 21:18 by Auke.)
|
| find quote |



Does this error happen with every directory you try to open? Do you have XBMC running on Windows or Linux? Does anyone have the same problem?![[Image: badge.gif]](http://www.ohloh.net/projects/149/badge.gif)
Search
Help