jacobwgillespie / plex-sync

:clapper: Command line utility for synchronizing Plex Media Server watched / seen status between multiple servers
https://www.npmjs.com/package/plex-sync
Other
305 stars 37 forks source link

Bidirectional sync? #72

Closed segator closed 5 years ago

segator commented 5 years ago

user A connect to server A and watch a movie

next day user A connect to server B and he can see the movie seen yesterday marked as watched, he now watch an other movie on Server B.

I expect (after sync) the movie watched on server B is marked on server A.

That's correct? that's mean the sync is bidirectional?

jacobwgillespie commented 5 years ago

You are correct, bidirectional sync is the default behavior

segator commented 5 years ago

Thank you!