You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
> 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>
0 commit comments