/back-row

A media server for watching movies and shows in a browser, streamed directly from a server

Primary LanguageTypeScriptMIT LicenseMIT

Back Row

Back Row is a media server for watching movies and shows in a browser, streamed directly from a server.

Deployment

Deploy

Configuration

export TRAKT_TV_CLIENT_ID=abc
export TRAKT_TV_CLIENT_SECRET=123
export TORRENT_CACHE_LIMIT=10000000000 # Defaults to 10GB
export TORRENT_CACHE_PATH=/tmp/back-row # Defaults to `os.tmpdir() + '/back-row'`

Developers

# Clone the repository locally
git clone https://github.com/blakeembrey/back-row.git

# Install dependencies
cd back-row && npm install

# Run development server
gulp server
# open http://localhost:8080

# Build the output directory
gulp build

# Start application
npm start
# open http://localhost:3000

License

MIT