popcorn-official/popcorn-desktop
Fork: 627 Star: 9475 (更新于 2024-11-05 06:29:49)
license: NOASSERTION
Language: JavaScript .
Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Windows / Mac / Linux ) A Butter-Project Fork
最后发布版本: v0.5.1 ( 2024-04-17 20:23:03)
Popcorn Time
A multi-platform, free software BitTorrent client that includes an integrated media player.
Visit the project's website at popcorn-time.site
Install
Windows:
Download and install:
- Latest release: check popcorn-time.site or the repo's releases page
- Or latest dev build (for testers): check the repo's actions page
macOS:
Download and install:
- Latest release: check popcorn-time.site or the repo's releases page
- Or latest dev build (for testers): check the repo's actions page
Easily install Popcorn Time via Homebrew (Cask):
brew tap popcorn-official/popcorn-desktop https://github.com/popcorn-official/popcorn-desktop.git
#export HOMEBREW_POPCORN_TIME_BUILD=false
brew install --cask popcorn-time #--no-quarantine
Also, if you keep a Brewfile, you can add something like this:
repo = "popcorn-official/popcorn-desktop"
tap repo, "https://github.com/#{repo}.git"
#ENV["HOMEBREW_POPCORN_TIME_BUILD"] = "false"
cask "popcorn-time" #, args: { "no-quarantine": true }
Apple Silicon:
If you have Apple Silicon (M-series chips), you need to use the arm64
release. Apple Silicon apps are required to be signed and notarised with an Apple developer account. So it is necessary to manually remove the quarantine flag:
xattr -c "/Applications/Popcorn-Time.app/"
Linux - Debian/Ubuntu based distros:
Download and install:
- Latest release: check popcorn-time.site or the repo's releases page
- Or latest dev build (for testers): check the repo's actions page
Via .deb package:
Firstly, be aware in some cases, missings dependencies packages (libatomic1, libgconf-2-4, libcanberra-gtk-module) were reported to be required for the app to works.
If the app don't start for you too, in this case, try sudo apt update && sudo apt install libatomic1 libgconf-2-4 libcanberra-gtk-module
to be sure your system have the required dependencies.
Via archive and command line (tested on ubuntu 18.04 and 20.04):
- Download Popcorn Time archive from the github repo for the latest release :
wget -c https://github.com/popcorn-official/popcorn-desktop/releases/download/v0.5.1/Popcorn-Time-0.5.1-linux64.zip
- Create popcorn-time folder in /opt/:
sudo mkdir /opt/popcorn-time
- 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
- Extract the zip in /opt/popcorn-time:
sudo unzip Popcorn-Time-0.5.1-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 Started
If you're comfortable getting up and running from a git clone
, this method is for you.
The development branch contains the latest changes.
The master branch contains the latest release.
Quickstart:
-
yarn start
If you encounter trouble with the above method, you can try:
-
yarn config set yarn-offline-mirror ./node_modules/
-
yarn install --ignore-engines
-
yarn build
-
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.
Building redistributable packages/installers:
-
yarn config set yarn-offline-mirror ./node_modules/
-
yarn install --ignore-engines
-
yarn dist --platforms=<platform>
<platform>
can be one or more of the folowing values (separated by a comma ,
):
-
win64
,win32
,linux64
,linux32
,osx64
,all
Redistributable packages are saved into build/
subfolder.
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.
Community
Keep track of Popcorn Time development and community activity.
- Read and contribute to the official Popcorn Time Wiki.
- Join in discussions on r/PopCornTimeApp.
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 © 2024 Popcorn Time Project - Released under the GPL v3 license.
最近版本更新:(数据更新于 2024-09-16 19:31:36)
2024-04-17 20:23:03 v0.5.1
2024-02-10 22:00:11 v0.5.0
2022-09-04 22:11:17 v0.4.9
2022-07-16 23:10:26 v0.4.8
2022-03-03 02:57:59 v0.4.7
2021-10-12 01:30:11 v0.4.6
2021-06-21 22:33:12 v0.4.5
2020-04-14 19:05:35 v0.4.4
主题(topics):
bittorrent, desktop, nwjs, popcorn, popcorn-time, popcorntime, streaming
popcorn-official/popcorn-desktop同语言 JavaScript最近更新仓库
2024-11-05 19:13:47 jerryc127/hexo-theme-butterfly
2024-11-05 13:53:42 LiteLoaderQQNT/LiteLoaderQQNT
2024-11-03 02:40:36 chris81605/Degrees-of-Lewdity_Cheat_Extended
2024-11-01 21:55:46 projectdiscovery/nuclei-templates
2024-11-01 19:24:44 NumberSir/DoL-I18n-Build
2024-11-01 12:25:14 midoks/mdserver-web