lafin / ru-yts

Russian films provider for Popcorn Time
MIT License
106 stars 19 forks source link
docker film popcorn popcorntime russian

Russian films provider for Popcorn Time

Build Status


Install

Need install Docker

$ mkdir yts && cd yts && mkdir db log
$ curl -O https://raw.githubusercontent.com/lafin/ru-yts/master/docker-compose.x86_64.yml
$ docker-compose -f docker-compose.x86_64.yml up

Update

$ cd yts && rm -rf ./log/* ./db/*
$ docker-compose -f docker-compose.x86_64.yml pull
$ docker-compose -f docker-compose.x86_64.yml up

If you want to add many films

$ docker run --rm --link yts_mongo_1:mongo lafin/ru-yts:x86_64 --only-worker -c 3

Setup

Download last version Popcorn Time here Into the setting of Popcorn Time need set address for you yts server (eg. Movie API Endpoint: http://127.0.0.1:3000/)

Contributors

License

MIT