An Orange TV remote app based on electron. This app lets you control your Orange TV directly from your computer.
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 this app for your system.
yarn build
Build for all systems.
yarn build_all
The out/
directory will be created, containing your compiled application.
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.