Fmstrat / plex-db-sync

Synchronizes the database watched status between two Plex servers. This includes watched times, and works for all users on the system without the need for tokens.
152 stars 24 forks source link

Not syncing home users, they get admin watched status #5

Open onezero1010101 opened 5 years ago

onezero1010101 commented 5 years ago

I am attempting to migrate from my current plex vm, to a newly setup vm. I do not want to simply copy the database over, as I was hoping to clean up my data files. So I setup a clean plex install, added all my media folders, scanned everything in. I am signed into both plex with the same user. I have two local home users, plus many shared. When I run the sync, it is syncing my main admin user, but the local home users seem to be getting the admin users watch status. Am I doing something wrong? Thanks

Fmstrat commented 5 years ago

Please post the command you are running and I'll see if I can help.

Fmstrat commented 5 years ago

Also what are the exact usernames in the database? Are they all cased the same?

onezero1010101 commented 5 years ago

I figured out my problem. Even though I had signed into the new server with my plex account, and I could change to the home users, they were not given share permission to access it. Once I added them to the server shared librarys, everything worked perfectly! Thanks for the awesome script, and you or I can close this ticket now.