It is not strange all the databases. When there are 4 HTPCs, I want flexibility and convenience.Therefore, I need to know what databases you REALLY need to synchronize because it will take me some time to program.
DB Locked, how copy when all client work, but i add NewMovie to DB?to detect changes to the database last write time and to copy the changed databases to all of the other client folders
Like MPSync, but MPSync, sync changes on fly, from master to server and from server to slaves ... But I would like to be from a master and a slave. So that the changes on any computer are immediately synchronized through the database on the server to other computers.My solution to this was to copy all changes made by Client1 and Client 2 to a separate (Sync) database and to copy the changes in the Sync database back to the client databases when the client session closes. If a client is open when another client closes, the changed database files are copied to a queue folder instead of directly to the clients and updates all client databases as soon as no clients are running (i.e. when there are no locks). This solution involves a lot of coding. I've been running my solution for at least a year and a half and it works pretty well. This solution is truly multi-user compliant.
Like MPSync, but MPSync, sync changes on fly, from master to server and from server to slaves ... But I would like to be from a master and a slave. So that the changes on any computer are immediately synchronized through the database on the server to other computers.