From be4a821ba3e2d69feeafddd2a50c6dd514a88871 Mon Sep 17 00:00:00 2001 From: Jan Stienstra <65826735+j-stienstra@users.noreply.github.com> Date: Wed, 15 Dec 2021 22:00:01 +0100 Subject: [PATCH] Remove deprecated server configuration instruction (#20710) --- source/_integrations/jellyfin.markdown | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/source/_integrations/jellyfin.markdown b/source/_integrations/jellyfin.markdown index 69c5dc268e9..1558ef0cc91 100644 --- a/source/_integrations/jellyfin.markdown +++ b/source/_integrations/jellyfin.markdown @@ -12,7 +12,7 @@ ha_domain: jellyfin --- The Jellyfin integration exposes a [Jellyfin](https://jellyfin.org/) server as a Media Source in Home Assistant. -Support is currently limited to music libraries only. Other libraries will not appear in the Media Browser. This integration has been tested with Jellyfin server version 10.6.4, but should support older versions as well. +Support is currently limited to music libraries only. Other libraries will not appear in the Media Browser. This integration has been tested with Jellyfin server version 10.6.4 and later. {% include integrations/config_flow.md %} @@ -24,9 +24,3 @@ Username: Password: description: The password of the supplied user. {% endconfiguration_basic %} - -## Jellyfin server configuration - -The Jellyfin integration retrieves media items from your Jellyfin libraries using an Artist -> Album -> Track hierarchy. In order for the Media Browser to display thumbnails for artists and albums, Jellyfin has to include metadata for artists and albums. This is not enabled by default. - -To enable this, navigate to the Jellyfin dashboard and select Plugins. Choose which provider you would like to use for metadata retrieval (AudioDB and MusicBrainz are the two default providers) and select Settings. Enable the checkbox for "Enable this provider for metadata searches on artists and albums.".