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
304 stars 35 forks source link

plex-sync not syncing main Home user account #60

Open rjsears opened 6 years ago

rjsears commented 6 years ago

I have 15 people in my Home group, I am the main account. Utilizing other notes I was able to get each person's token and sync their content between servers but I cannot sync my content across servers. When I run the command it is telling me that it is syncing and get's done, but it actually does not sync anything.

I am running this command:

plex-sync my-plex-token@phoenix/2 my-plex-token@cinaplex/2 my-plex-token@cinaplex2/2
plex-sync my-plex-token@phoenix/1 my-plex-token@cinaplex/41 my-plex-token@cinaplex2/1

Where the first line does my TV shows and the second line does my movies for all three servers (phoenix, cinaplex and cinaplex2.

I get this response each time:

Reading data from phoenix:32400, cinaplex:32400, cinaplex2:32400...
Progress:                      | Elapsed: 0.0s | 100%
Syncing any unsynced media...
Progress:  | Elapsed: 0.0s | 0%
Progress:  | Elapsed: 0.0s | 0%
Progress:  | Elapsed: 0.0s | 0%
Sync completed!

But the watched status is not synced at all.

Any help would be appreciated.

Thank You