Sync watched status/ position over smb? - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111) +---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228) +---- Thread: Sync watched status/ position over smb? (/showthread.php?tid=347393) |
Sync watched status/ position over smb? - zaidrockso - 2019-09-20 So everyone recommends SMB , i use UPnp because the watched status remains synced. However with SMB, Host computer shares video Client 1 adds source via smb, and the videos watched position etc, only stay on Client 1, they don't update on Host And client 2 doesn't get the updates either, is there anyway to do this? Thanks RE: Sync watched status/ position over smb? - trogggy - 2019-09-20 https://kodi.wiki/view/MySQL RE: Sync watched status/ position over smb? - zaidrockso - 2019-09-20 (2019-09-20, 14:18)trogggy Wrote: https://kodi.wiki/view/MySQL I meant do this over SMB , MySQL seems complicated. RE: Sync watched status/ position over smb? - DarrenHill - 2019-09-20 Either MySQL or something similar like Emby at the only way to do it. The SMB is just the media source route, all of the databases (where the watched status and position etc are stored) are local. The MySQL set-up is designed to enable a common single database which can be shared by devices. |