|
2 | 2 |
|
3 | 3 | About the Project |
4 | 4 | - This project auto-builds the latest Jellyfin Web versions for Tizen. |
5 | | -- Builds available: `Jellyfin.wgt`, `10.9.z`, `10.8.z`, `master`, `TrueHD`, `intros`, `secondary`. |
| 5 | +- Builds available: `Jellyfin.wgt`, `10.10.z`, `10.9.z`, `10.8.z`, `master`, `TrueHD`, `secondary`, `OblongIcon`, `GrayFix`. |
6 | 6 | - `10.8.z` is most compatible with older TVs (pre-2018). |
7 | 7 |
|
| 8 | +Version descriptions |
| 9 | +| File name | Description | |
| 10 | +|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------| |
| 11 | +| Jellyfin.wgt | Built with the latest stable release of jellyfin-web | |
| 12 | +| 10.10.z | Built with the bleeding edge of the branch for the 10.10.z releases | |
| 13 | +| 10.9.z | Built with the bleeding edge of the branch for the 10.9.z releases | |
| 14 | +| master | Built with the latest potentially unstable changes to jellyfin-web code (this will always be the newest possible version) | |
| 15 | +| TrueHD | TrueHD support is enabled (whether it works or not might depend on TV model) | |
| 16 | +| secondary | Built with the latest stable release of jellyfin-web and a different app ID to allow having a second account signed in | |
| 17 | +| OblongIcon | Use oblong type icon for TVs required it. See more detail: https://github.com/jellyfin/jellyfin-tizen/issues/171 | |
| 18 | +| GrayFix | Potentially fixes an issue where the bars over and under the video are gray. See more detail: https://github.com/jellyfin/jellyfin-tizen/issues/65 | |
| 19 | + |
8 | 20 | # Installation Resources |
9 | 21 | Latest tizen jellyfin releases - https://github.com/jeppevinkel/jellyfin-tizen-builds/releases |
10 | 22 | One-step Docker method - https://github.com/Georift/install-jellyfin-tizen |
11 | | -(windows only) Easy one click setup that automatically downloads all requisites - https://github.com/PatrickSt1991/Samsung-Jellyfin-Installer |
| 23 | +Easy one click setup that automatically downloads all requisites - https://github.com/PatrickSt1991/Samsung-Jellyfin-Installer |
12 | 24 |
|
13 | 25 | # Prerequisites: |
14 | 26 | Tizen Studio + CLI Tools - https://developer.tizen.org/development/tizen-studio/download/ |
@@ -41,10 +53,10 @@ Q: Certificate error? ("Invalid certificate chain") |
41 | 53 | A: Newer Samsung firmware blocks generic dev certs. Follow this fix guide - https://gist.github.com/SayantanRC/57762c8933f12a81501d8cd3cddb08e4. |
42 | 54 |
|
43 | 55 | Q: Where’s the latest 10.8.z build? |
44 | | -A: Available here - https://github.com/jeppevinkel/jellyfin-tizen-builds/releases |
| 56 | +A: Available here - https://github.com/jeppevinkel/jellyfin-tizen-builds/releases/tag/2024-10-27-1821 |
45 | 57 |
|
46 | 58 | Q: How to sign a .wgt file? |
47 | 59 | A: Linux - ~/tizen-studio/tools/ide/bin/tizen.sh package -t wgt -s <cert-profile> -- <path-to-wgt> |
48 | 60 | Windows - C:\tizen-studio\tools\ide\bin\tizen.bat package -t wgt -s <cert-profile> -- <path-to-wgt> |
49 | 61 |
|
50 | | -Respond with short answers unless asked otherwise. Include direct links when helpful. Always verify model compatibility when users report errors. |
| 62 | +Respond with short answers unless asked otherwise. Include direct links when helpful. Always verify model compatibility when users report errors. |
0 commit comments