wilmardo / migrate-plex-to-jellyfin

Migrate watched status from Plex to Jellyfin
99 stars 22 forks source link

Add support for migrating managed Plex users #25

Closed Touchstone64 closed 4 months ago

Touchstone64 commented 11 months ago

migrate-plex-to-jellyfin absolutely bootstrapped my migration from Plex to Jellyfin. Thank you!

I long ago created a Plex server for the family, with multiple managed accounts, but now the kids are all grown up and it's time to give them their own native accounts. I also wanted to use Jellyfin as part of a new setup.

This PR includes the changes I needed to support migration of managed users 'watched' states, and introduces a dry-run flag that meant I could test the feature out without making a mess of my Jellyfin server.

Touchstone64 commented 11 months ago

Looking at the Issues list I think this addresses #6, assuming that the multiple users mentioned are indeed managed users.

wilmardo commented 4 months ago

Thanks for the PR, looks good to me! I might tweak the README a little after merging but nothing that should block this from going through.

Sorry for getting back to this so late, great contribution!