Files
homepage/docs/widgets/services/jellyfin.md
Matt Popovich f4f54cea60
Some checks failed
Docker CI / Linting Checks (push) Has been cancelled
Tests / vitest (3) (push) Has been cancelled
Tests / vitest (4) (push) Has been cancelled
Docker CI / Docker Build & Push (push) Has been cancelled
Tests / vitest (1) (push) Has been cancelled
Tests / vitest (2) (push) Has been cancelled
Repository Maintenance / Stale (push) Has been cancelled
Repository Maintenance / Lock Old Threads (push) Has been cancelled
Repository Maintenance / Close Answered Discussions (push) Has been cancelled
Repository Maintenance / Close Outdated Discussions (push) Has been cancelled
Repository Maintenance / Close Unsupported Feature Requests (push) Has been cancelled
Crowdin Action / Crowdin Sync (push) Has been cancelled
Documentation: clarify jellyfin api key location, add ports (#6298)
Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
2026-02-07 09:38:17 +00:00

1.2 KiB

title, description
title description
Jellyfin Jellyfin Widget Configuration

Learn more about Jellyfin.

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

Jellyfin Version Homepage Widget Version
< 10.12 1 (default)
>= 10.12 2
widget:
  type: jellyfin
  url: http://jellyfin.host.or.ip:port
  key: apikeyapikeyapikeyapikeyapikey
  version: 2 # optional, default is 1
  enableBlocks: true # optional, defaults to false
  enableNowPlaying: true # optional, defaults to true
  enableUser: true # optional, defaults to false
  enableMediaControl: false # optional, defaults to true
  showEpisodeNumber: true # optional, defaults to false
  expandOneStreamToTwoRows: false # optional, defaults to true