Skip to content
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

Can jellyplex be configured to sync only 1-way ? #34

Closed
Zixim opened this issue Dec 24, 2022 · 3 comments · Fixed by #51
Closed

Can jellyplex be configured to sync only 1-way ? #34

Zixim opened this issue Dec 24, 2022 · 3 comments · Fixed by #51

Comments

@Zixim
Copy link

Zixim commented Dec 24, 2022

If I want to sync from Plex to Jellyfin, but not the other way... could this be done ?

@luigi311
Copy link
Owner

There is no current way to handle this. I might be able to make it so we add SYNC_FROM_PLEX_TO_JELLYFIN and SYNC_FROM_JELLYFIN_TO_PLEX variables and default them to true and do a check on the server type and the variable prior to calling the syncing function.

@Zixim
Copy link
Author

Zixim commented Mar 10, 2023

Thanks for this new Feature !! 💯
Question : if i want to sync in 1 direction (Plex to JF), should I then set these options :

SYNC_FROM_PLEX_TO_JELLYFIN = "True"    # allow this sync
SYNC_FROM_JELLYFIN_TO_PLEX = "False"   # do not allow this sync

or just set SYNC_FROM_PLEX_TO_JELLYFIN = "True" ?

@luigi311
Copy link
Owner

You do the first option of enabling Plex to JF and disabling JF to Plex. You would also need to disable the other two if you are using multiple plex and JF servers but still only want to do Plex to JF but that only applys when using 3+ servers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants