Kodi Community Forum
NFS setup for multiple machine system - MySQL necessary? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: NFS setup for multiple machine system - MySQL necessary? (/showthread.php?tid=213956)



NFS setup for multiple machine system - MySQL necessary? - KirkDCO - 2015-01-06

I'm putting together a multiple machine system - server plus 1 audio box and 2 audio/video boxes (more details here http://forum.kodi.tv/showthread.php?tid=213828).

I have been trying to get UPnP working to mixed sucess and then started down the path of the MySQL tutorial here: http://kodi.wiki/view/MySQL

I've gotten an NFS share set up on my server box and I can mount it from other machines nicely. Then I realize that on each of those other machines I could just mount the NFS share containing all my media, and run the whole thing from there. (I have not, however, tested that hypothesis.) Assuming this works:

* host all the media on my server
* create NFS share of the media folder
* mount the NFS media share on any other machine
* add the NFS share as an audio/video source to generate the library

What purpose does the MySQL database service serve? Is it just to ensure that each machine shows my watched status, bookmarks, etc? If those aren't important features for me (right now), is there any reason not to do the simplified approach I mention above?

-Kirk


RE: NFS setup for multiple machine system - MySQL necessary? - crackers - 2015-01-06

That's exactly what I'm doing because I don't (really) care about keeping what's been watched between machines. Each KODI box just runs it's own (non-MySQL) DB.

Now, it is a bit of a pain to "tweak" each machine's library to match (e.g. I have custom Movie Sets). However, I think if you set one up, export the library, and set the next one(s) up with the same NFS mounts, you can import the library and be done.

Dealing with new stuff is another matter...