luigi311 / JellyPlex-Watched

Sync watched between jellyfin and plex locally
GNU General Public License v3.0
366 stars 19 forks source link

[Feature Request] Jellyfin to jellyfin #152

Closed Poltergeisen closed 4 months ago

Poltergeisen commented 4 months ago

Is your feature request related to a problem? Please describe. I want to migrate jellyfin installs to another PC without copying the entire database. Can this tool have an option to sync from jellyfin to jellyfin?

Describe the solution you'd like A way to sync from one jellyfin server to another

Describe alternatives you've considered I've looked into database migrations and viewed the migration documentation on the jellyfin website. Nothing really works for what I'm trying to do.

Additional context I used to have a non-docker setup for jellyfin. I want to move this to docker, but I also want to change file paths and regenerate all of my metadata. I really only need to be able to sync what I've watched so far from a previous jellyfin server.

Poltergeisen commented 4 months ago

I see that jellyfin to jellyfin does seem to be supported based on the example .env file...

can we get an example of how to use it that way though?