Build and deploy Jellyfin app to Samsung (Tizen) Smart TV

This page summarizes the projects mentioned and recommended in the original post on /r/jellyfin

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • jellyfin-web

    Web Client for Jellyfin

    mkdir /jellyfin cd /jellyfin # Install Node.js version 14 on Ubuntu - by default Ubuntu packages comes with old versions of Nodejs (version ~10) curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash . /root/.nvm/nvm.sh install 14.4.0 # Configure packager to install Nodejs v14 and install it curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs npm --version #Output: 8.3.0 is tested to be suitable node --version #Output: v14.18.2 yum install git -y npm install yarn -g git clone https://github.com/jellyfin/jellyfin-web.git git clone https://github.com/jellyfin/jellyfin-tizen.git cd jellyfin-web #Next command takes long time, and does not update screen during opration, do not interrupt npx browserslist@latest --update-db #Following takes very long time: npm ci --no-audit --loglevel verbose cd ../jellyfin-tizen JELLYFIN_WEB_DIR=../jellyfin-web/dist yarn install

  • jellyfin-tizen

    Jellyfin Samsung TV Client

    mkdir /jellyfin cd /jellyfin # Install Node.js version 14 on Ubuntu - by default Ubuntu packages comes with old versions of Nodejs (version ~10) curl https://raw.githubusercontent.com/creationix/nvm/master/install.sh | bash . /root/.nvm/nvm.sh install 14.4.0 # Configure packager to install Nodejs v14 and install it curl -sL https://deb.nodesource.com/setup_14.x | bash - apt-get install -y nodejs npm --version #Output: 8.3.0 is tested to be suitable node --version #Output: v14.18.2 yum install git -y npm install yarn -g git clone https://github.com/jellyfin/jellyfin-web.git git clone https://github.com/jellyfin/jellyfin-tizen.git cd jellyfin-web #Next command takes long time, and does not update screen during opration, do not interrupt npx browserslist@latest --update-db #Following takes very long time: npm ci --no-audit --loglevel verbose cd ../jellyfin-tizen JELLYFIN_WEB_DIR=../jellyfin-web/dist yarn install

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts