Added Plex (non-Tautulli widget)

shamoon 2022-10-17 12:19:24 -07:00
parent e97f894ac8
commit d38b97266b

@ -65,9 +65,23 @@ widget:
```
## Plex
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](#tautulli-plex).
Allowed fields: no configurable fields for this widget.
```yaml
widget:
type: plex
url: http://plex.host.or.ip:32400
key: mytokenhere # see https://www.plexopedia.com/plex-media-server/general/plex-token/
```
## Tautulli (Plex)
The Plex API is hard to work with and very segmented, to simplify integration, the Tautulli service is used instead. You can find the API key from inside Tautulli at `Settings > Web Interface > API`.
Provides detailed information about currently active streams. You can find the API key from inside Tautulli at `Settings > Web Interface > API`.
Allowed fields: no configurable fields for this widget.