The purpose of this repository is to automatically build the most up-to-date version of jellyfin-tizen.
For a one step install process using Docker, check out this guide made by Georift Georift/install-jellyfin-tizen.
- Tizen Studio with CLI (https://developer.tizen.org/development/tizen-studio/download)
- One of the .wgt files from a release (https://github.com/jeppevinkel/jellyfin-tizen-builds/releases)
- Install prerequisites. Yup nothing else needed.
- Activate Developer Mode on TV (https://developer.samsung.com/tv/develop/getting-started/using-sdk/tv-device).
- Connect to TV with Device Manager from Tizen Studio. Typically located in
C:\tizen-studio\tools\device-manager\bin
- Install the package.
This command assumes the file you are installing is calledJellyfin.wgt
. Simply change it toJellyfin-prerelease.wgt
if you are installing the prerelease version. Otherwise you can also just rename the file.
tizen install -n Jellyfin.wgt -t <the name of your tv>
typically located in (C:\tizen-studio\tools\ide\bin)
You can find your tv name in Device Manager from Tizen Studio or using
sdb devices
.
This should only happen if you already have a version installed using a different build certificate.
This can be solved by uninstalling the app prior to attempting to install this version.
Removing it from the app bar is also not the same as removing it from the device, you need to actually go into the applications menu and remove it from there.