This Node app will turn on a specified Roku Smart TV, load Netflix and play a random episode of a specified TV show on Netflix
- NodeJs
- A Roku Smart TV
- Netflix App (with logged in Netflix account)
To use this on your device:
- Run
node discover.js
to view the IP Addresses for all Roku devices on your WiFi Network - Replace
[ROKU IP HERE]
on line 2 of playShow.js with the IP address of the Roku device you'd like to use - By default, this script will play a random episode of The Office. To change this to the show of your choice, change line 3 of playShow.js
The script works by sending commands to your Smart TV that are interrupted the same way your Tv interrepts commands from your remote. These commands navigate though Netflix and play a random episode of the specified show.