luigi311 / JellyPlex-Watched

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

matching users #35

Closed derekcentrico closed 1 year ago

derekcentrico commented 1 year ago

I'm not finding information on matching users between Plex and Jellyfin. I'd like to ensure manual assignment for syncing. How can I do this to be sure each user is properly synced? Happy to beer tip.

derekcentrico commented 1 year ago

To clarify, I did see this in .env:

USER_MAPPING = { "testuser2": "testuser3" }

However, I'm not sure how I would put say testuser1 (Plex) and test_user_1 (Jellyfin) to match them appropriately. Additionally, say I have 7 people to map, does that all go within the variable and how is it separated?

Thanks.

luigi311 commented 1 year ago

Order does not matter it will check both ways for the match since its possible to sync multiple servers. The list in there is comma separated. I should probably add that to the examples so its easier to see.