shamoon 19c25713c4 Run pre-commit hooks over existing codebase
Co-Authored-By: Ben Phelps <ben@phelps.io>
2023-10-18 09:49:33 -07:00

645 B

title, description
title description
Jellyfin Jellyfin Widget Configuration

You can create an API key from inside Jellyfin 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.

widget:
  type: jellyfin
  url: http://jellyfin.host.or.ip
  key: apikeyapikeyapikeyapikeyapikey
  enableBlocks: true # optional, defaults to false
  enableNowPlaying: true # optional, defaults to true