XBMC Video Server: stream/download your library contents
#82
Couple of updates:
  • Result pages are now paginated which speeds up page rendering quite a lot, especially on large libraries. The full list of movies is still fetched on every page load, otherwise the system wouldn't know how many results there are in total. The majority of the page load time is spent on rendering the HTML though so this still provides quite a speedup, especially when combined with the "cache API calls" option.

  • Some caching fixes, particularly the movie name search field doesn't have to be generated from scratch all the time when "cache API calls" is enabled.

  • The amount of JavaScript included has been reduced to a bare minimum, caching of scripts has been fixed and no scripts are included in the head tag anymore which should speed up initial page rendering.

As usual, grab the latest updates by firing off these commands in your working directory:

Code:
git pull
php composer.phar update
./src/protected/yiic migrate --interactive=0

Coming up will be some improvements to the installation steps for Linux (chmoding of files will be done using a single command instead of the current five).

Also, if you find any bugs or have a feature request, please use the Github issues page at https://github.com/Jalle19/xbmc-video-se...state=open!
Reply


Messages In This Thread
RE: [BETA] XBMC Video Server: stream/download your library contents - by negge - 2013-07-30, 10:46
Reverse Proxy Problem - by tsthomas - 2014-10-23, 19:20
Doctor Who xmas Specials - by ZennMystic - 2015-12-31, 02:39
Logout Mark Read Team Forum Stats Members Help
XBMC Video Server: stream/download your library contents9