@hatfiller/tizenpstream 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -5,7 +5,8 @@ TizenBrew **site modification** module for [P-Stream](https://pstream.mov) on Sa
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
7
7
|
1. Install [TizenBrew](https://github.com/reisxd/TizenBrew) on your Samsung Tizen TV.
|
|
8
|
-
2. In TizenBrew’s module manager, add
|
|
8
|
+
2. In TizenBrew’s module manager (e.g. GREEN button), add the NPM module. Enter exactly: **`@hatfiller/tizenpstream`** (no `npm/` in front).
|
|
9
|
+
3. If you see “unknown module”, try entering **`hatfiller/tizenpstream`** (without the `@`). Then republish this package so the TV gets the latest version: `npm publish --access public`.
|
|
9
10
|
|
|
10
11
|
## What it does
|
|
11
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hatfiller/tizenpstream",
|
|
3
3
|
"appName": "PStream",
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.1",
|
|
5
5
|
"description": "TizenBrew module for P-Stream (pstream.mov) on Samsung Tizen TVs — TV remote support and focus handling for pre-2022 and older Tizen.",
|
|
6
6
|
"packageType": "mods",
|
|
7
7
|
"websiteURL": "https://pstream.mov",
|
|
@@ -15,6 +15,7 @@
|
|
|
15
15
|
"type": "git",
|
|
16
16
|
"url": "git+https://github.com/perlytiara/TizenPStream.git"
|
|
17
17
|
},
|
|
18
|
+
"keywords": ["tizenbrew", "tizen", "pstream", "samsung-tv"],
|
|
18
19
|
"keys": [
|
|
19
20
|
"MediaPlayPause",
|
|
20
21
|
"MediaPlay",
|