To allow any computer user to watch movies easily streaming from torrents, without any particular knowledge.
Under development (RC1) for Mac OSX - Windows - Linux.
Currently used:
- YIFY movie torrents API.
- OpenSubtitles for subtitles
- TheMovieDB for movies metadata.
You will need nodejs and grunt:
$ npm install -g grunt-cli
And ruby with compass to build the stylesheets. Read this for more information.
Run at least once to install dependencies and generate css files.
$ npm install
$ grunt
Run compass in Terminal for CSS compiling and listen to future changes.
$ compass watch --css-dir css
Run node-webkit from the root directory with --debug to enable debugging mode like so
$ node-webkit . --debug
or
$ nw . --debug
Press F12 to display the dev tools. Enjoy!
- Currently Gaze to watch all files and reload the app is disabled due to memory leaks and instability.
Install the node modules:
Build with:
$ grunt build
By default it will build for your current platform however you can control that
by specifying a comma separated list of platforms in the platforms
option to
grunt:
$ grunt build --platforms=linux32,linux64,mac,win
You can also build for all platforms with:
$ grunt build --platforms=all
First, building, testing and reporting bug is highly appreciated. Please include console's output and reproduction step in your bug report. If you want to develop, you can look at the issues, especialy the bug and fix them. Here's a list of feature requested by the community so far.
Please follow the contributions guidelines.
Join us on IRC at #popcorntime
on freenode (web access), most active developpers hang in there.
Search for libudev.so.0 on your distribution. Most of the time it can be easily fixed by creating a symbolic link from libudev.so to libudev.so.0
Try running export DISPLAY=:0.0
See: https://github.com/rogerwang/node-webkit/wiki/Support-mp3-and-h264-in-video-and-audio-tag