Ongy 16e457b6dc
Add documentation for the Jellyfin media player (#23910)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
2022-11-28 15:07:50 +01:00

1.4 KiB

title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_config_flow, ha_domain, ha_platforms, ha_integration_type
title description ha_category ha_release ha_iot_class ha_codeowners ha_config_flow ha_domain ha_platforms ha_integration_type
Jellyfin Instructions on how to integrate the Jellyfin integration into Home Assistant.
Media Player
Media Source
Sensor
2021.12 Local Polling
@j-stienstra
@ctalkington
true jellyfin
diagnostics
media_player
sensor
service

The Jellyfin integration exposes a Jellyfin server as a Media Source in Home Assistant. Support is currently limited to music and movie 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.

Additionally, this integration sets up every media session connected to the Jellyfin server as a media player in Home Assistant to provide media controls for each session.

Browsing media inside Home Assistant in a player's context provides all libraries of type Movie and Series.

{% include integrations/config_flow.md %}

{% configuration_basic %} URL: description: The URL of the Jellyfin server. Please supply the full URL including the protocol and optional webroot. For example https://media.example.com, http://10.1.1.100:8096 or http://home.example.com/jellyfin. Username: description: The Jellyfin user whose libraries you want to retrieve. Password: description: The password of the supplied user. {% endconfiguration_basic %}