Skip to content

THIS IS BETTER THAN OLDER ONE -- An experiment using the peerflix module of nodejs and connecting a bunch of APIs.

License

Notifications You must be signed in to change notification settings

summerandwinter/popcorn-app-1

This branch is up to date with inversesquarelaw/popcorn-app-1:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6f851ce · Mar 15, 2014
Mar 15, 2014
Mar 13, 2014
Feb 19, 2014
Mar 15, 2014
Mar 15, 2014
Mar 15, 2014
Mar 10, 2014
Mar 10, 2014
Mar 15, 2014
Mar 15, 2014
Mar 7, 2014
Mar 15, 2014
Mar 14, 2014
Mar 15, 2014
Mar 15, 2014
Mar 15, 2014
Mar 14, 2014

Repository files navigation

#Warning the repo was cleaned to shrink its size from over 100 Mo to less than 5 Mo. Please re-clone your project or use git rebase. Thanks

#Popcorn time Dependency Status

Idea

To allow any computer user to watch movies easily streaming from torrents, without any particular knowledge.

Demo Screenshot

Status

Under development (RC1) for Mac OSX - Windows - Linux.

APIs

Currently used:

In discussion:

Building

Dependencies

You will need nodejs and grunt:

$ npm install -g grunt-cli

And ruby with compass to build the stylesheets. Read this for more information.

Build

Install the node modules:

$ npm install

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

Any problem?

Regarding Video, MP4 H264 Playback

Development

  • Run grunt build at least once after running npm install. This should fix a dependancy.
  • Run compass watch --css-dir css in Terminal for CSS compiling and listen to future changes.
  • How to build with SublimeText
  • Currently Gaze to watch all files and reload the app is disabled due to memory leaks and unstability.
  • Run node-webkit from the root directory with --debug to enable debugging mode like so node-webkit . --debug

About

THIS IS BETTER THAN OLDER ONE -- An experiment using the peerflix module of nodejs and connecting a bunch of APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 56.9%
  • CSS 34.3%
  • HTML 8.7%
  • Ruby 0.1%