![]() |
XBMC Video Server: stream/download your library contents - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116) +--- Thread: XBMC Video Server: stream/download your library contents (/showthread.php?tid=168296) |
RE: XBMC Video Server: stream/download your library contents - negge - 2015-11-22 @ubik I think the issue is that Apache blocks any new requests while the fetching of actor names is in progress. Since the requests never finish in time (they get cancelled by the 30 second request timeout) the cache never gets popoulated and every time you go to the browse page the request is triggered again. This would definitely be fixed by the setting I mentioned earlier. Stay tuned. RE: XBMC Video Server: stream/download your library contents - ubik - 2015-11-22 thanks negge ! if i try to refreshing the details page of a movie, the timeout is'nt reached. RE: XBMC Video Server: stream/download your library contents - ubik - 2015-11-23 hi, i have a daily cron who run two JSON-RPC API : VideoLibrary.Scan VideoLibrary.Clean I would like to add a "Flush cache" in xbmc-video-server to have a daily update. Delete the dir : /xbmc-video-server/src/images/image-cache/* is not enough, can we have the process to made a full flush cache please negge ? RE: XBMC Video Server: stream/download your library contents - negge - 2015-11-24 Delete the protected/runtime/apiCallCache folder. The image-cache folder is only for storing thumbnails of images, generally you never need to delete that one. RE: XBMC Video Server: stream/download your library contents - ubik - 2015-11-24 thanks ! RE: XBMC Video Server: stream/download your library contents - Lexizilla - 2015-12-21 Hey Guys, was someone able to install the compose on a QNAP device? I already read the post with a installation on a Synology NAS, but the QNAP had a different webserver and linux version. When it will help I can write the error messages down. But I will ask at first, maybe someone had finished this job Kind Regards Doctor Who xmas Specials - ZennMystic - 2015-12-31 How do I add xmas specials of Doctor Who to server? http://thetvdb.com/?tab=season&seriesid=78804&seasonid=26260 If I'm reading it right it should be Doctor Who (2005) folder then Specials in a sub folder right? followed by: ### - Episode Name? I have episodes from the different seasons going in no problem. But not any of the specials. Can anyone help please? RE: XBMC Video Server: stream/download your library contents - ZennMystic - 2016-01-01 Nevermind it took me a while but I got it..... 00x for the season and episode number RE: XBMC Video Server: stream/download your library contents - negge - 2016-01-01 Yes, if it appears under Specials in Kodi it will appear under specials here too. RE: XBMC Video Server: stream/download your library contents - Senaxx - 2016-01-16 I actually used this a lot, untill I updated to Synology Beta DSM 6. Which replaced Apache for nginx. So the .htaccess files don't work sadly enough. Is there a way to get this still working? RE: XBMC Video Server: stream/download your library contents - negge - 2016-01-17 The applicatiom can be used with nginx as well, you can adapt the site file from the provisioning/etc/nginx folder. I haven't bothered documenting it officially (yet). Let me know if it works out or if you need and help. RE: XBMC Video Server: stream/download your library contents - peu7510 - 2016-02-21 Hello Negge, i view to release the new kodi "jarvis" version 16.0, your page is compatible with the new version? RE: XBMC Video Server: stream/download your library contents - negge - 2016-02-21 @peu7510 yes, it's compatible. RE: XBMC Video Server: stream/download your library contents - negge - 2016-07-22 CHANGELOG.md Wrote:#### 1.8.3 RE: XBMC Video Server: stream/download your library contents - peu7510 - 2016-08-02 Hi negge, i am going to search the translation in spanish, i read your instructions but i have a little problem, in the pase 3 the instructions says: In a terminal, run the command src/protected/yiic message src/protected/config/message.php. This will create a new set of files in the src/protected/messages/<language> directory. and don't create the folders and archives to translate in spanish i have these image, if possible the commands is incorrected? And is possible to edit the pase and explain more? http://i65.tinypic.com/314s594.jpg |