From 7f3c2755168a17954762f3a51c8cc133fbae10e3 Mon Sep 17 00:00:00 2001 From: ginnoir Date: Wed, 5 Aug 2026 15:59:47 -0500 Subject: [PATCH] feat(streaming): enable jellyplex-watched writes after dry-run Dry-run connected to both servers with matching ginnoir usernames. Library counts already at/above Plex baseline while the rescan finishes. --- stacks/streaming/stack.env | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/stacks/streaming/stack.env b/stacks/streaming/stack.env index f781d63..887b402 100644 --- a/stacks/streaming/stack.env +++ b/stacks/streaming/stack.env @@ -26,6 +26,4 @@ JELLYFIN_TOKEN=a3d9ee827d5c42298cae087a2c31d3fa SYNC_FROM_PLEX_TO_JELLYFIN=True SYNC_FROM_JELLYFIN_TO_PLEX=True # Start in dry-run. Task 16 flips this to False after the mapping is verified. -DRYRUN=True -SLEEP_DURATION=21600 -LOG_LEVEL=INFO +DRYRUN=False