builds/jellyfin-tizen
ben a2e1d70853
ben/builds/pipeline/head This commit looks good Details
a readme for jellyfin-tizen
2023-01-13 17:34:05 +01:00
..
dist committing jellyfin-tizen builds i made a while ago 2023-01-13 17:11:16 +01:00
.dockerignore committing jellyfin-tizen builds i made a while ago 2023-01-13 17:11:16 +01:00
.gitignore committing jellyfin-tizen builds i made a while ago 2023-01-13 17:11:16 +01:00
Dockerfile a readme for jellyfin-tizen 2023-01-13 17:34:05 +01:00
README.md a readme for jellyfin-tizen 2023-01-13 17:34:05 +01:00

README.md

jellyfin-tizen

upstream repo: github.com/jellyfin/jellyfin-tizen.

builds the current version of the jellyfin app for samsung tv's running tizen, using the (slighlty annoying) tizen studio.

this builds a Jellyfin.wgt file in a docker container, that are added to the pacakges for this repo: ben/-/packages/generic/jellyfin-tizen

installing

prerequisite: turn on the tv and activate developer mode. probably will also have to set Permit to install applications on the TV using "Device Manager" fromtize studio, or using sdb somehow.

then build or download the Jellyfin.wgt file:

wget https://git.sudo.is/api/packages/ben/generic/jellyfin-tizen/latest/Jellyfin.wgt

use sdb to connect to your tv and find the target/model name, and install with tizen

sdb connect ${TV_IP}

# find $TV_MODEL
sdb devices

tizen install -n Jellyfin.wgt -t ${TV_MODEL}

both sdb and tizen are from tizen studio, so that needs to be installed. more complete info is in the upstream projects README.md file.