Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octalmage/firetv-autoplay
Tired of the "are you still watching" prompt?
https://github.com/octalmage/firetv-autoplay
Last synced: about 1 month ago
JSON representation
Tired of the "are you still watching" prompt?
- Host: GitHub
- URL: https://github.com/octalmage/firetv-autoplay
- Owner: octalmage
- Created: 2018-08-17T22:25:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T23:16:19.000Z (almost 6 years ago)
- Last Synced: 2024-08-09T22:35:57.457Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# firetv-autoplay [![Build Status](https://travis-ci.org/octalmage/firetv-autoplay.svg?branch=master)](https://travis-ci.org/octalmage/firetv-autoplay)
> Tired of the "are you still watching" prompt?
Fire TV Autoplay connects to your Fire TV using the Android Debugging Bridge. So you'll need to have [adb](https://stackoverflow.com/a/32314718) installed. Then you have to get the IP of your Fire TV and connect using adb. Once you're connected, just run firetv-autoplay and it will press play when the prompt comes up.
Currently only Netflix and Hulu are supported.
## Usage
Install with npm:
```
npm install -g firetv-autoplay
```Then run `firetv-autoplay`:
```bash
> firetv-autoplay
Playing
Paused, pressing play
Playing
```