Skip to content

rigwild/orangetv-remote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

orangetv-remote

An Orange TV remote app based on electron. This app lets you control your Orange TV directly from your computer.

Configure

Download required dependencies.

yarn install

Start the app.

yarn start

If you have troubles connecting with your TV, uncomment this line in main.js so the developer tools will open when starting the app.

// Open the DevTools.
// mainWindow.webContents.openDevTools()

Build

Build this app for your system.

yarn build

Build for all systems.

yarn build_all

The out/ directory will be created, containing your compiled application.

Releases

If you don't want to go through the hassle of building the app yourself, you can download pre-compiled builds in the releases tab. You don't need to install anything, it is a portable app.

App showcase

demo

License

The MIT license