Webhooks
Legacy webhook-based scrobble integrations (deprecated; use Watcher when possible).
Last updated
Was this helpful?
Legacy webhook-based scrobble integrations (deprecated; use Watcher when possible).
These pages document the legacy webhook scrobblers.
They exist for backwards compatibility.
Webhooks are deprecated. Prefer Watcher.
If you still need them, use the setup guide:
They translate server payloads into tracker calls.
Common responsibilities:
normalize payload shapes
resolve external IDs when possible
apply filters and dedupe
call tracker APIs (mostly Trakt)
optionally trigger watchlist auto-remove
providers/webhooks/plextrakt.py
providers/webhooks/jellyfintrakt.py
providers/webhooks/embytrakt.py
Event storms are normal. Dedupe is intentional.
ID resolution drives success. Missing IDs cause skips.
Last updated
Was this helpful?
Was this helpful?