toby77jo Wrote:... default web interface look dull, yours is the one, only a bit slow, now you gave me the answer to why .. cheers mateIs the default webinterface faster (with all the thumbs) than mine?
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-06 22:53
Post: #61
toby77jo Wrote:... default web interface look dull, yours is the one, only a bit slow, now you gave me the answer to why .. cheers mateIs the default webinterface faster (with all the thumbs) than mine?
:eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |
toby77jo
Member Posts: 86 Joined: Mar 2010 Reputation: 0 |
2010-10-07 08:19
Post: #62
yes it is a bit faster, but also it works in google chrome 6, at the moment i have issues using chrome with awx. and most importantly once all my movies thumbs are done in default web interface, it is super smooth to scroll up and down in my list, currently with awx it is very very laggy .. I am not developer so i have no idea why, anything to do with ajax?
|
| find quote |
tinybutstrong
Senior Member Posts: 192 Joined: Sep 2010 Reputation: 0 |
2010-10-09 01:40
Post: #63
Cool interface, I love it. But I agree, it is a little slow somentimes.
Can you add multi-language support? I would like to translate to my lang. Thanks |
| find quote |
Nick8888
Fan Posts: 716 Joined: Jan 2007 Reputation: 0 |
2010-10-09 03:07
Post: #64
Very nice! Would be nice if the breadcrumbs were links, you would be able to remove the back link too.
|
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-09 16:48
Post: #65
toby77jo Wrote:yes it is a bit faster, but also it works in google chrome 6, at the moment i have issues using chrome with awx. and most importantly once all my movies thumbs are done in default web interface, it is super smooth to scroll up and down in my list, currently with awx it is very very laggy .. I am not developer so i have no idea why, anything to do with ajax?Ok, i found the "problem". My webinterface uses a technique called "LazyLoad". So the thumbs are only loaded when they are visible. Each time you scroll, it will check if one of the unloaded thumbs has become visible and if yes the thumb is loaded. So if you show the "movies"-page and let 90% of your 200+ movie-thumbs unloaded it will check on each scroll if one of these thumbs has become visible --> laggy ![]() So if you scroll down until all thumbs are visible, scrolling will be smooth in AWX too (please test and give feedback )Maybe i will add a new setting where you can toggle use of LazyLoad. BTW: Here i have no problems with chromium 5/6/7 ![]() tinybutstrong Wrote:Can you add multi-language support? I would like to translate to my lang.I added this to the ToDo-list. But first of all, AWX should be mostly bug-free ![]() To which lang would you translate it? ![]() Nick8888 Wrote:Very nice! Would be nice if the breadcrumbs were links, you would be able to remove the back link too.Breadcrumbs will be clickable in next version (complete page-structure was changed). :eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2010-10-09 17:37
Post: #66
i will be interested to translate it in french, can't you use xml way like xbmc does?
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 |
proctor
Senior Member Posts: 113 Joined: Aug 2008 Reputation: 0 |
2010-10-10 07:18
Post: #67
Very good work so far. But it cripples my firefox when browsing music folders with a lot of entries. This will be the perfect replacement after some optimization.
Ubuntu 10.10 i686, Intel E8400, Intel DG45ID, 4GB DDR2 800, LG GH22LS30, 8GB USB Drive, Zalman HD160+, Zalman ZM600-HP, Logitech Harmony One, Logitech Dinovo Mini |
| find quote |
toby77jo
Member Posts: 86 Joined: Mar 2010 Reputation: 0 |
2010-10-10 11:54
Post: #68
i did some optimize on my jpg's for all movies:
1: (sudo apt-get install jpegoptim) xbmc@XBMCLive:~$ find . -name "*.jpg" -exec jpegoptim --max=75 {} \; 2: (resize, keeps aspect ratio!, you need to install imagemagic to use this) xbmc@XBMCLive:~$ find . -name "*.jpg" -exec mogrify -resize '1280x720>' *.jpg {} \; oh and most importantly awx is like 3 times faster now, imagine i had some dvd covers in full hd =) |
| find quote |
MKay
Member Joined: Jan 2010 Reputation: 10 |
2010-10-10 14:07
Post: #69
ppic Wrote:i will be interested to translate it in french, can't you use xml way like xbmc does?I think i would use JSON-Code for language files. This is as easy as xml and makes importing language files much more easier Probably it will look like this:Code: $.extend(languages, {Here is the new version. The code was heavily modified. So this is an experimental version. ![]() Download: http://www.mediafire.com/?8j502syw5n0sb2y Note: LazyLoad is deactivated by default now. See Settings-Dialog. 0.3.0 EXPERIMENTAL: - Added: Setting to toggle LazyLoad - Added: Setting for the timeout-value - Added: Information-button for tv shows - Changed: Code-Base partially rewritten and divided into several scripts/libs - Changed: Progress slider can be used to seek the currently playing file - Changed: Breadcrumbs/Location Bar is clickable - Fixed: Several css- and image-issues - Fixed: The image of items without thumbs is set to /vfs/undefined - Fixed: Files added to a playlist are shown in playlists as "undefined" - Fixed: File-Playback issues on Windows :eek2: AWX - Ajax based Webinterface for XBMC (Dharma Beta 2) |
| find quote |
Raptylos
Member Posts: 87 Joined: Jan 2010 Reputation: 0 Location: Germany |
0.3.0 is working like a charme for me - thanks for your excellent work !
Cheers |
| find quote |