2014-05-28, 17:11
Regarding donations, please donate to the XBMC Foundation instead of me. While some extra cash would be great I think XBMC deserves it more than me.
(2014-05-28, 16:31)Twiggz Wrote: Couldn't even get it setup. Guess I am stupid. I did read the readme.
What is the location? It says put anything here.. What would I put and how does it pertain to the site?
The proxy and reverse proxy lines. I used all kinds of different combinations. can I use http://mydns/xbmc-video-server ? I don't need the port with that correct? I use that on both lines correct?
Do I keep the /vfs at the end of these lines?
Lastly the authentication line. Do I put "Basic username:password" ?
I am not an expert in apache and to someone who doesn't know, the directions seemed rather ambiguous.
Quote:xbmc-video-server\src\css\
(2014-05-29, 01:12)Galixte Wrote: In fisrt you have to update your application with the last version 1.4.1 ( https://github.com/Jalle19/xbmc-video-server/releases ).
If you are not see that for linux https://github.com/Jalle19/xbmc-video-se...g-on-linux / for Windows : https://github.com/Jalle19/xbmc-video-se...on-windows.
Next, you create two files ( see that : https://github.com/Jalle19/xbmc-video-se...tomization ) custom-login.css and custom-styles.css in :Quote:xbmc-video-server\src\css\
custom-login.css is for customize the login page and custom-styles.css for the rest of the site.
You can help you by two reference CSS files who are :
- xbmc-video-server\src\css\login.css in relation with custom-login.css
- xbmc-video-server\src\css\styles.css in relation with custom-styles.css
See you ;=)
\xbmc-video-server\src\images\
bg.jpg
(2014-05-29, 20:22)Twiggz Wrote:(2014-05-29, 12:43)negge Wrote: Twiggz: is the computer where you installed XBMC Video server using wifi by any chance? That would explain why it's slow.
The computer XBMC Video Server is using is connected by Ethernet cable to a router that does serve up wifi connections.
(2014-05-29, 21:33)Twiggz Wrote: It must be something in the way that I setup the proxy, has to be.
I left <Location /xbmc-vfs> because the readme was not detailed enough to explain what this actually is.
I inserted on both proxypass and proxyreverse http://192.168.X.X:8080/vfs
authentication "Basic Thenbase64code"
is that right??