luigi311 / JellyPlex-Watched

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

[Feature Request] allow sync direction to be set per user #150

Open Splinter7914 opened 8 months ago

Splinter7914 commented 8 months ago

Is your feature request related to a problem? Please describe.

Certain users I only want to sync in a specific direction as the primary server is only for example Jellyfin. So if one is rewatching something on Jellyfin it gets marked as watched.

Describe the solution you'd like So if the sync direction settings could be set per user that would be great

luigi311 commented 7 months ago

Hmm this will probably complicate the config a lot so its probably not worth it. It might be better for you to spin a second instance 1st: all users that sync both ways 2nd: only one way users and set SYNC_FROM_JELLYFIN_TO_PLEX to false to it only syncs from plex to jellyfin and not the other way around.

Splinter7914 commented 7 months ago

I was thinking we would still have global configs and override per user what ever they wanted to change.

For now I have disabled globally Plex to Jellyfin sync. I will just enable that on demand whenever I have a need for it. I prefer this over multiple containers.