Jellyfin Samsung TV Client
1,710
stars
102
commits
JavaScript
primary language
Sep 7, 2026
updated
Also look Wiki.
Install prerequisites.
Install Certificate Manager using Tizen Studio Package Manager. See Installing Required Extensions.
Setup Tizen certificate in Certificate Manager. See Creating Certificates.
If you have installation problems with the Tizen certificate, try creating a Samsung certificate. In this case, you will also need a Samsung account.
Clone or download Jellyfin Web repository.
It is recommended that the web version match the server version.
git clone -b release-10.10.z https://github.com/jellyfin/jellyfin-web.git
Replace
release-10.10.zwith the name of the branch you want to build.
You can also use
git checkoutto switch branches.
Clone or download Jellyfin Tizen (this) repository.
git clone https://github.com/jellyfin/jellyfin-tizen.git
cd jellyfin-web
npm ci --no-audit
USE_SYSTEM_FONTS=1 npm run build:production
You should get
jellyfin-web/dist/directory.
USE_SYSTEM_FONTS=1is required to discard unused fonts and to reduce the size of the app. (Since Jellyfin Web 10.9)
Use
npm run build:developmentif you want to debug the app.
If any changes are made to jellyfin-web/, the jellyfin-web/dist/ directory will need to be rebuilt using the command above.
cd jellyfin-tizen
JELLYFIN_WEB_DIR=../jellyfin-web/dist npm ci --no-audit
You should get
jellyfin-tizen/www/directory.
The
JELLYFIN_WEB_DIRenvironment variable can be used to override the location ofjellyfin-web.
Add
DISCARD_UNUSED_FONTS=1environment variable to discard unused fonts and to reduce the size of the app. (Until Jellyfin Web 10.9)
Don't use it with Jellyfin Web 10.9+. Instead, useUSE_SYSTEM_FONTS=1environment variable when building Jellyfin Web.
If any changes are made to jellyfin-web/dist/, the jellyfin-tizen/www/ directory will need to be rebuilt using the command above.
Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on.
tizen build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen package -t wgt -o . -- .buildResult
You should get
Jellyfin.wgt.
tizen install -n Jellyfin.wgt -t T-samsung-5.5-x86
Specify target with
-toption. Usesdb devicesto list them.
Run TV.
Activate Developer Mode on TV. See Enable Developer Mode on the TV.
Connect to TV with one of the following options:
Device Manager from Tools -> Device Manager in Tizen Studio.
sdb:
sdb connect YOUR_TV_IP
If you are using a Samsung certificate, allow installs onto your TV using your certificate with one of the following options:
If you need to change or create a new Samsung certificate (see Getting-Started step 3), you will need to re-build WGT once you have the Samsung certificate you'll use for the install.
Device Manager from Tools -> Device Manager in Tizen Studio:
Permit to install applications.Tizen CLI:
tizen install-permit -t UE65NU7400
Specify target with
-toption. Usesdb devicesto list them.
sdb:
sdb push ~/SamsungCertificate/<PROFILE_NAME>/*.xml /home/developer
Install package.
tizen install -n Jellyfin.wgt -t UE65NU7400
Specify target with
-toption. Usesdb devicesto list them.
Hacker News (1)
JavaScript
98.9%
HTML
1.1%
Jellyfin Samsung TV Client
1,710
stars
102
commits
JavaScript
primary language
Sep 7, 2026
updated
Also look Wiki.
Install prerequisites.
Install Certificate Manager using Tizen Studio Package Manager. See Installing Required Extensions.
Setup Tizen certificate in Certificate Manager. See Creating Certificates.
If you have installation problems with the Tizen certificate, try creating a Samsung certificate. In this case, you will also need a Samsung account.
Clone or download Jellyfin Web repository.
It is recommended that the web version match the server version.
git clone -b release-10.10.z https://github.com/jellyfin/jellyfin-web.git
Replace
release-10.10.zwith the name of the branch you want to build.
You can also use
git checkoutto switch branches.
Clone or download Jellyfin Tizen (this) repository.
git clone https://github.com/jellyfin/jellyfin-tizen.git
cd jellyfin-web
npm ci --no-audit
USE_SYSTEM_FONTS=1 npm run build:production
You should get
jellyfin-web/dist/directory.
USE_SYSTEM_FONTS=1is required to discard unused fonts and to reduce the size of the app. (Since Jellyfin Web 10.9)
Use
npm run build:developmentif you want to debug the app.
If any changes are made to jellyfin-web/, the jellyfin-web/dist/ directory will need to be rebuilt using the command above.
cd jellyfin-tizen
JELLYFIN_WEB_DIR=../jellyfin-web/dist npm ci --no-audit
You should get
jellyfin-tizen/www/directory.
The
JELLYFIN_WEB_DIRenvironment variable can be used to override the location ofjellyfin-web.
Add
DISCARD_UNUSED_FONTS=1environment variable to discard unused fonts and to reduce the size of the app. (Until Jellyfin Web 10.9)
Don't use it with Jellyfin Web 10.9+. Instead, useUSE_SYSTEM_FONTS=1environment variable when building Jellyfin Web.
If any changes are made to jellyfin-web/dist/, the jellyfin-tizen/www/ directory will need to be rebuilt using the command above.
Make sure you select the appropriate Certificate Profile in Tizen Certificate Manager. This determines which devices you can install the widget on.
tizen build-web -e ".*" -e gulpfile.babel.js -e README.md -e "node_modules/*" -e "package*.json" -e "yarn.lock"
tizen package -t wgt -o . -- .buildResult
You should get
Jellyfin.wgt.
tizen install -n Jellyfin.wgt -t T-samsung-5.5-x86
Specify target with
-toption. Usesdb devicesto list them.
Run TV.
Activate Developer Mode on TV. See Enable Developer Mode on the TV.
Connect to TV with one of the following options:
Device Manager from Tools -> Device Manager in Tizen Studio.
sdb:
sdb connect YOUR_TV_IP
If you are using a Samsung certificate, allow installs onto your TV using your certificate with one of the following options:
If you need to change or create a new Samsung certificate (see Getting-Started step 3), you will need to re-build WGT once you have the Samsung certificate you'll use for the install.
Device Manager from Tools -> Device Manager in Tizen Studio:
Permit to install applications.Tizen CLI:
tizen install-permit -t UE65NU7400
Specify target with
-toption. Usesdb devicesto list them.
sdb:
sdb push ~/SamsungCertificate/<PROFILE_NAME>/*.xml /home/developer
Install package.
tizen install -n Jellyfin.wgt -t UE65NU7400
Specify target with
-toption. Usesdb devicesto list them.
Hacker News (1)
JavaScript
98.9%
HTML
1.1%