Installation of Jellyfin for Samsung TV's | Tizen OS | Microsoft Windows 11

Описание к видео Installation of Jellyfin for Samsung TV's | Tizen OS | Microsoft Windows 11

Today I'll show you how to use Jellyfin on your Samsung TV with the help of these instructions. I will demonstrate this using the Microsoft Windows 11 operating system as an example.

00:00 Prerequisites
03:30 Open Tizen Studio Package Manager
04:17 Install Packages
07:08 Install Visual C++ Redistrubutables
08:27 Open Tizen Studio Device Manager
08:58 Activate DEVELOP MODE on Samsung TV
09:25 Connect Host PC with Samsung TV over Tizen Studio Device Manager
09:36 Open Tizen Studio Certificate Manager
10:00 Create a Certificate Profile for Jellyfin
11:07 Create Folder for Jellyfin Web and Jellyfin Tizen
11:18 Clone Repositories
11:52 Build Jellyfin Web
18:52 Prepare Interface
19:40 Set Environment Variable for tizen.bat folder
20:08 Build WGT
22:00 Permit to install applications on Samsung TV with Tizen Studio Device Manager
22:11 Set Samsung TV to Home Menu
22:22 Install Jellyfin.wgt on Samsung TV
23:16 Add Jellyfin App to Home Menu
23:34 Start Jellyfin App on Samsung TV

Windows PowerShell Commands:
------------------------------------------------------
Installation of Yarn
-------------------------------
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine
npm install --global yarn

Open Tizen Studio Device Manager
--------------------------------------------------------
https://github.com/abbodi1406/vcredist/rel...

Clone Repositories
-----------------------------
cd jellyfin
git clone -b release-10.8.z https://github.com/jellyfin/jellyfin-web.git
git clone https://github.com/jellyfin/jellyfin-tizen...

Build Jellyfin Web
-----------------------------
cd .\jellyfin-web\
set SKIP_PREPARE=1
npm ci --no-audit
set USE_SYSTEM_FONTS=1
npm run build:production

Prepare Interface
----------------------------
cd ..
cd .\jellyfin-tizen\
$env:JELLYFIN_WEB_DIR='../jellyfin-web/dist'
npm ci --no-audit

Build WGT
-----------------
tizen.bat build-web -e "." -e gulpfile.js -e README.md -e "node_modules/" -e "package*.json" -e "yarn.lock"

tizen.bat package -t wgt -o . -- .buildResult

Installation of Jellyfin on Samsung TV
-------------------------------------------------------------
tizen.bat install -n Jellyfin.wgt -t UE65NU7400

Socials
-----------
   / @snowappixtv  
https://www.twitch.tv/snowappixtv

Комментарии

Информация по комментариям в разработке