From 76bfee6413e173d13d392dae57247b57527b2f2a Mon Sep 17 00:00:00 2001 From: felix920506 Date: Mon, 19 May 2025 22:14:47 +0800 Subject: [PATCH] make markdownlint happy (#1408) --- blog/2020/03-04-kodi-0-5-0.md | 2 ++ .../post-install/transcoding/hardware-acceleration/intel.md | 2 +- .../post-install/transcoding/hardware-acceleration/rockchip.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/blog/2020/03-04-kodi-0-5-0.md b/blog/2020/03-04-kodi-0-5-0.md index 9327c852..c63188ec 100644 --- a/blog/2020/03-04-kodi-0-5-0.md +++ b/blog/2020/03-04-kodi-0-5-0.md @@ -36,4 +36,6 @@ Full release notes available on [GitHub](https://github.com/jellyfin/jellyfin-ko If you have the Jellyfin for Kodi addon repository installed and updates enabled, this version will automatically be installed for you. + + If you have installed the addon manually, the new zip file is available [here](https://repo.jellyfin.org/releases/client/kodi/plugin.video.jellyfin/plugin.video.jellyfin-0.5.0.zip). diff --git a/docs/general/post-install/transcoding/hardware-acceleration/intel.md b/docs/general/post-install/transcoding/hardware-acceleration/intel.md index 40487626..b32d8b6a 100644 --- a/docs/general/post-install/transcoding/hardware-acceleration/intel.md +++ b/docs/general/post-install/transcoding/hardware-acceleration/intel.md @@ -769,7 +769,7 @@ This can be useful for speeding up the OpenCL based HDR/DV tone-mapping. :::tip -More detail information about Intel video hardware can be found [here](https://github.com/intel/media-driver#components-and-features). +More detail information about Intel video hardware can be found [on the Intel media driver repo](https://github.com/intel/media-driver#components-and-features). ::: diff --git a/docs/general/post-install/transcoding/hardware-acceleration/rockchip.md b/docs/general/post-install/transcoding/hardware-acceleration/rockchip.md index cafd0d24..81d41d3e 100644 --- a/docs/general/post-install/transcoding/hardware-acceleration/rockchip.md +++ b/docs/general/post-install/transcoding/hardware-acceleration/rockchip.md @@ -264,7 +264,7 @@ LXC setup idea is a bit similar to docker - you need to pass the **device files* :::warning - Privileged LXC containers are considered unsafe by design - read more [here](https://linuxcontainers.org/lxc/security/). This guide however does not cover steps required to make jellyfin VPU hardware acceleration working in unprivileged container. + Privileged LXC containers are considered unsafe by design - read more [on the LXC official documentation](https://linuxcontainers.org/lxc/security/). This guide however does not cover steps required to make jellyfin VPU hardware acceleration working in unprivileged container. :::