popcorn-app

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

  • 所有者: popcorn-time/popcorn-app
  • 平台:
  • 許可證:
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

#Popcorn time Dependency Status

Goodbye

Update 15 March 2014 : Sorry friends, but we removed issue tracking because it was being used to link elsewhere.

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 nodewkbuild

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 nodewkbuild --platforms=linux32,linux64,mac,win

You can also build for all platforms with:

$ grunt nodewkbuild --platforms=all

Any problem?

Regarding superagent dependency

Due to wrong browser verification on a dependency, this hard fix must be applied.
Replace node_modules/moviedb/node_modules/superagent/index.js contents with:

// if (typeof window != 'undefined') {
//   module.exports = require('./lib/superagent');
// } else if (process.env.SUPERAGENT_COV) {
//   module.exports = require('./lib-cov/node');
// } else {
  module.exports = require('./lib/node');
// }

Regarding Video, MP4 H264 Playback

Development

  • Run compass watch 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

主要指標

概覽
名稱與所有者popcorn-time/popcorn-app
主編程語言CSS
編程語言Ruby (語言數: 4)
平台
許可證
所有者活动
創建於2014-02-19 15:59:58
推送於2020-10-01 13:17:09
最后一次提交2014-03-15 14:13:30
發布數3
最新版本名稱beta_2_5 (發布於 )
第一版名稱Beta_1 (發布於 2014-02-28 19:19:08)
用户参与
星數5.2k
關注者數325
派生數1.7k
提交數2
已啟用問題?
問題數0
打開的問題數0
拉請求數152
打開的拉請求數39
關閉的拉請求數126
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?