diff --git a/images/docker-jellyfin/index.html b/images/docker-jellyfin/index.html
index 746b227d0d..f4702ae27c 100644
--- a/images/docker-jellyfin/index.html
+++ b/images/docker-jellyfin/index.html
@@ -65,4 +65,4 @@
--pull \
-t lscr.io/linuxserver/jellyfin:latest .
The ARM variants can be built on x86_64 hardware using multiarch/qemu-user-static
docker run --rm --privileged multiarch/qemu-user-static:register --reset
-
Once registered you can define the dockerfile to use with -f Dockerfile.aarch64
.
Versions
- 12.02.24: - Use universal hardware acceleration blurb
- 12.09.23: - Take ownership of plugin directories.
- 04.07.23: - Deprecate armhf. As announced here
- 07.12.22: - Rebase master to Jammy, migrate to s6v3.
- 11.06.22: - Switch to upstream repo's ffmpeg5 build.
- 05.01.22: - Specify Intel iHD driver versions to avoid mismatched libva errors.
- 25.12.21: - Fix video device group perms error message.
- 10.12.21: - Rework readme, disable template sync.
- 22.09.21: - Pull only the server, web and ffmpeg packages instead of the wrapper.
- 23.06.21: - Add log message if device permissions are incorrect. Pin jellyfin dependency versions to prevent upstream apt repo issues. Deprecate the
bionic
tag. - 21.05.21: - Add nvidia.icd file to fix missing tonemapping using Nvidia HW.
- 20.01.21: - Add Jellyfin Binary Environmentals
- 20.01.21: - Deprecate
UMASK_SET
in favor of UMASK in baseimage, see above for more information. - 23.11.20: - Rebase to Focal, branch off Bionic.
- 22.07.20: - Ingest releases from Jellyfin repo.
- 28.04.20: - Replace MMAL/OMX dependency device
/dev/vc-mem
with /dev/vcsm
as the former was not sufficient for raspbian. - 11.04.20: - Enable hw decode (mmal) on Raspberry Pi, update readme instructions, add donation info, create missing default transcodes folder.
- 11.03.20: - Add Pi V4L2 support, remove optional transcode mapping (location is selected in the gui, defaults to path under
/config
). - 30.01.20: - Add nightly tag.
- 09.01.20: - Add Pi OpenMax support.
- 02.10.19: - Improve permission fixing for render & dvb devices.
- 31.07.19: - Add AMD drivers for vaapi support on x86.
- 13.06.19: - Add Intel drivers for vaapi support on x86.
- 07.06.19: - Initial release.