2014-07-06, 23:10
zaleen Wrote:For the watched status - if we set up other users in user management, can they have their own watched status rather then them changing our db? Or is there any thoughts to doing this in future?
Another user was asking for the same thing actually. While it may be implemented in the future, for now it just mirrors the watched status you see in XBMC itself. One thing that is still missing is to actually mark something as watched when you stream it. The code is pretty much there, I just didn't think about it before now.
zaleen Wrote:2. Mine seems to be working like 80% of the time and then occasionally throws an error 500 'the backend is currently unavailable'. If I wait a few seconds and refresh or go back to the home page it works again. I thought i was fighting for a port number so I changed the port number being used by XBMC Web Server but that didn't help. Currently both the XBMC Host Server and the Apache Web Server hosting the Video Server are my personal desktop (so I used localhost during the setup of the backend) and the DB for XBMC is housed on my QNAP NAS.
Could you try increasing this value to 5 (that's what it was initially)? https://github.com/Jalle19/xbmc-video-se...nd.php#L28. You could also post the relevant log entry to pastebin.com and link it here just in case.
zaleen Wrote:3. That brings me to my 3rd question. I seen some instructions for setting this up on Synology, Would anyone be able to post instructions to set it up on a qnap? I'd love to get it off my personal desktop
Since you actually have a QNAP device I'd say you're the most fit to write a guide. I'm in the process of moving installation instructions to the wiki so it would be great to get instructions for more "exotic devices" in there as well (one guy already wrote a rough manual for Synology, I just haven't been able to test it yet since I can't get the latest version of Synology DSM to work in a virtual machine).
sp8ced21 Wrote:hey negge, can i pick your brain, when i download files they seem to fail 5-10 min in the download and dont sucessfully download the full file, any idea what might be causing this?
I'm not sure about that one, you could try without the reverse proxy and see if it helps. Is this on your Synology?
(2014-07-06, 20:38)Polartch Wrote: I am able to download everything with git via the instructions listed, however when I attempt to access the initial setup via localhost/xbmc-video-server, it sends me to a directory listing the files. In the /var/log/apache2/error.log it showswhich I would assume is the issue. I'm not quite sure where to go from here, any help would be greatly appreciated!Code:[Sun Jul 06 12:26:38 2014] [error] [client 192.168.2.7] File does not exist: /var/www/xbmc-video-server/src/site, referer: http://192.168.2.99/xbmc-video-server/
Sounds like you don't have the "rewrite" module enabled in Apache. What operating system are you using and did you follow the instructions exactly?