Posts: 130
Joined: Jun 2023
Reputation:
0
I have KODI running on a number of different systems involving a few different operating systems. I also have a couple of large Linux servers that are not running KODI, but have access via several network utilities (SMB NFS, etc.). Is there an easy way to get the KODI clients to share a single database of viewed videos? That way, for example, when we view an episode of Downton Abbey in the theater, it will show up as already watched in the living room, and so forth.
Posts: 130
Joined: Jun 2023
Reputation:
0
Jbinkley60's excellent Mezzmo utility does have lots of great features, but the last time I looked, it is a Windows - only solution, which does not meet my needs. If this has changed, I would be more than happy to look into it. Meanwhile, MySQL or MariaDB would seem to be viable options. I looked through the MySQL tutorial suggested by izprtxqkft, and the server side seems quite straightforward, but I am a bit puzzled by the client side. The tutorial talks about a client script, but first of all I am having trouble finding it, and secondly I am a little unsure of how to implement it on Android clients, once I find it. Changes to the advanced setup .xml file are a bit of a pain, but quite doable, but the tutorial is not entirely clear whether or not the script is required or useable on Android. This seems to me a pertinent question, given the significant differences between the Android clients.
It looks to me like the WatchedList add-on might be the very thing for which I am looking. My main concern is the database is -at least by default - managed based upon the imdb/thetvdb number. My movies do not have this number, and some of my TV shows also do not. Can anyone lend some insight?