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 install
to download the needed node packages. - Transpile the TypeScript code to JavaScript using
tsc ./src/main
- Run either:
npm run start
to run the program once.npm run dist
to get an executable file.