19 lines
500 B
Markdown
19 lines
500 B
Markdown
---
|
|
title: Tautulli History (Plex)
|
|
description: Tautulli History Widget Configuration
|
|
---
|
|
|
|
Learn more about [Tautulli](https://github.com/Tautulli/Tautulli).
|
|
|
|
Provides a watched history from tautulli. You can find the API key from inside Tautulli at `Settings > Web Interface > API`.
|
|
|
|
Allowed fields: no configurable fields for this widget.
|
|
|
|
```yaml
|
|
widget:
|
|
type: tautullihistory
|
|
url: http://tautulli.host.or.ip
|
|
key: apikeyapikeyapikeyapikeyapikey
|
|
maxItems: 10 # optional, defaults to 10
|
|
```
|