From 4de10a7d01f2dd0257d5e43b775eecbccf96a69e Mon Sep 17 00:00:00 2001 From: Gmer4Lfe Date: Mon, 22 Jun 2026 23:32:50 -0400 Subject: [PATCH] =?UTF-8?q?Drop=20Audio=20from=20PLAY=5FSYNC=5FTYPES=20?= =?UTF-8?q?=E2=80=94=20music=20library=20too=20large=20for=20play=20state?= =?UTF-8?q?=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Deployment/master.conf.template | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Deployment/master.conf.template b/Deployment/master.conf.template index aa9149e..e3a3c8f 100644 --- a/Deployment/master.conf.template +++ b/Deployment/master.conf.template @@ -686,6 +686,12 @@ FALLBACK_PARTNERSHIP_SUSPEND_AFTER=120 # minutes without active partnership before suspending # 0 = suspend immediately when partnership goes inactive +# ━━━ Play State Sync ━━━ + PLAY_SYNC_ENABLED=true + PLAY_SYNC_REMOTE=true # sync across hosts via Tailscale + PLAY_SYNC_DAYS=90 # days back to check for played items (0 = all time) + PLAY_SYNC_TYPES="Movie,Episode" # Audio excluded — music library too large; favorites handled separately + # ━━━ Play State Sync — Handback ━━━ # play_state_sync runs before DNS cutover so users land on current watch state. # Retried until success — DNS is held until sync completes or retries are exhausted.