Skip to content

Commit

Permalink
Add unofficial install instructions
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Georift committed Jan 17, 2023
1 parent 8db7ccd commit ff8390c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <samsung tv ip>
```

0 comments on commit ff8390c

Please sign in to comment.