Warning! Popcorntime.sh threatens your computer privacy.
Allow anyone to easily watch their favorite movies, shows, and anime.
Visit the project's website at https://popcorntime.is.
This project would absolutely not be possible without the original developer's hard work into making Popcorn Time what it is today. All credit should go to them, we're just trying to help the community :)
Want to report a bug, request a feature, contribute or translate Popcorn Time? We need all the help we can get! You can also join in with our community to keep up-to-date and meet other Popcorn Timers.
Please don't post pull requests that reformats the code. Please don't remove whitespaces. Don't do any dirty job.
If you're comfortable getting up and running from a git clone
, this method is for you.
If you clone the GitLab repository, you will need to build a number of assets with npm.
The master branch which contains the latest release.
- You must have git installed
- You must have npm installed
Runs the app without building, useful for testing
git clone https://github.com/PopcornTime-CE/desktop.git
cd desktop
npm install
npm start
The video could not be loaded, either because the server or network failed or because the format is not supported
- Go to your popcorntime directory
desktop
and paste/replace libffmpegsumo.so in it.
Builds the app for a packaged, runnable app
npm install
gulp build
ORnode_modules/.bin/gulp build
depending whether you have gulp installed globally or not.- You can also build for different platforms by passing them with the
-p
argument as a comma-seperated list (For example:gulp build -p osx64,win32
- There should be a
build/
directory containing the built files
Keep track of Popcorn Time Community development and community activity.
- Join in discussions on the Popcorn Time Subreddit
- Visit the website
- Chat with us on
For transparency and insight into our release cycle, and for striving to maintain backward compatibility, Popcorn Time will be maintained according to the Semantic Versioning guidelines as much as possible.
Releases will be numbered with the following format:
<major>.<minor>.<patch>-<build>
Constructed with the following guidelines:
- A new major release indicates a large change where backwards compatibility is broken.
- A new minor release indicates a normal change that maintains backwards compatibility.
- A new patch release indicates a bugfix or small change which does not affect compatibility.
- A new build release indicates this is a pre-release of the version.
If you distribute a copy or make a fork of the project, you have to credit this project as source.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/ .
This project and the distribution of this project is not illegal, nor does it violate any DMCA laws. The use of this project, however, may be illegal in your area. Check your local laws and regulations regarding the use of torrents to watch potentially copyrighted content. The maintainers of this project do not condone the use of this project for anything illegal, in any state, region, country, or planet. Please use at your own risk.
If you want to contact us : send pm to samewhiterabbits on reddit or use the form on the yify website.
Copyright (c) 2015 Popcorn Time Community - Released under the GPL v3 license.