![]() |
|
[Web Interface Addon] AWX - Ajax based Web Interface Addon for XBMC - 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] AWX - Ajax based Web Interface Addon for XBMC (/showthread.php?tid=81775) |
- tinybutstrong - 2010-10-10 21:15 What exactly css file to edit to change the movie title and plot description size? I'm lost in many css files. - MKay - 2010-10-10 21:41 tinybutstrong Wrote:What exactly css file to edit to change the movie title and plot description size? I'm lost in many css files.Hm, there is only one css-file: "css/layout.css" For the plot-style look for "p.plot" in this css-file. - tinybutstrong - 2010-10-10 23:50 Oh, my bad. The addon with too many css files is the XWMM. Thanks - Auke - 2010-10-11 20:08 I like 3.0 Very much. Until now no problems. ![]() One thing: In Files i can play a song now. I can enqueue each song separately. Bud i cant play a album at once. I get the following message: This is currently not supported by the XBMC-API. - tinybutstrong - 2010-10-12 05:28 Is it possible to add any kinda of sort feature? Would be amazing to sort the movies by last added, name and more.. - Nick8888 - 2010-10-12 06:30 Auke Wrote:I like 3.0 Very much. Until now no problems. which part of "This is currently not supported by the XBMC-API" dont you understand? This is beta software. Not everything has been implemented by the developers. - Auke - 2010-10-12 10:12 I do understand what it means. I only typed it in the hope that MKAY would think about it to make a work around. He has don it before. Its Mkay making and he does what he want whit it. I only see what the software does and type it. I hope you can life whit that Nick8888
- Nick8888 - 2010-10-12 10:35 It is obvious he is planning to add it when physically able so I still do not see the point in you trying to pass it off as a bug. - Auke - 2010-10-12 13:17 Who is talking about a bug. I am not. But enough about this. It is not worth it to say anything more about this. My apology's to anyone who thinks they need it ![]() Also my apology's for my bad English. - MKay - 2010-10-12 20:00 Auke Wrote:In Files i can play a song now. I can enqueue each song separately. Bud i cant play a album at once. I get the following message: This is currently not supported by the XBMC-API.I think you mean playing a complete folder respectively the audiofiles in that folder. The JSON-API does not support adding complete folders at once. But as a workaround i could get the folder's content and add each file manually. Maybe i will add this in the next version. tinybutstrong Wrote:Is it possible to add any kinda of sort feature? Would be amazing to sort the movies by last added, name and more..Do you mean set up sorting in the settings or switch the sort-mode directly on the movie-page? Both will be possible. However i think that the JSON-API does not provide a "added_date"-field. But sorting by title, genre, rating etc will be possible. |