Skip to content

Commit f166a64

Browse files
updated README.md with new Tizen build variants and installation instructions
1 parent d762132 commit f166a64

1 file changed

Lines changed: 12 additions & 9 deletions

File tree

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,10 @@ Download the latest release from the [Releases page](https://github.com/Moonfin-
110110

111111
| Platform | File | Supported Devices |
112112
|---|---|---|
113-
| **Tizen** | `.wgt` | Samsung Smart TVs (2016+, Tizen 2.4+) |
114-
| **Tizen Legacy** | `.wgt` | Samsung Smart TVs (2015-2016, Tizen 2.4) |
115-
| **webOS** | `.ipk` | LG Smart TVs (2016+, webOS 3.0+) |
113+
| **Tizen Regular** | `Moonfin_Tizen_Regular_*.wgt` | Samsung Smart TVs (2017+, square icon) |
114+
| **Tizen Oblong** | `Moonfin_Tizen_Oblong_*.wgt` | Samsung Smart TVs (2017+, oblong icon) |
115+
| **Tizen Legacy** | `Moonfin_Tizen_Legacy_*.wgt` | Samsung Smart TVs (2016, Tizen 2.4) |
116+
| **webOS** | `Moonfin_webOS_*.ipk` | LG Smart TVs (2016+, webOS 3.0+) |
116117

117118
### Sideloading — Samsung (Tizen)
118119

@@ -155,11 +156,13 @@ Seerr/Jellyseerr integration uses the **Moonfin Jellyfin Plugin** to proxy reque
155156
# Install dependencies
156157
npm install
157158

158-
# Build for Samsung (creates .wgt)
159-
npm run build:tizen
159+
# Build for Samsung — all variants (Regular, Oblong, Legacy) in one command
160+
npm run build:tizen:all
160161

161-
# Build for Samsung legacy (Tizen 2.4, creates .wgt)
162-
npm run build:tizen:legacy
162+
# Build for Samsung — individual variants
163+
npm run build:tizen # Regular
164+
npm run build:tizen:oblong # Oblong (512x423 launcher icon)
165+
npm run build:tizen:legacy # Legacy (Tizen 2.4, no Smart Hub Preview)
163166

164167
# Build for LG (creates .ipk)
165168
npm run build:webos
@@ -172,8 +175,8 @@ npm run dev:webos
172175
```
173176

174177
Build outputs:
175-
- Tizen: `Moonfin-v2.3.0.wgt` in the project root
176-
- webOS: `org.moonfin.webos_2.3.0_all.ipk` in `packages/build-webos/build/`
178+
- Tizen: `Moonfin_Tizen_<Regular|Oblong|Legacy>_<version>.wgt` in the project root
179+
- webOS: `Moonfin_webOS_<version>.ipk` in the project root
177180

178181
---
179182

0 commit comments

Comments
 (0)