mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
506 B
Markdown
16 lines
506 B
Markdown
![]() |
---
|
||
|
title: Plex
|
||
|
description: Plex Widget Configuration
|
||
|
---
|
||
|
|
||
|
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/
|
||
|
```
|