Jalle19 / xbmc-video-server

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

Improve LibraryDataProvider to avoid fetching all movies on every request #249

Closed Jalle19 closed 8 years ago

Jalle19 commented 9 years ago

LibraryDataProvider supports paging, but it expects all data to be available and filters the data after the fact. It should be possible to extend this so that the raw data is updated dynamically based on the current pager settings. This will require some changes to VideoLibrary too.

Jalle19 commented 8 years ago

Turns out that this is simply not worth the effort.