Skip to content

Interface for streaming torrents to VLC on Mac OS X (Built with electron and react).

License

Notifications You must be signed in to change notification settings

JanGunzenhauser/superflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superflix

Interface for streaming torrents to VLC (VideoLAN Client) on MacOS

Built with electron and reactjs using electron-forge. Torrent streaming is handled by torrent-stream-vlc.

Prerequisites

Download

You can download the latest version here.

Screenshots

Download app screenshots here.

Development

// clone the repo and cd into the directory
git clone https://github.com/JanGunzenhauser/superflix && cd superflix

// install dependencies (make sure to use node version > 6)
npm install

// start application (for development)
npm start 

// bundle .app file
npm run package

// bundle .dmg file
npm run make