Merge branch 'master' into rework-video-content-docs

This commit is contained in:
felix920506
2025-05-29 20:54:09 +08:00
committed by GitHub
8 changed files with 20 additions and 13 deletions
+2
View File
@@ -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.
<!-- markdownlint-disable MD059 -->
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).
+1 -1
View File
@@ -12,7 +12,7 @@ This page details how our repositories are organized, how to get started editing
There are many projects within the [organization](https://github.com/jellyfin) to browse through for contributions.
Summarized here are the two biggest ones, one for backend devs and another for frontend devs.
- [Jellyfin Server](https://github.com/jellyfin/jellyfin): The server portion, built using .NET 8 and C#.
- [Jellyfin Server](https://github.com/jellyfin/jellyfin): The server portion, built using .NET 9 and C#.
- [Jellyfin Web](https://github.com/jellyfin/jellyfin-web): The main client application built for browsers, but also used in some of our other clients that are just wrappers.
Note that each of the repositories also has its own documentation on how to get started with that project, generally found in the repository README. You can also view the organization [source tree](/docs/general/contributing/source-tree) to see how some of the bigger projects are structured.
@@ -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).
:::
@@ -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.
:::
+8 -8
View File
@@ -18,8 +18,8 @@
"@docusaurus/theme-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@easyops-cn/docusaurus-search-local": "0.49.2",
"@fontsource/noto-sans": "5.2.6",
"@icons-pack/react-simple-icons": "12.7.0",
"@fontsource/noto-sans": "5.2.7",
"@icons-pack/react-simple-icons": "12.8.0",
"@img-comparison-slider/react": "8.0.2",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
@@ -3774,9 +3774,9 @@
}
},
"node_modules/@fontsource/noto-sans": {
"version": "5.2.6",
"resolved": "https://registry.npmjs.org/@fontsource/noto-sans/-/noto-sans-5.2.6.tgz",
"integrity": "sha512-46D39T1/QJ16LSbCTaNjjrGS6Y69FMLS9FeHKsrXSQg15Z2MFqmlnNMpURx2l6Sr3x9t9EVdr3CAkHnZyvea+w==",
"version": "5.2.7",
"resolved": "https://registry.npmjs.org/@fontsource/noto-sans/-/noto-sans-5.2.7.tgz",
"integrity": "sha512-mTpMSMft6Nb+ZSF4DSiJVYnLzKCRjHNFieZ/swuxSDQK+v1hjUeDTBxLHKUdfmC+ZPg6TUEWw4oRq2ltnDbSjQ==",
"license": "OFL-1.1",
"funding": {
"url": "https://github.com/sponsors/ayuhito"
@@ -3894,9 +3894,9 @@
}
},
"node_modules/@icons-pack/react-simple-icons": {
"version": "12.7.0",
"resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-12.7.0.tgz",
"integrity": "sha512-XpG7e8buAco8AbvCar+4LX5do0L98d/NaeHoTuW4awyUH33id7HQiiMomK+cS1MRxfLNMmhW2W0223/fMC0unw==",
"version": "12.8.0",
"resolved": "https://registry.npmjs.org/@icons-pack/react-simple-icons/-/react-simple-icons-12.8.0.tgz",
"integrity": "sha512-Xj6tBadpPYVaoDaXqKpSJc5AXtcXSBk+se+GsceRouYin9XvKv2at0fO5GSr1dNDc3WfZSVc1Gs7KGwUY8PfHA==",
"license": "MIT",
"peerDependencies": {
"react": "^16.13 || ^17 || ^18 || ^19"
+2 -2
View File
@@ -31,8 +31,8 @@
"@docusaurus/theme-classic": "3.7.0",
"@docusaurus/theme-mermaid": "3.7.0",
"@easyops-cn/docusaurus-search-local": "0.49.2",
"@fontsource/noto-sans": "5.2.6",
"@icons-pack/react-simple-icons": "12.7.0",
"@fontsource/noto-sans": "5.2.7",
"@icons-pack/react-simple-icons": "12.8.0",
"@img-comparison-slider/react": "8.0.2",
"@mdi/js": "7.4.47",
"@mdi/react": "1.6.1",
+4
View File
@@ -67,6 +67,10 @@ const redirects: ClientRedirects.Options['redirects'] = [
from: '/docs/general/administration/hardware-acceleration',
to: '/docs/general/post-install/transcoding/hardware-acceleration/'
},
{
from: '/docs/general/administration/hardware-acceleration/intel',
to: '/docs/general/post-install/transcoding/hardware-acceleration/intel'
},
{
from: '/docs/general/server/transcoding',
to: '/docs/general/post-install/transcoding/'
+1
View File
@@ -1,5 +1,6 @@
[
"/docs/general/administration/hardware-acceleration.html",
"/docs/general/administration/hardware-acceleration/intel",
"/docs/general/contributing/index.html",
"/docs/general/networking/dlna.html",
"/docs/general/networking/index.html",