openHAB 5.2.0.M6
openHAB 5.2.0.M6 is available, and includes the updated Jellyfin - Binding: (PR #18628).
The Jellyfin server will not be discovered by the binding recommendation mechanism (Issue #21013).
If you have docker, give it a try:
.env
COMPOSE_PROJECT_NAME=openhab-development
VERSION=milestone-debian
MOUNT=/Temp/openhab/docker-compose.yml
services:
openhab:
container_name: ${COMPOSE_PROJECT_NAME}-server
image: openhab/openhab:${VERSION}
restart: no
network_mode: host
volumes:
- $MOUNT/addons:/openhab/addons
- $MOUNT/conf:/openhab/conf
- $MOUNT/userdata:/openhab/userdata
env_file:
- public.inipublic.ini
CRYPTO_POLICY=unlimited
TZ=Europe/Berlin


