From f5780783ee1c90039552004919e67c963edfff4b Mon Sep 17 00:00:00 2001 From: Sheogorath <sheogorath@shivering-isles.com> Date: Mon, 26 Feb 2024 21:09:20 +0100 Subject: [PATCH] docs(jellyfin): Add basic definition for Jellyfin --- docs/src/apps/jellyfin.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/apps/jellyfin.md b/docs/src/apps/jellyfin.md index df963af83..3b6ce8415 100644 --- a/docs/src/apps/jellyfin.md +++ b/docs/src/apps/jellyfin.md @@ -1,6 +1,13 @@ # Jellyfin +> Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached. Your media, your server, your way. +> +> — jellyfin.org + +<iframe src="https://www.youtube-nocookie.com/embed/4VkY1vTpCJY" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + In the Shivering-Isles Infrastructure Jellyfin provides the media platform for streaming series and alike from the local NAS. Replacing services like Netflix for enjoying TV-Shows and Movies ripped from good old DVDs and Bluerays. Jellyfin itself is integrated with the Kubernetes cluster its running on using the [Jellyfin PDB Manager](https://git.shivering-isles.com/shivering-isles/infrastructure-gitops/-/tree/b919bd3d22d9b14cba5a64340720ef35aed5fa14/apps/base/jellyfin/jellyfin-pdb-mgr), that automatically configures the Pod Disruption Budget of the Jellyfin Pod to disallow disruptions while something is playing, to make sure maintenance work does not interfere with the watching experience. +https://www.youtube.com/watch?v= \ No newline at end of file -- GitLab