Updated Service Widgets (markdown)

Ben Phelps 2022-08-26 13:09:35 +03:00
parent 0ea0eb0e7f
commit 63fe41b4c6

@ -2,6 +2,21 @@
Unless otherwise noted, URLs should not end with a `/` or other API path. Each widget will handle the path on its own. Unless otherwise noted, URLs should not end with a `/` or other API path. Each widget will handle the path on its own.
Each service can have one widget attached to it (often matching the service type, but thats not forced).
Using Emby as an example, this is how you would attach the Emby service widget.
```yaml
- Emby:
icon: emby.png
href: http://emby.home/
description: Movies & TV Shows
widget:
type: emby
url: http://emby.home/
key: st5XKXl8C0olqTHFPXNVCPIuU5bS6y
```
## Emby ## Emby
You can create an API key from inside Emby at `Settings > Advanced > Api Keys` You can create an API key from inside Emby at `Settings > Advanced > Api Keys`