For the complete documentation index, see llms.txt. This page is also available as Markdown.

Sink: Trakt

Scrobble sink implementation for sending playback events to Trakt.

This is the Trakt sink used by scrobbling.

It sends ScrobbleEvent updates to the Trakt API.

What it does

It reports playback state to Trakt:

  • start

  • pause

  • stop

  • completion

Common gotchas

  • Missing IDs means Trakt cannot match items.

  • Trakt rate limits can create gaps.

  • Filters can drop events silently.

Last updated

Was this helpful?