You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| DISABLE_CRON | integer | Disable included `Task Scheduler`. |`0`|
314
314
| DISABLE_CACHE | integer | Disable included `Cache Server`. |`0`|
315
315
@@ -417,9 +417,23 @@ Sadly, this is due to bug in jellyfin, where it marks the item as played without
417
417
such, watchstate doesn't really know the item has changed since last sync. Unfortunately, there is no way to fix this
418
418
issue from our side for the `state:import` task as it working as intended.
419
419
420
+
### Workarounds.
421
+
422
+
There are two possible workarounds:
423
+
424
+
### (1) Webhooks (Recommended)
425
+
420
426
However, we managed implemented a workaround for this issue using the webhooks as workaround, until jellyfin devs fixes
421
427
the issue. Please enable webhooks for your jellyfin backend to avoid this issue.
422
428
429
+
### (1) by special handling
430
+
431
+
We have added an experimental workaround for this issue in the `state:import` command, to enable it, add the env `WS_CLIENTS_JELLYFIN_FIX_PLAYED` via the `Env` page. It's turned off by default as it may cause some issues as it's untested in production, so please use it with caution and report any issues you find.
432
+
433
+
## CODE: DM001 - Marking the item as tainted and re-processing.
434
+
435
+
This warning appears when there is a mismatch between the local database and a backend regarding the item. This error mostly occurs in some edge cases. which can be fixed by forced state export to the backend.
0 commit comments