From ff8390cfc509d0d2abba299afd94cd426c020d57 Mon Sep 17 00:00:00 2001 From: Tim Date: Tue, 17 Jan 2023 10:42:10 +0800 Subject: [PATCH] Add unofficial install instructions Adds a way to install to a TV without having tizen installed if the person has docker. I've left notes that this is unofficial and unsupported by the Jellyfin Team. These notes seem relevant for helping non-developers install until #94 is resolved. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 7809202..569e70e 100644 --- a/README.md +++ b/README.md @@ -89,3 +89,18 @@ tizen package -t wgt -o . -- .buildResult tizen install -n Jellyfin.wgt -t UE65NU7400 ``` > Specify target with `-t` option. Use `sdb devices` to list them. + +### Deploy to TV without Tizen CLI (unofficial) + +_Warning: these instructions are unofficial and not supported by the jellyfin team. They offer a slightly easier install than the instruction above, if you have Docker installed on your system. +For more details see [this repo](https://github.com/Georift/install-jellyfin-tizen)._ + +1. [Ensure your Samsung TV is in developer mode](https://developer.samsung.com/smarttv/develop/getting-started/using-sdk/tv-device.html#Connecting-the-TV-and-SDK) + - If you're having trouble, make sure you're using the "123" button on the remote when typing in "12345". + - Set the IP of your compter on the TV under _Host PC IP_ + +2. Run this command replacing the final argument with the IP of your Samsung TV + +```bash +docker run --rm georift/install-jellyfin-tizen +```