23 lines
857 B
Markdown
Raw Normal View History

2023-09-29 21:01:11 +03:00
---
title: Emby
description: Emby Widget Configuration
---
2024-01-24 14:27:47 -08:00
Learn more about [Emby](https://github.com/MediaBrowser/Emby).
2023-09-29 21:01:11 +03:00
You can create an API key from inside Emby at `Settings > Advanced > Api Keys`.
As of v0.6.11 the widget supports fields `["movies", "series", "episodes", "songs"]`. These blocks are disabled by default but can be enabled with the `enableBlocks` option, and the "Now Playing" feature (enabled by default) can be disabled with the `enableNowPlaying` option.
```yaml
widget:
type: emby
url: http://emby.host.or.ip
key: apikeyapikeyapikeyapikeyapikey
enableBlocks: true # optional, defaults to false
enableNowPlaying: true # optional, defaults to true
enableUser: true # optional, defaults to false
showEpisodeNumber: true # optional, defaults to false
expandOneStreamToTwoRows: false # optional, defaults to true
2023-09-29 21:01:11 +03:00
```