-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature Request] Jellyfin sync #87
Comments
You might be able to just add the same jellyfin server twice and use the user mapping to link the two users. Be sure to test it with the dryrun on just in case but it shouldn't cause any issues though. |
I just tried this to sync statuses on two users on a single Jellyfin server. and it didn't work. (zero watch statuses synced). I had the server and token listed twice with user mapping between the two users. It showed all of the episodes getting pulled in, but ended with:
Checking the logs with debug enabled was full of these type of entries at the end: Any ideas why this is happening? |
To hazard a guess, server 1 and server 2 are exactly the same, the both have exactly the same users so they are both in sync, nothing to change. The api key isnt specific to a user in jellyfin, and there is no way as far as i can tell to use the user mapping to exclude one user from server 1 and exclude the other from server 2 |
Could you just make multiple API keys for the same server? |
I added the same server twice and then mapped the 2 users together. When I dry-run, I get the below exception.
|
I think this currently runs into issues, i'm currently rewriting a bunch of things and will be testing with two plex and two jellyfin servers as well to make sure thats working. |
That's great to hear! My use case is syncing between a "family" account and individual user accounts on the same jellyfin server. |
Can this be used to sync between 2 jellyfin users?
The text was updated successfully, but these errors were encountered: