Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add unoffical install instructions #170

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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_
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo 'compter'. Btw, thanks for clarifying this. I missed this the first time around and had some troubles getting out of developer mode to set it again :D


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>
```