Seperate 'Watched/progress' local db

Hi,

A feature I would like to see, if possible, would be to have a seperate database for current show progress, watched list and progress.

The reason is I use several Pi’s in my house, however find sharing the database over the network via SQL to be slower than having a local database.

Also, for example, even when using SQL, every household member gets the same watched/progress status and I would like it to be unique for each user.

My current solution is to have an unused Pi that updates the DB and pushes the DB out to all other Pi’s, however doing it this way every sync each Pi obviously loses its current watched/progress data.

Unless someone knows of some Database trickery?!!!

Would love to see this feature!

Thanks

You can set up different user profiles with a MySql database then each user will have their own watched status

http://forum.kodi.tv/showthread.php?tid=196821

thanks for this I will take a look and see if I can port it to just run in linux as I do not run the db on a Windows machine, cheers for the info.