Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amilajack/popcorn-time-desktop
🍿 🕐 🎞 A Modern Popcorn Time Client
https://github.com/amilajack/popcorn-time-desktop
client movie popcorn time
Last synced: 4 days ago
JSON representation
🍿 🕐 🎞 A Modern Popcorn Time Client
- Host: GitHub
- URL: https://github.com/amilajack/popcorn-time-desktop
- Owner: amilajack
- License: mit
- Created: 2016-04-28T05:27:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-20T18:27:26.000Z (over 2 years ago)
- Last Synced: 2024-10-22T16:46:22.386Z (12 days ago)
- Topics: client, movie, popcorn, time
- Language: TypeScript
- Homepage:
- Size: 41.8 MB
- Stars: 468
- Watchers: 23
- Forks: 109
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Popcorn TimeA Modern and Experimental Popcorn Time Client
- ⏩ **Performance**: Significantly faster than other clients
- ✅ **Cross Platform**: Works on Mac, Windows, and Linux
- 📣 **Casting**: Supports casting to chromecast devices
- 🎞 **Subtitles**: Subtitle integration for movies
## Installation:
- **I am a tester:** Download the latest build from the [releases](https://github.com/amilajack/popcorn-time-desktop/releases) section.
- **I am a developer:** Compile the project with the installation steps below.
## Requirements:
- [Node >= 10](https://nodejs.org)
- Mac, Linux, Windows
- For packaging, see [packaging requirements](https://github.com/amilajack/popcorn-time-desktop/wiki/Packaging-Requirements)
- For casting support, you will need to [satisfy mdns's requirements](https://github.com/agnat/node_mdns#installation)## Local Setup:
```bash
git clone https://github.com/amilajack/popcorn-time-desktop.git
cd popcorn-time-desktop# 💡 For casting support, you will need to satisfy mdns's requirements:
# For windows install bonjour: https://support.apple.com/downloads/bonjour_for_windows
# For linux, make sure you have these dependencies installed with apt-get:
# https://github.com/amilajack/popcorn-time-desktop/blob/v1.3.0/.travis.yml#L24-L35# Install dependencies
# Have a cup of coffee ☕️ this might take a while
yarn# Customize Build
# Feel free to enable flags and configs in the `.env` file
vi .env# Developement build
yarn dev# Production build
yarn package
```## Contributing:
Please see the [contributing guide](https://github.com/amilajack/popcorn-time-desktop/blob/master/CONTRIBUTING.md)
## Roadmap:
See the [roadmap](https://github.com/amilajack/popcorn-time-desktop/wiki/Road-Map-and-Progress) for the full list.
## Designs:
### Home Page:
![Home Page](https://github.com/amilajack/popcorn-time-desktop-design/raw/master/Desktop.jpg)
### Movie Page:
![Movie page](https://raw.github.com/amilajack/popcorn-time-desktop/master/images/movie-page.jpg)