diff --git a/Service-Widgets.md b/Service-Widgets.md index c06bd75..42cca01 100644 --- a/Service-Widgets.md +++ b/Service-Widgets.md @@ -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.