From f4f54cea606d8904f0a236f3e3fb6a3c9af1c9aa Mon Sep 17 00:00:00 2001 From: Matt Popovich Date: Sat, 7 Feb 2026 02:38:17 -0700 Subject: [PATCH] Documentation: clarify jellyfin api key location, add ports (#6298) Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/widgets/services/jellyfin.md | 4 ++-- docs/widgets/services/plex-tautulli.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/widgets/services/jellyfin.md b/docs/widgets/services/jellyfin.md index 8849e0645..ddf79a6c5 100644 --- a/docs/widgets/services/jellyfin.md +++ b/docs/widgets/services/jellyfin.md @@ -5,7 +5,7 @@ description: Jellyfin Widget Configuration Learn more about [Jellyfin](https://github.com/jellyfin/jellyfin). -You can create an API key from inside Jellyfin at `Settings > Advanced > Api Keys`. +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. @@ -17,7 +17,7 @@ As of v0.6.11 the widget supports fields `["movies", "series", "episodes", "song ```yaml widget: type: jellyfin - url: http://jellyfin.host.or.ip + url: http://jellyfin.host.or.ip:port key: apikeyapikeyapikeyapikeyapikey version: 2 # optional, default is 1 enableBlocks: true # optional, defaults to false diff --git a/docs/widgets/services/plex-tautulli.md b/docs/widgets/services/plex-tautulli.md index 9cacdf057..c1f164eb2 100644 --- a/docs/widgets/services/plex-tautulli.md +++ b/docs/widgets/services/plex-tautulli.md @@ -12,7 +12,7 @@ Allowed fields: no configurable fields for this widget. ```yaml widget: type: tautulli - url: http://tautulli.host.or.ip + url: http://tautulli.host.or.ip:port key: apikeyapikeyapikeyapikeyapikey enableUser: true # optional, defaults to false showEpisodeNumber: true # optional, defaults to false