Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ZaneH/firetv-remote
A web app that can control your Amazon FireTV (Stick). Just startup Node, fill in your device's IP address and use your web browser as a remote. (Enable ADB debugging)
https://github.com/ZaneH/firetv-remote
adb amazon amazon-fire-tv firetv firetv-remote nodejs
Last synced: 3 months ago
JSON representation
A web app that can control your Amazon FireTV (Stick). Just startup Node, fill in your device's IP address and use your web browser as a remote. (Enable ADB debugging)
- Host: GitHub
- URL: https://github.com/ZaneH/firetv-remote
- Owner: ZaneH
- License: mit
- Created: 2015-04-15T01:37:44.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2023-07-27T15:20:01.000Z (over 1 year ago)
- Last Synced: 2024-07-27T11:42:53.771Z (4 months ago)
- Topics: adb, amazon, amazon-fire-tv, firetv, firetv-remote, nodejs
- Language: C
- Homepage:
- Size: 11.7 MB
- Stars: 82
- Watchers: 6
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FireTVRemote-Node :fire:
A web app that can control the Amazon FireTV via [adb](https://developer.android.com/studio/releases/platform-tools.html). Follow the Setup guide below, fill in your device's IP address and use your web browser as a remote and keyboard.
- **Required:** Be sure to enable ADB on the FireTV.
- **Required For FireTV 4K**: You must upgrade the `./platform-tools` folder with the latest version from [here](https://developer.android.com/studio/releases/platform-tools.html). `adb` version 1.0.40 and above is recommend for the 4K FireTV. See [Issue #1](https://github.com/ZaneH/firetv-remote/issues/1) for more details.
# Setup
```bash
$ git clone https://github.com/ZaneH/firetv-remote.git
$ cd firetv-remote
$ npm install
$ npm run start # navigate to localhost:3000
```## Keyboard bindings
|Keyboard Button|Remote Button|
|:-------------:|:-----------:|
|↑ |↑ |
|↓ |↓ |
|← |← |
|→ |→ |
|Enter |Select |
|Spacebar |Select |
|Escape |Back |You can use the Keyboard Input field to type text directly into the FireTV.
- **Note:** Not all traffic is guaranteed to be sequential if you're quickly typing.