{"id":13406468,"url":"https://github.com/amilajack/popcorn-time-desktop","last_synced_at":"2025-04-04T20:11:54.712Z","repository":{"id":40523933,"uuid":"57273496","full_name":"amilajack/popcorn-time-desktop","owner":"amilajack","description":"🍿 🕐 🎞  A Modern Popcorn Time Client","archived":false,"fork":false,"pushed_at":"2022-02-20T18:27:26.000Z","size":43873,"stargazers_count":471,"open_issues_count":26,"forks_count":110,"subscribers_count":23,"default_branch":"master","last_synced_at":"2025-03-28T19:08:24.546Z","etag":null,"topics":["client","movie","popcorn","time"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amilajack.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"amilajack","patreon":"amilajack","paypal":"https://paypal.me/amilajack"}},"created_at":"2016-04-28T05:27:16.000Z","updated_at":"2024-12-12T22:35:18.000Z","dependencies_parsed_at":"2022-06-29T21:14:55.540Z","dependency_job_id":null,"html_url":"https://github.com/amilajack/popcorn-time-desktop","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Fpopcorn-time-desktop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Fpopcorn-time-desktop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Fpopcorn-time-desktop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amilajack%2Fpopcorn-time-desktop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amilajack","download_url":"https://codeload.github.com/amilajack/popcorn-time-desktop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242679,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["client","movie","popcorn","time"],"created_at":"2024-07-30T19:02:31.046Z","updated_at":"2025-04-04T20:11:54.697Z","avatar_url":"https://github.com/amilajack.png","language":"TypeScript","funding_links":["https://github.com/sponsors/amilajack","https://patreon.com/amilajack","https://paypal.me/amilajack"],"categories":["TypeScript"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg height=\"200\" width=\"200\" src=\"resources/background.png\" alt=\"logo\" /\u003e\n  \u003cbr /\u003e\n  Popcorn Time\n\u003c/h1\u003e\n\n\u003ch3 align=\"center\"\u003eA Modern and Experimental Popcorn Time Client\u003c/h3\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://github.com/amilajack/popcorn-time-desktop/actions/workflows/test.yml\"\u003e\n    \u003cimg src=\"https://github.com/amilajack/popcorn-time-desktop/actions/workflows/test.yml/badge.svg\" alt=\"GH Actions status\" /\u003e\n  \u003c/a\u003e\n  \u003ca target=\"_blank\" href=\"https://github.com/amilajack/popcorn-time-desktop/pulls\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/PRs-welcome-brightgreen.svg\" alt=\"PRs Welcome\" /\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://raw.github.com/amilajack/popcorn-time-desktop/master/images/movie-page.jpg\" width=\"100%\"/\u003e\n\u003c/p\u003e\n\n\u003cbr /\u003e\n\n- ⏩ **Performance**: Significantly faster than other clients\n\n- ✅ **Cross Platform**: Works on Mac, Windows, and Linux\n\n- 📣 **Casting**: Supports casting to chromecast devices\n\n- 🎞 **Subtitles**: Subtitle integration for movies\n\n## Installation:\n\n- **I am a tester:** Download the latest build from the [releases](https://github.com/amilajack/popcorn-time-desktop/releases) section.\n\n- **I am a developer:** Compile the project with the installation steps below.\n\n## Requirements:\n\n- [Node \u003e= 10](https://nodejs.org)\n- Mac, Linux, Windows\n- For packaging, see [packaging requirements](https://github.com/amilajack/popcorn-time-desktop/wiki/Packaging-Requirements)\n- For casting support, you will need to [satisfy mdns's requirements](https://github.com/agnat/node_mdns#installation)\n\n## Local Setup:\n\n```bash\ngit clone https://github.com/amilajack/popcorn-time-desktop.git\ncd popcorn-time-desktop\n\n# 💡 For casting support, you will need to satisfy mdns's requirements:\n# For windows install bonjour: https://support.apple.com/downloads/bonjour_for_windows\n# For linux, make sure you have these dependencies installed with apt-get:\n# https://github.com/amilajack/popcorn-time-desktop/blob/v1.3.0/.travis.yml#L24-L35\n\n# Install dependencies\n# Have a cup of coffee ☕️ this might take a while\nyarn\n\n# Customize Build\n# Feel free to enable flags and configs in the `.env` file\nvi .env\n\n# Developement build\nyarn dev\n\n# Production build\nyarn package\n```\n\n## Contributing:\n\nPlease see the [contributing guide](https://github.com/amilajack/popcorn-time-desktop/blob/master/CONTRIBUTING.md)\n\n## Roadmap:\n\nSee the [roadmap](https://github.com/amilajack/popcorn-time-desktop/wiki/Road-Map-and-Progress) for the full list.\n\n## Designs:\n\n### Home Page:\n\n![Home Page](https://github.com/amilajack/popcorn-time-desktop-design/raw/master/Desktop.jpg)\n\n### Movie Page:\n\n![Movie page](https://raw.github.com/amilajack/popcorn-time-desktop/master/images/movie-page.jpg)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familajack%2Fpopcorn-time-desktop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Familajack%2Fpopcorn-time-desktop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Familajack%2Fpopcorn-time-desktop/lists"}