homepage/docs/widgets/services/emby.md

1.0 KiB

title description
Emby Emby Widget Configuration

Learn more about Emby.

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.

After version v0.9.10, Add maxShowNowPlayingCount option to limit the number of Now Playing items displayed.

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
  maxShowNowPlayingCount: 2 # optional, defaults to Infinity