Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Informatic committed May 30, 2021
1 parent c6f4180 commit f128a80
Show file tree
Hide file tree
Showing 4 changed files with 4,023 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.ipk
node_modules
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Youtube App without ADs

## Pre-requisites
* Install webOS SDK - https://webostv.developer.lge.com/sdk/installation/
* (Optionally) Install webOS SDK - https://webostv.developer.lge.com/sdk/installation/
* Setup webOS app testing to load apps in developer mode - https://webostv.developer.lge.com/develop/app-test
* Uninstall YouTube app.

Expand All @@ -13,16 +13,21 @@ git clone https://github.com/FriedChickenButt/youtube-webos.git
```
* Enter the folder and build the App, this will generate a `*.ipk` file.
```
cd youtube-webos && ares-package .
cd youtube-webos
# Optionally, if you haven't installed full SDK:
npm install
npm run package
```

## Installation
```
ares-install -d <alias of your TV> <.ipk file>
npm run deploy
```

## Launching
* The app will be available in the TV's app list or launch it using ares-cli.
```
ares-launch -d <alias of your TV> youtube.leanback.v4
```
npm run launch
```
Loading

0 comments on commit f128a80

Please sign in to comment.