Jalle19 / xbmc-video-server

Web interface for streaming or downloading media from a Kodi/XBMC library
GNU General Public License v3.0
192 stars 39 forks source link

Fetch auto-complete data asynchronously #256

Closed Jalle19 closed 8 years ago

Jalle19 commented 8 years ago

On my development system (which is significantly faster than e.g. a Raspberry Pi), fetching the list of actors takes a whopping 2.8 seconds.

Jalle19 commented 8 years ago

Might as well disable it for directors too.

Jalle19 commented 8 years ago

To avoid losing functionality it's probably best to attempt to fetch the data asynchronously instead.