The Wayback Machine - https://web.archive.org/web/20200528000905/https://github.com/popcorn-official/popcorn-desktop
Skip to content
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork
JavaScript CSS Smarty Other
Branch: development
Clone or download

Latest commit

Persei08 Merge pull request #1455 from Persei08/settings_view_not_loading
Fix #1441 - Settings view not loading when UI is french
Latest commit 5eb53fc May 21, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github Update issue template with optional fields May 2, 2020
.vscode Yarn switch Nov 27, 2018
casks Fix Cask shasum Apr 17, 2020
dist fix pkg-maker Apr 4, 2020
docs Correct markdown display Nov 23, 2018
scripts Revamp App Mar 13, 2020
src/app Fix #1441 - Settings view not loading when UI is french May 4, 2020
.appveyor.yml Yarn switch Nov 27, 2018
.bowerrc Added bower config files and updated .gitignore Apr 13, 2014
.gitignore Various Fixes Mar 16, 2020
.gitmodules Third party fix #3 Apr 11, 2016
.jsbeautifyrc 4 spaces indent Apr 5, 2015
.jshintrc Add VPNht to 3rdParty libraries for JSHint Apr 16, 2020
.travis.yml [Travis] Deploy only on main repo Apr 16, 2020
CHANGELOG.md BUMP Version to 0.3.10 Oct 31, 2016
CONTRIBUTING.md Merge pull request #961 from blrhc/patch-6 Apr 27, 2020
Create-Desktop-Entry limit input to one char Jan 21, 2017
Jenkinsfile Merge branch 'master' into development Apr 3, 2020
LICENSE.txt butterize Oct 22, 2015
README.md Adding Debian/Ubuntu install instructions to README file Apr 28, 2020
gulpfile.js remove hardcode for cleanup Mar 21, 2020
make_popcorn.sh Merge pull request #1028 from ozkanpakdil/patch-2 Apr 27, 2020
package.json Windows 10 native title bar Apr 24, 2020
yarn.lock Windows 10 native title bar Apr 24, 2020

README.md

Popcorn Time

Build Status Dependency Status devDependency Status Twitter Reddit Forum Facebook

Allow any user to easily watch movies through torrent streaming, without any prerequisites.

Visit the project's website at https://popcorntime.app.


Install

macOS:

Easily install Popcorn Time via Homebrew (Cask) with brew cask install https://raw.githubusercontent.com/popcorn-official/popcorn-desktop/development/casks/popcorn-time.rb, or brew cask install https://raw.githubusercontent.com/popcorn-official/popcorn-desktop/development/casks/popcorn-time-beta.rb for the latest [stable] beta build. Also, if you keep a Brewfile, you can add something like this:

repo = 'popcorn-official/popcorn-desktop'
tap repo, "https://github.com/#{repo}.git"
cask 'popcorn-time'

Linux - Debian/Ubuntu based distros (tested on ubuntu 18.04):

  • Install unzip && dependencies (they should not be always required but some users needed them to make Popcorn Time working) :
    sudo apt update && sudo apt install unzip libcanberra-gtk-module libgconf-2-4 libatomic1
  • Create popcorn-time folder in /opt/ :
    sudo mkdir /opt/popcorn-time
  • Download Popcorn Time archive :
    wget https://get.popcorntime.app/repo/build/Popcorn-Time-0.4.4-linux64.zip
  • Extract the zip in /opt/popcorn-time :
    sudo unzip Popcorn-Time-0.4.4-linux64.zip -d /opt/popcorn-time
  • Create symlink of Popcorn-Time in /usr/bin :
    sudo ln -sf /opt/popcorn-time/Popcorn-Time /usr/bin/popcorn-time
  • Create .desktop file (so the launcher) :
    sudo nano /usr/share/applications/popcorntime.desktop
  • and copy paste the following text in the editor and save
[Desktop Entry]
Version = 1.0
Type = Application
Terminal = false
Name = Popcorn Time
Exec = /usr/bin/popcorn-time
Icon = /opt/popcorn-time/src/app/images/icon.png
Categories = Application;

Getting Involved

Want to report a bug, request a feature, contribute to or translate Popcorn Time? Check out our in-depth guide to Contributing to Popcorn Time. We need all the help we can get! You can also join our community to keep up-to-date and meet other developers.

Getting Started

If you're comfortable getting up and running from a git clone, this method is for you.

The master branch which contains the latest release.

Quickstart:

  1. yarn start

If you encounter trouble with the above method, you can try:

  1. yarn config set yarn-offline-mirror ./node_modules/
  2. yarn install --ignore-engines
  3. yarn build
  4. yarn start

Optionally, you may simply run ./make_popcorn.sh if you are on a linux or mac based operating system.

Full instructions & troubleshooting tips can be found in the Contributing Guide.

Community

Keep track of Popcorn Time development and community activity.

Screenshots

Popcorn Time Debugging Popcorn Time

Versioning

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 backward compatibility is broken.
  • A new minor release indicates a normal change that maintains backward 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.

Archive Links for older installations

v3.10.0


If you distribute a copy or make a fork of the project, you have to credit this project as the 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/.


Copyright © 2019 Popcorn Time Project - Released under the GPL v3 license.

You can’t perform that action at this time.