homepage/docs/widgets/services/plex.md
2024-01-19 19:01:36 -05:00

18 lines
686 B
Markdown

---
title: Plex
description: Plex Widget Configuration
---
[Plex](https://www.plex.tv/) - Plex is your destination to stream TV shows, movies, and sports. Find great movies to watch and stream all your personal media libraries on every device.
The core Plex API is somewhat limited but basic info regarding library sizes and the number of active streams is supported. For more detailed info regarding active streams see the [Plex Tautulli widget](plex-tautulli.md).
Allowed fields: `["streams", "albums", "movies", "tv"]`.
```yaml
widget:
type: plex
url: http://plex.host.or.ip:32400
key: mytokenhere # see https://www.plexopedia.com/plex-media-server/general/plex-token/
```