Given the recent news about Plex soon charging for remote access, I wanted to finish up my switch to Jellyfin.
What tools/methods have you all used to migrate watch history to Jellyfin?
I have a few family members in there, and would like to get everything switched over without resetting their watch history.
fmstrat@lemmy.nowsci.com 1 year ago
I used this: github.com/arabcoders/watchstate
It works, really, really well. You just connect it to the servers, and it syncs them by user. You can even let it run regularly while you are in your transition phase as a docker container right next to Plex and Jellyfin.
Mine’s even a bit more advanced, as I used
samba-domainto set up an LDAP active directory for my fam, then the above to sync the Plex users to those users in Jellyfin, and it still worked great.@BakedCatboy@lemmy.ml
MangoPenguin@lemmy.blahaj.zone 1 year ago
Thanks! Sounds like the best option