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.