youtube for tv app, inside a electron app that loads https://youtube.com/tv, and change's the browsers user agent, due to youtube not letting u use /tv with a normal user agent. for some reason..
i wrote this for my own use, it works best on linux but it doesn't really matter cuz it's electron
-
install dependencies:
npm install
-
start the app:
npm start
works with every controller / gen gamepad:
| Input | Action |
|---|---|
| D-Pad / Left Stick | Navigate menu (Up, Down, Left, Right) |
| A / Cross | Select / Play / OK (Enter) |
| B / Circle | Back / Close (Escape) |
| X / Square | Play / Pause toggle (Space) |
| Y / Triangle | Search (/) |
| LB / L1 | Rewind 10 seconds (j) |
| RB / R1 | Fast Forward 10 seconds (l) |
| Select / View / Share | Back (Escape) |
| Start / Menu | Select / Menu (Enter) |