From e64908536d9e376d035697b52a99cb9aecb5b1de Mon Sep 17 00:00:00 2001 From: Patrick Date: Tue, 21 Oct 2025 14:14:19 +0200 Subject: [PATCH] Update index.html for Jellyfin installation guide --- docs/index.html | 210 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 160 insertions(+), 50 deletions(-) diff --git a/docs/index.html b/docs/index.html index b15c635..c5f873c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -3,77 +3,187 @@ + + Install Jellyfin on Samsung TV (All Tizen Versions) — One-Click Setup + + + + + + + + + + + + + + + + + + - Jellyfin2Samsung - + + + +

Samsung Jellyfin Installer

-

One‑click install of Jellyfin on your Samsung TV — fully compatible with all Tizen versions

+

One-click install of Jellyfin on your Samsung TV
fully compatible with all Tizen versions

+ + +
+ +
+
Latest version: checking… Released on
+

⬇️ Download 🧰 Source Code

-

© Patrick Stel — Hosted on GitHub Pages

+ +

+ © Patrick Stel — Hosted on GitHub Pages +

- + try{ + const i=await getRelease(); + els.ver.textContent=i.tag; + els.date.textContent=fmtDate(i.date); + els.dl.href=i.href; + }catch(e){ + els.ver.textContent='unavailable'; + els.date.textContent='n/a'; + } + + document.getElementById('year').textContent=new Date().getFullYear(); + })(); +