Kodi Community Forum
centralized database using sqlite - 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: Raspberry Pi (https://forum.kodi.tv/forumdisplay.php?fid=166)
+---- Thread: centralized database using sqlite (/showthread.php?tid=190637)



centralized database using sqlite - sharkyenergy - 2014-03-28

Hi all!

i have a centralized NAS up and running and would like to have a centralized setup. in particular i am interested in watching part of the movie in one room and keep watching it in another room. there is no way for me to install mysql on the nas, but i could use a sqlite file..

is it possible to have a cnetralized setup with a sqlite file? or is the only way mysql? are there any plugins that help on the centralization of the setup?

thanks!


RE: centralized database using sqlite - ijsbeer79 - 2014-03-28

sqllite can't be accessed by two different hosts at the same time. It just a 'single file storage', which can't deal with concurrent users. So no.