An Orange TV remote app based on electron. This app lets you control your Orange TV directly from your computer.
Download required dependencies.
yarn installStart the app.
yarn startIf 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 buildBuild for all systems.
yarn build_allThe 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.
