GUI for Peerflix using Electron.
- Select player
- VLC
- AirPlay
- MPlayer
- SMPlayer
- MPC-HC Player
- PotPlayer
- MPV
- OMX
- WebPlay
- OMX using the audio jack
- Magnet link
- Select local torrent
- Run
npm installto download the needed node packages. - Transpile the TypeScript code to JavaScript using
tsc ./src/main - Run either:
npm run startto run the program once.npm run distto get an executable file.
