jonbarrow / stream-box

Free, open source, movie and TV show streaming application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stream Box is a free, open source, movie streaming application

Building from source

Install GIT

Install Node/NPM

npm i -g electron-builder

git clone https://github.com/RedDuckss/stream-box
cd stream-box
npm i
electron-builder -w[l[m]]

Use flag w to build for Windows, l to build for Linux and/or m to build for Mac, or any combination to build for multiple targets. Will build to ./dist

preview

Todo List

  • Movie search
  • TV Show search
  • Movie scraping
  • TV Show scraping
  • Stream selection
  • Gamepad support (PS3/4, Xbox, etc)
  • Support for the OSMC remote control

About

Free, open source, movie and TV show streaming application


Languages

Language:JavaScript 74.2%Language:HTML 13.0%Language:CSS 12.8%