这是indexloc提供的服务,不要输入任何密码
Skip to content

tinkerwell/popcorn-app

 
 

Repository files navigation

#Warning this is a experimental fork!

#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

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

An experiment using the peerflix module of nodejs and connecting a bunch of APIs.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published