2014-06-06, 22:41
Awesome! I can finally roll out XBMC with MySQL database to my friends!
Much appreciated!
Much appreciated!
(2014-06-06, 12:01)N4TH4N Wrote: I will eventually document the setup procedure of my whole setup including proxy/webcache and will include a section on MySQL permissions.
(2014-06-06, 23:02)kikinjo Wrote: Can u in short words please say what are you using for proxy / webcache, and for what protocols ?
I spent lots of time trying to find good solution for local cache for clients since my Mysql DB is on remote server and i also use Music DB. Running 8 clients on windows and main storage / DB on linux server.
Tried squid proxy for windows, but its not good, since https caching is not possible. Any info would be good. Thanx.
==== The ufs store type ====
"ufs" is the old well-known Squid storage format that has always
been there.
Usage:
cache_dir ufs Directory-Name Mbytes L1 L2 [options]
'Mbytes' is the amount of disk space (MB) to use under this
directory. The default is 100 MB. Change this to suit your
configuration. Do NOT put the size of your disk drive here.
Instead, if you want Squid to use the entire disk drive,
subtract 20% and use that value.
'L1' is the number of first-level subdirectories which
will be created under the 'Directory'. The default is 16.
'L2' is the number of second-level subdirectories which
will be created under each first-level directory. The default
is 256.
(2014-06-07, 18:24)kikinjo Wrote: Thanx for quick reply and provided info. I will try again with squid, but configuration should be much different since all mine DB and files are remote.
(2014-06-07, 19:28)Steini Wrote: Great tutorial
I have been wanting to implement this for my setup since I hate double scans!
I have a split setup: Multiple clients in house and one at my parents place.
Local clients: Samba + mysql
My parents client: Webdav+ sqlite
This setup works but scanning over webdav is irritating
My first step would be to use your guide to make them a mysql db but I wanted to see if you had any ideas of how I map the filenames?
I could use pathsubstitution for samba>webdav conversion which works but I would love to hear your ideas, maybe a fresh perspective on the whole idea
Thanks
(2014-06-07, 20:52)Steini Wrote: Since he only has a openelec box I was hoping to skip the mysql server there.
What I will try is to use pathsubstitution since that is only a few lines of xml which I know works.
Then I will try to open the mysql server over the internet (with some security tweaks like only listen to my parents IP addres
The Webdav works fine, but we are both on 50mb/s links which is more than enough
(2014-06-07, 20:52)Steini Wrote: Since he only has a openelec box I was hoping to skip the mysql server there.
What I will try is to use pathsubstitution since that is only a few lines of xml which I know works.
Then I will try to open the mysql server over the internet (with some security tweaks like only listen to my parents IP addres
The Webdav works fine, but we are both on 50mb/s links which is more than enough
(2014-06-07, 18:39)N4TH4N Wrote:(2014-06-07, 18:24)kikinjo Wrote: Thanx for quick reply and provided info. I will try again with squid, but configuration should be much different since all mine DB and files are remote.
What protocol are you using to add your sources.
(2014-06-08, 11:24)kikinjo Wrote: Video files = https, music = ftp. ftps isnt working fro me at all, and sftp works on main scraping xbmc but not on clients...