Posts: 298
Joined: Mar 2009
Reputation:
4
Bagger
Senior Member
Posts: 298
2024-05-13, 11:34
(This post was last modified: 2024-05-13, 11:35 by Bagger.)
I have 2 machines ( 1 & 2 ) running Kodi 19.3 on windows 10.
They both share a MySQL database running on my server perfectly.
If I was to add another 2 machines ( 3 & 4 ) but these running kodi 21.0 and both set to use the same MySQL data base on my server.
I know V.19 uses MyVideos119.db and V.21 uses MyVideos131.db So.......
Am I correct in thinking that machinines 3 & 4 would use an entirely different database and they would only share with each other leaving machines 1 & 2 to share together without interfering with 3 & 4.
Or would something else happen
New to MySQL forgive me if that sounds dumb
Thanks
Posts: 12,610
Joined: Oct 2014
Reputation:
627
Yes, you're correct.
When you add the first v21 machine, it will take the v19 db (119) and update it to the current version (131), but will leave the existing one behind as well.
Any device running v19 will continue to use that 119 database, and the v21 machines will use 131.
Media added on the Omega machines won't be added for the Matrix ones, and vice-versa.
Basically they will run as separate databases, shared between the machines running the appropriate Kodi versions.
Posts: 5
Joined: Mar 2024
Reputation:
2
This can also become a "pain" when you are using different platforms & the new versions are released at different times.
I have 4 Kodi installations 2 on Android TV, 1 on RaspberryPI and the master setup on Windows all using an SQL database on Synology NAS.
For some reason the "RC" version is released as an automatic update on Windows & this can be using a different database for months compared with Android which only receives automatic updates to the official version.
Through the windows store, there is no way to "go back" to an older update or prevent "unofficial" version from being installed.
It would be nice if you could store the "settings" in an SQL database so that each client could share the same settings/updates/changes but I dont think this is possible.
Its a pain to modify the settings on Android TV with a remote or using a file explorer to copy the xml files all the time
Posts: 5
Joined: Mar 2024
Reputation:
2
Windows store works fine for me for all other apps.
I don't want to spend time managing installations.
I'm happy to take updates when there are coordinated together & deliver new features etc but if done properly, the user experience is not interrupted.
It would better if Kodi only deployed the official release via the windows store.
If you are interested in an alpha, beta, RC build, then you are now inclined to download the installer from the website anyway.