Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/JCB9090/pct-addon
popcorn time add-on for stremio; takes the same content as popcorn time from YTS.ag and eztv
https://github.com/JCB9090/pct-addon
Last synced: 15 days ago
JSON representation
popcorn time add-on for stremio; takes the same content as popcorn time from YTS.ag and eztv
- Host: GitHub
- URL: https://github.com/JCB9090/pct-addon
- Owner: JCB9090
- License: mit
- Created: 2015-12-11T10:47:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T20:21:05.000Z (almost 9 years ago)
- Last Synced: 2024-07-31T15:02:41.875Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.3 MB
- Stars: 27
- Watchers: 8
- Forks: 5
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-stremio - pct
README
# pct-addon
popcorn time add-on for stremio; takes the same content as popcorn time## What is this
Popcorn Time-inspired add-on for stremio, adds EZTV and YTS sources## How to get?
Currently, there's no hosted version, so you have to host it yourself.
Get node.js, then do:
```bash
git clone https://github.com/JCB9090/pct-addon
cd pct-addon
npm install
node index
```Then start stremio
```cmd
%LOCALAPPDATA%\Programs\LNV\Stremio\stremio.exe . --service=http://localhost:7821
```
Or for mac
```bash
/Applications/Stremio.app/Contents/MacOS/Electron . --service=http://localhost:7821
```And open a movie/episode available on YTS or EZTV, now you will see it in the available streams screen:
## Screenshot
![screenshot](/screenshots/demo.png)## HOw to help?
This add-on is pretty much complete, but if you find a bug, open an issue report.**Please consider helping me host this so that it can be available for all stremio users easily!**