Popcorn Time Is a Multi-Platform, Free Software Bittorrent Client That Includes an Integrated Media Player
Total Page:16
File Type:pdf, Size:1020Kb
popcorn-official / popcorn-desktop forked from butterproject/butter-desktop Dismiss Join GitHub today GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together. Sign up Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player. Desktop ( Windows / Mac / Linux ) a Butter-Project Fork https://popcorntime.sh # popcorn # popcorntime # bittorrent # streaming # desktop # nwjs # popcorn-time 6,319 commits 7 branches 1 release 64 contributors View license development New pull request Find file Clone or download This branch is 6319 commits ahead, 185 commits behind butterproject:devel. Pull request Compare team-pct Merge pull request #867 from Persei08/p08-popcorn-fix-disable-indie-a… … Latest commit 1ccb107 Nov 21, 2018 .github Butter Updates #3 Jun 1, 2016 dist fix windows installer Aug 23, 2016 docs Created Commit Message policies article Oct 31, 2015 src/app Fix options to disable Indie/anime tab Nov 19, 2018 .bowerrc Added bower config files and updated .gitignore Apr 13, 2014 .gitignore more work on gulp Apr 3, 2016 .gitmodules Third party fix #3 Apr 11, 2016 .jsbeautifyrc 4 spaces indent Apr 5, 2015 .jshintrc Marionette v3 update Mar 17, 2018 .travis.yml resolved merge conflicts Aug 21, 2016 CHANGELOG.md BUMP Version to 0.3.10 Oct 31, 2016 CONTRIBUTING.md resolved merge conflicts Aug 21, 2016 Create-Desktop-Entry limit input to one char Jan 21, 2017 LICENSE.txt butterize Oct 22, 2015 README.md Fix errors in README.md Nov 17, 2018 bower.json Bower 2 Mar 18, 2018 gulpfile.js Fix build error 3 Mar 27, 2018 make_popcorn.sh removed ysubs (down) Oct 21, 2016 package-lock.json Commit package-lock.json file changes Mar 28, 2018 package.json Switched to dlnacasts2 Sep 30, 2018 README.md Popcorn Time build passing dependencies insecure devDependencies up to date Allow any user to easily watch movies through torrent streaming, without any prerequisites. Visit the project's website at https://popcorntime.sh. Getting Involved Do you 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. If you clone the GitHub repository, you will need to build a number of assets using grunt. The master branch which contains the latest release. Quickstart: 1. gulp run If you encounter trouble with the above method, you can try: 1. npm install -g bower gulp (Linux: you may need to run with sudo ) 2. npm install 3. bower install 4. gulp build 5. gulp run 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. Follow Popcorn Time on Twitter, Facebook and Google+. Read and subscribe to The Official Popcorn Time Blog. Join in discussions on the Popcorn Time Forum Connect with us on IRC at #popcorntime on freenode (web access) Screenshots 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. 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 (c) 2017 Popcorn Time Project - Released under the GPL v3 license..