Skip to content

Commit ff8390c

Browse files
committed
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.
1 parent 8db7ccd commit ff8390c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,3 +89,18 @@ tizen package -t wgt -o . -- .buildResult
8989
tizen install -n Jellyfin.wgt -t UE65NU7400
9090
```
9191
> Specify target with `-t` option. Use `sdb devices` to list them.
92+
93+
### Deploy to TV without Tizen CLI (unofficial)
94+
95+
_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.
96+
For more details see [this repo](https://github.com/Georift/install-jellyfin-tizen)._
97+
98+
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)
99+
- If you're having trouble, make sure you're using the "123" button on the remote when typing in "12345".
100+
- Set the IP of your compter on the TV under _Host PC IP_
101+
102+
2. Run this command replacing the final argument with the IP of your Samsung TV
103+
104+
```bash
105+
docker run --rm georift/install-jellyfin-tizen <samsung tv ip>
106+
```

0 commit comments

Comments
 (0)