I am attempting to setup a shared library system.
I currently have:
1 Cubox-i4pro running LibreELEC 8.2.5
1 Raspberry Pi 3b running 9.0.2
1 Debian server with NFS shares and MariaDB
I setup the Cubox to use MariaDB as the library database.
Everything goes well and a database named kodi-video107 is created.
I setup the RPI to use MariaDB as the library database next.
However, where I expected the kodi-video107 database to be used, a new database named kodi-video110 is created.
Marking something as watched in one does not mark it watched in the other.
What have I missed?
These are the directions I have been using as reference.