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
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@ docker run --rm \
48
48
-e CertPass=YOUR_CERTs_PASSWORD \
49
49
-e TVIpAddress=YOUR_TVs_IP_ADDRESS \
50
50
-e ACCEPT_TIZEN_STUDIO_LICENSE=0 \
51
+
-e JELLYFIN_WEB_BRANCH=release-10.9.z \
52
+
-e JELLYFIN_TIZEN_BRANCH=master \
51
53
-it jellyfin-tizen-builder:latest
52
54
53
55
```
@@ -56,6 +58,8 @@ docker run --rm \
56
58
57
59
> To accept the license, set the variable to 1.
58
60
61
+
> If you set the JELLYFIN\_\*\_BRANCH variables to \_SKIP\_, it will not try to pull files from GitHub repositories, enabling you to use your own custom versions.
62
+
59
63
If you see `Tizen application is successfully installed.` at the logs, congratulations! You now have your Jellyfin client installed on your TV. Go to `Apps > Settings > Jellyfin > Add to Home Screen` to have it appear on your home screen. Have fun!
0 commit comments