moviesnacktimeproject / movieSnackTime

Movies and tv-series on the web.

Home Page:https://moviesnacktimeproject.github.io/movieSnackTime/static/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

movieSnackTime

movieSnackTime is a website that allows you to view and browse the content of the Popcorn Time API.

It can be used without a server backend(just a static index.html file) to browse the content using webtorrent, or with a server backend that uses rtorrent and ffmpeg to stream content.

movieSnackTime allows you to easily stream content without installing any software on your device.

Screenshot

moviesnacktime_screenshot

Try the static version of movieSnackTime

https://moviesnacktimeproject.github.io/movieSnackTime/static/

Installing movieSnackTime on your server

echo install dependencies
sudo apt-get -y install apache2 php libapache2-mod-php git rtorrent tmux ffmpeg

echo download project to public web folder
sudo chmod 777 /var/www/html
cd /var/www/html
mkdir /var/www/html/downloads/

git clone https://github.com/moviesnacktimeproject/movieSnackTime
cd movieSnackTime

echo make the converted video folder avalible on the web
mkdir /tmp/videos
ln -s /tmp/videos videos

echo setup rtorrent config
cp -a .rtorrent.rc ~/.rtorrent.rc

echo run rtorrent in tmux 
tmux new-session rtorrent

About

Movies and tv-series on the web.

https://moviesnacktimeproject.github.io/movieSnackTime/static/

License:GNU General Public License v3.0


Languages

Language:PHP 63.3%Language:HTML 34.1%Language:JavaScript 2.6%