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

fully offline functionality #283

Closed JackTheRipper79 closed 6 years ago

JackTheRipper79 commented 6 years ago

Hi

1st off I wish to thank you to super module I am in your debt.

I wish to run this on a environment with no internet on both the server and on the client side,

with the current implementation it seems there some online access required to be able to use module.

is there way to host these requests on the webserver internally? snap1

https://fonts.googleapis.com/css?family=Lato:400,700,900,400italic https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wXiWtFCc.woff2 https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPGQ3q5d0.woff2

This should speedup the whole site dramatically if these request was hosted inside the module. PS. - Assume I look at this with only border line insight into this development, and if there is a quick fix, i again can only thank you for your time and effort.

Regards Jack

Jalle19 commented 6 years ago

I have to check where we actually include the Google fonts, I think you're not allowed to redistribute them so in that case they would have to be replaced.

Jalle19 commented 6 years ago

Turns out Google fonts can be distributed as long as the license is there so this wasn't that hard to change

Jalle19 commented 6 years ago

@JackTheRipper79 update the latest release (see the wiki for details), should be fixed. If you find any other external requests let me know, but I think these were all of them.

JackTheRipper79 commented 6 years ago

Thank you so much, for you fast response and tweaks, wishing you a awesome weekend.