> For the complete documentation index, see [llms.txt](https://wiki.crosswatch.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.crosswatch.app/blueprint-architecture/scrobble/sink/sink-mdblist.md).

# Sink: MDBList

This is the **MDBList sink** used by scrobbling.

It sends `ScrobbleEvent` updates to the MDBList API.

{% tabs %}
{% tab title="End users" %}

### What it does

It reports playback state to MDBList in real time.

### Setup links

* Auth: [Auth: MDBList](/crosswatch/providers/authentication/auth-trackers/auth-mdblist.md)
* UI mode: [Watcher](/crosswatch/scrobble/watcher.md)

### Common gotchas

* Missing external IDs reduces match rate.
* Rate limits can cause retries and gaps.
  {% endtab %}

{% tab title="Power users" %}

### Entry point

* `providers/scrobble/mdblist/sink.py`

### Public surface

* class: `MDBListSink`

### External endpoint

* `https://api.mdblist.com`

### Key constants

* `MDBLIST_API = https://api.mdblist.com`
* `APP_AGENT = CrossWatch/Watcher/1.0`

### Config touchpoints

Common namespaces:

* `mdblist.*`
* `scrobble.*`
* `runtime.*`

### Interactions

* may call watchlist auto-remove on completion
  {% endtab %}
  {% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.crosswatch.app/blueprint-architecture/scrobble/sink/sink-mdblist.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
